Protocol
Sui Protocol Version in this release: 84
#22081: Normalize all type inputs to define ID based when converting from TypeInput
s in the adapter.
#22113: Enables ExecutionTimeEstimate mode for congestion control on mainnet
.
#22120: update Nitro attestation parsing logic and enable for mainnet in version 83
.
#22092: add a new feature flag that switches the object runtime to using TypeTags instead of VM runtime types.
Nodes (Validators and Full nodes)
#21955: Switches Sui archive mechanism for state sync from the existing format to the checkpoint data ingestion bucket. The state-archive-read-config
section of the full node config must be updated to include the ingestion-url
field. For possible bucket options, see: https://docs.sui.io/guides/developer/advanced/custom-indexer#remote-reader.
CLI
#21983: Add --client.env
flag to client
and move
subcommands to allow for selecting a specific environment for a single CLI command.
Rust SDK
#21893: Added new merge_coins
and smash_coins
functions to ProgrammableTransactionBuilder
#21983: Update arguments to WalletContext::new
so it only takes the path to the config. Additional configurations (timeout, max concurrent connections, etc) can then be set on the context after it has been created.