Sui Protocol Version in this release: 48
Highlights
Protocol
#17884: Added new protocol version (47) and enabled resolving. Move abort locations to their package ID instead of runtime ID.
#17881: Sui native randomness feature is now enabled on Testnet.
Indexer
#17649: JSON-RPC: Now JSON-RPC will respond with the correct coin metadata and total supply information when queried.
Indexer: Now the cache is properly is set and indexer reader will behave correctly and return the correct data.
GraphQL
#17742: Increased the timeout
value for when executing a transaction block.
CLI
#16819: Move's --lint
now enforces a naming convention for constants.
#17850: Added better type inference for integer types, and added better build-time errors for invalid value types.
#17880: New Move functions for vec_map::from_key_values
and
vec_set::from_key_values