github MystenLabs/sui devnet-v1.65.0

pre-release10 hours ago

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

Don't miss a new sui release

NewReleases is sending notifications on new releases.