Skip to content

devnet-v1.65.0

Pre-release
Pre-release

Choose a tag to compare

@ebmifa ebmifa released this 05 Feb 16:41
· 111 commits to 03b0c8377ce64223e1a099ca0fb9f513b811b61f since this release
4142175

Protocol

Sui Protocol Version in this release: 110

#24957: Enable custom nonzero pcrs parsing for mainnet in version 109.

GraphQL

#24963: Balance.totalBalance now returns the sum of balances from owned coins and from the accumulator object. The individual coin or address balances can be retrieved through Balance.coinBalance and Balance.addressBalance respectively. For the previous behavior, select the Balance.coinBalance field for coin balances only.

#25108: Partial error will be properly supported in GraphQL. Invalid fields will have error messages and valid fields will still be displayed normally

CLI

#25016: The --sender flag is now correctly respected in sui client publish and sui client upgrade commands when used with --serialize-unsigned-transaction. Previously, the sender was incorrectly inferred from gas objects, ignoring the --sender flag.

Indexing Framework

#24066: Ingest zstd-compressed proto files rather than BCS files

#24991: remote_client::RemoteIngestionClient becomes store_client::StoreIngestionClient and supports any valid implementation of object_store::ObjectStore as a checkpoint source.


Full Log: https://github.com/MystenLabs/sui/commits/devnet-v1.65.0