⚠️ 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] fix(indexer): run only pending migrations (#6175) by @kodemartin in #6176
- feat: update version to 0.11.3-beta by @alexsporn in #6177
Full Changelog: v0.11.2-beta...v0.11.3-beta