Releases: Cardinal-Cryptography/aleph-node
Releases · Cardinal-Cryptography/aleph-node
Release 2022-07-11
Hotfix release:
- fixing bug that caused premature change in the committee size.
As a result of human error, runtime uploaded during that Testnet release was the one used in local tests. As a result of this, Testnet blocks from 5,268,502 till 5,434,491 contain faulty runtime (aleph_runtime.compact.wasm), whereas blocks 5,434,492 onwards contain correct runtime (correct-aleph_runtime.compact.wasm).
Release 2022-06-22
What's changed:
- pallet contracts - adds chain side engine to run WASM smart contracs
- everybody wins - opens committee responsible for establishing consensus for outside validators
- pallet identity - enables human readable aliases for accounts
- tweaks in substrate network - enable querying the same block multiple times
- compatibility for justifications
- substrate update 9.13 → 9.23
- AlephBFT 0.8.4 → 0.12
Release 2022-04-26
Disable treasury proposals by increasing the minimum bond.
Release 2022-03-21
Bugfix in justification request logic, archivists should now request justifications for blocks properly.
Release 2022-03-17
What's changed:
- improving finality gadget resilience for processing forks on old branches fixing data availability problems
- massive network upgrade adding a new protocol for direct communication among committee members
- pallet staking enabling nominating validators and introducing constant inflation of 30M per year
- pallet aleph migration decouples validators election from supporting finality gadget
- pallet elections introducing PoA elections as a first step towards open elections
- pallet utility enabling users to send transactions in batches
- pallet transaction payment adds a mechanism for dynamic fee adjustment related to block saturation
- substrate update 9.9 -> 9.13 including a pallet vesting migration, which allows for setting multiple vesting schedules per account
Release 2021-11-25
AZ-318 Compatibility with old justification format. (#204) * Compatibility with old justification format. * Commented code. * Clippy. * Added tests * Review comments. * Fix comment in tests. * Remove v1 modules.
Release 2021-11
v0.3.0 Removed unit-creation-delay from runtime. Removed type wrappings in t…
Testnet V1 release
Merge pull request #76 from kostekIV/fix/rotating-party Fix rotating party.