Skip to content

Releases: availproject/avail

v1.7.1

03 Oct 08:56
Compare
Choose a tag to compare

Binary Upgrade Priority

❗️❗️High: This is a high-priority release, and you must upgrade as soon as possible.

Runtime version: 12

Changes

Runtime

API breaking changes

API non-breaking changes

  • ✅ Updated our Substrate dependencies to version v1.0.0 - part of Substrate v1.0.0 upgrade
  • ✅ Updated transaction weights with more realistic values
  • ✅ Updated weight ratio for operational class
  • ✅ Improved the performance of commitment generation
  • 🆕 Added support for data submission TX to be executed via utility module TXs.
  • 🆕 Increased data submission transaction max size to 512kb
  • 🆕 Added Mandate module - part of new Governance change

Binary

Breaking changes

  • ✅ Updated binary code to be compatible with Substrate v1.0.0 - part of Substrate v1.0.0 upgrade
  • 🆕 Added Kate chain specification to the node itself. You can access it via the following flag: --chain kate
  • 🆕 Import process block verification ignores "Own" blocks.
  • --ws-external and --ws-port has been deprecated and merged under --rpc-external and --rpc-port

Non-breaking changes

  • 🆕 ❗️Added a new flag --unsafe-da-sync to sync without building commitments

Misc

  • 🗑️ Removed code related to rs-merkle library
  • ✅ Updated benchmarks to V2 syntax
  • 🆕 Added CI scripts for try-runtime and benchmarking
  • 🆕 Added changelog, issue template, contributing guide, security policy, release template.

v1.7.0-rc1

22 Sep 09:12
c2a2c93
Compare
Choose a tag to compare
v1.7.0-rc1 Pre-release
Pre-release

Binary Upgrade Priority

❗️❗️High: This is a high-priority release, and you must upgrade as soon as possible.

Runtime version: 12

Changes

Runtime

API breaking changes

API non-breaking changes

  • ✅ Updated our Substrate dependencies to version v1.0.0 - part of Substrate v1.0.0 upgrade
  • ✅ Updated transaction weights with more realistic values
  • ✅ Updated weight ratio for operational class
  • ✅ Improved the performance of commitment generation
  • 🆕 Added support for data submission TX to be executed via utility module TXs.
  • 🆕 Increased data submission transaction max size to 512kb
  • 🆕 Added Mandate module - part of new Governance change

Binary

Breaking changes

  • ✅ Updated binary code to be compatible with Substrate v1.0.0 - part of Substrate v1.0.0 upgrade
  • 🆕 Added Kate, Biryani and Dymension chain specification to the node itself. You can access them via the following flags: --chain kate; --chain biryani and --chain dymension
  • 🆕 Import process block verification ignores "Own" blocks.

Non-breaking changes

  • 🆕 ❗️Added a new flag --unsafe-da-sync to sync without building commitments

Misc

  • 🗑️ Removed code related to rs-merkle library
  • ✅ Updated benchmarks to V2 syntax
  • 🆕 Added CI scripts for try-runtime and benchmarking
  • 🆕 Added changelog, issue template, contributing guide, security policy, release template.

v1.6.3

02 Aug 08:32
b4feb4a
Compare
Choose a tag to compare
Merge pull request #183 from availproject/miguel/nalgebra_dep

Miguel/nalgebra dep

1.6.2-test

25 Jul 15:33
Compare
Choose a tag to compare
1.6.2-test Pre-release
Pre-release

Testing releaser CI.

v1.6.2-rc1

11 Jul 13:09
bb4cc10
Compare
Choose a tag to compare
update size per tx (#174)

* update size per tx

* fixes on tests

* up spec_version

* bump node version

* empty disk on runner machine

(cherry picked from commit 35bb82797cd4ae6b16938a25c7b50d2fc7e12e97)

---------

Co-authored-by: Leouarz <[email protected]>

v1.6.1-rc3

30 Jun 16:17
Compare
Choose a tag to compare
Bump avail version.

v1.6.1-rc2

30 Jun 09:25
Compare
Choose a tag to compare
Update metadata.

v1.6.1-rc1

29 Jun 16:06
d8af0a7
Compare
Choose a tag to compare

Contains the following changes

  • Fix the set_code's weights #173
  • Use keccak256 #172
  • Ghali/improve benchmarks #171
  • Add a check on the block weight in case of reducing dimensions #168
  • Remove unused storage #167
  • Prevent empty bounded vectors for appKey and data submission #166

v1.6.0-b68af960

07 Jun 15:55
Compare
Choose a tag to compare
Enable public access to inner tuple for Grandpa and BABE AccountId.

v1.6.0

25 May 09:52
99b8525
Compare
Choose a tag to compare
Merge pull request #149 from availproject/miguel/new_chainspec

New Testnet `Kate` chain specs