⚠️ Protocol Version 5 ⚠️
- Removal of the Validator Gas Price Survey. The base gas price is now defined by the protocol and currently fixed at
1000 NANO
. - Introduction of a committee selection step on epoch change based on top stakers with an initial committee size of
50
. - Move:
- Migration to
IotaSystemStateV2
andValidatorSetV2
to support the protocol base gas price and the committee selection
- Migration to
- API:
- Added new RPC endpoint
iotax_getLatestIotaSystemStateV2
that now returns a versionedIotaSystemState
response. - Added new RPC endpoint
iotax_getCirculatingSupply
that returns the circulating supply.
- Added new RPC endpoint
What's Changed
- [cherry-pick] feat(iota)!: add ValidatorStatus::{Candidate, Inactive} variants by @Thoralf-M in #6166
- [cherry-pick]: fix(iota-indexer): slow sync (#6155) by @sergiupopescu199 in #6169
- fix(indexer): revert optimistic indexing changes by @kodemartin in #6170
- [cherry-pick]: feat(iota-indexer): Implement circulating supply endpoint (#6123) by @samuel-rufi in #6171
- [cherry-pick]: feat(iota-genesis-builder) Add ability to have comments in genesis ceremony csv files (#6158) by @miker83z in #6174
- feat: update version to 0.11.2-beta by @alexsporn in #6173
Full Changelog: v0.11.1-alpha...v0.11.2-beta