testnet-v1.49.2
Protocol
Sui Protocol Version in this release: 84
#22081: Normalize all type inputs to be defining 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.
#22258: Upgrade to allow recovery of stolen funds in accordance with a community vote
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 fullnode
config needs to 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.