testnet-v1.64.1
Protocol
Sui Protocol Version in this release: 109
https://github.com/MystenLabs/sui/pull/24802:
TxContext arguments can now appear in any position and still be callable in the PTB layer.
https://github.com/MystenLabs/sui/pull/24835: Signature check for entry functions is disabled. Move compiler changes will follow
https://github.com/MystenLabs/sui/pull/24895: Enables address alias feature on testnet.
https://github.com/MystenLabs/sui/pull/24879: poseidon_bn254 is enabled on all networks.
gRPC
https://github.com/MystenLabs/sui/pull/24794:
Return an error when balance_changes is requested but the transactions have not been indexed yet.
GraphQL
https://github.com/MystenLabs/sui/pull/24782:
Introduce Query.node(id: ID!): Node, part of the GraphQL Global Identification Specification, to the schema, to support Relay's @refetchable annotation.
https://github.com/MystenLabs/sui/pull/24781:
Epoch.totalTransactions now returns a value for the latest epoch as of the checkpoint being viewed, rather than null.
https://github.com/MystenLabs/sui/pull/24750: Add on and on , that supports returning effects and transactions as JSON blob