⚠️ Protocol Version 8 ⚠️
- Enable Move enums variants to be counted as nodes when a type layout is generated from a type
- Consensus:
- Enable Smart Ancestor Selection on
DevnetandTestnet - Enable Round Prober on
DevnetandTestnet - Enable Round Prober on
DevnetandTestnet - Switch to distributed vote scoring on
DevnetandTestnet - Enable zstd compression on
DevnetandTestnet - Enable Garbage Collecction on
DevnetandTestnet - Enable new commit rule on
DevnetandTestnet
- Enable Smart Ancestor Selection on
- Enable improved sequencer in
Devnet
#6523: Added an optional
IotaNamesConfig option to the NodeConfig
Indexer
#6523: Added iotax_iotaNamesLookup,
iotax_iotaNamesReverseLookup, iotax_iotaNamesFindAllRegistrationNFTs
RPC endpoints (Devnet support only). Added iota-names configuration
options to the IndexerConfig.
JSON-RPC
#6523: Added iotax_iotaNamesLookup,
iotax_iotaNamesReverseLookup, iotax_iotaNamesFindAllRegistrationNFTs
RPC endpoints (Devnet support only).
GraphQL
#6523: Added resolveIotaNamesAddress query and
iotaNamesDefaultName field for address (Devnet support only). Added
iota-names configuration options to the ServiceConfig.
CLI
#6381: Fixed validator commands for committee members
#6467: Removed the iota console command
#6497: Added --verify-compatibility flag in client upgrade
command, which checks upgrade compatibility locally before publishing
upgrades
#6523: Added iota name command to operate IOTA-Names smart
contracts deployed on the devnet only
#6450: Adds support to iota client ptb to create transactions with
iota::object::ID values as pure inputs. ID inputs are specified like
addresses (hexadecimal numbers with a leading @) and their type is
inferred from usage.
#6760: incorrect argument of command iota validator serialize-payload-pop was renamed from --protocol-public-key to
--authority-public-key
#6846: Added --faucet-coin-count option to the iota start
command
Rust SDK
#6697: Add PagedFn trait which can be used to more easily
manage paged API calls.
#6840: Added ReadApi::{iota_names_lookup, iota_names_reverse_lookup, iota_names_find_all_registration_nfts}