Skip to content

Releases: Cardinal-Cryptography/aleph-node

AlephNode Release 11.3

11 Jul 11:34
3e39638
Compare
Choose a tag to compare
  • adding metrics to justification sync
  • minor changes in the broadcast cooldown
  • bump the version properly

AlephNode Testnet release 11.2

11 Jul 09:21
69ab5a6
Compare
Choose a tag to compare
Pre-release
  • adding metrics to justification sync
  • minor changes in the broadcast cooldown

AlephNode Testnet release 11.1

30 May 11:22
4c49b6d
Compare
Choose a tag to compare
Pre-release
  • fix for deterministic randomness in pallet elections and committeeManagement between Wasm and native,
  • fix for max AlephBFT rounds set to 7000,
  • bumped storage version of pallet committeeManagement to 1

AlephNode Testnet release 11.0

25 May 08:10
ef1919a
Compare
Choose a tag to compare
Pre-release

ATTENTION: This release has a software defect. Please do not use it! Fix will be deployed in 11.1 version.

  • Committee split - change allowing two explicitly separate committees, one for creating blocks and another for finalizing them. Sets not yet to be distinct - to be followed with a configuration change.
  • New justification sync – rewrote the justification synchronization mechanism as the first part of the wide-ranging sync rewrite.
  • Configurable lenient threshold for computing validators rewards
  • Refactor of database access in finality-aleph

Mainnet release 10.1

25 Apr 12:18
e71357b
Compare
Choose a tag to compare

Hotfix with Substrate upstream changes

Testnet hotfix release 10.2

24 Apr 11:42
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

29 Mar 08:10
1023252
Compare
Choose a tag to compare

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

  • Bumping StorageVersion for pallets Balances, Scheduler, Staking
  • 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

19 Mar 11:11
1c24e9e
Compare
Choose a tag to compare

Fixed a misconfiguration in AlephBFT maximum round number.

Testnet hotfix release 10.1

18 Mar 14:34
9c6a469
Compare
Choose a tag to compare
Pre-release

Fixed a misconfiguration in AlephBFT maximum round number.

Mainnet release 9.0

08 Mar 09:45
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.