Protocol
Sui Protocol Version in this release: 76
#21108: upgrade protocol version to enable passkey for testnet
#21192: Changes to the Sui framework, deprecate Deepbook V2 with exception of cancel and withdrawal
#21364: Enable consensus garbage collection and new commit rule.
#18820: adds a feature flag to allow passkey inside multisig. Enabled for devnet
and testnet
.
JSON-RPC
#21359: Ordering of enum variants in Move enum types are now returned in declaration order as opposed to lexicographic order.
GraphQL
#21032: Removed the objectKeys
field from ObjectFilter
as per the previous deprecation notice. Use multiGetObjects
instead to fetch multiple objects.
CLI
#21211: sui client publish/upgrade
will now by default remove dependencies that are not referenced in source code from being published on-chain.
#21331: Adds support to sui client ptb
to create transactions with sui::object::ID
values as pure inputs. ID inputs are specified like addresses (hexadecimal numbers with a leading @
) and their type is inferred from usage.