Skip to content

Releases: aleph-zero-foundation/aleph-node

Mainnet release 10.1

30 Aug 06:38
e71357b
Compare
Choose a tag to compare

Hotfix with Substrate upstream changes

Testnet hotfix release 10.2

30 Aug 06:34
Compare
Choose a tag to compare
Pre-release

r-10.2

Disable adder contract test due to ink 4.2.0 upstream issue

Mainnet release 10.0

30 Aug 06:33
1023252
Compare
Choose a tag to compare

Several backend db migrations that fix the state of the chain:

  • Bumping StorageVersion for pallets Balances, Scheduler,
  • Update to Substrate v0.9.38, which is ink4 compatible
  • Setting storage per one byte of contract storage: 4*10^{-5} AZERO per byte
  • Increase total memory to 256MB, decrease call stack to 16 and enforce heap pages limit at cli.
  • minor improvements to the finalization network

Mainnet Hotfix Release 9.1

30 Aug 06:32
1c24e9e
Compare
Choose a tag to compare

Fixed a misconfiguration in AlephBFT maximum round number.

Testnet hotfix release 10.1

30 Aug 06:30
9c6a469
Compare
Choose a tag to compare
Pre-release

Fixed a misconfiguration in AlephBFT maximum round number.

Mainnet release 9.0

08 Mar 09:56
Compare
Choose a tag to compare
  1. Adjustments of the validator network:
    1. The legacy back-up network is removed, as it is not necessary anymore.
    2. The nodes establish now only one connection instead of two.
  2. Update of AlephBFT to version 0.20, which introduces more efficient unit requests and various other improvements.
  3. Validator suspension now has an additional effect of “chilling” the validator.

Testnet release 10.0

02 Mar 13:12
Compare
Choose a tag to compare
Testnet release 10.0 Pre-release
Pre-release
  • Several backend db migrations that fix the state of the chain: bumping StorageVersion for pallets Balances, Scheduler, Staking
  • Migrating all contracts from V8 to V9 version
  • Update to Substrate v0.9.38, which is ink4 compatible
  • Setting storage per one byte of contract storage: 4*10^{-5} AZERO per byte
  • Increase total memory to 256MB, decrease call stack to 16 and enforce heap pages limit at cli.
    minor improvements to the finalization network

Testnet release 9.0

01 Feb 16:36
Compare
Choose a tag to compare
Testnet release 9.0 Pre-release
Pre-release
  1. Update of pallet contracts that makes it compatible with Ink! 4.0.beta
  2. Adjustments of the validator network:
    1. The legacy back-up network is removed, as it is not necessary anymore.
    2. The nodes establish now only one connection instead of two.
  3. Update of AlephBFT to version 0.20, which introduces more efficient unit requests and various other improvements.
  4. Validator suspension now has an additional effect of “chilling” the validator.