Skip to content

testnet-v1.21.0

Compare
Choose a tag to compare
@ebmifa ebmifa released this 18 Mar 22:33
· 2088 commits to main since this release
10da1cc

Sui Protocol Version in this release: 40

#16477: Improved how balance is displayed for sui client gas and sui client balance commands.

#16077: Programmable transaction blocks (PTBs) can only have TransferObjects or MergeCoins following a command that uses Random.

#16459: The WalletContext::new method does not have any asynchronous dependencies, and thus, it does not need to be defined as an asynchronous function. This PR is a breaking change that modifies the signature of WalletContext::new into a synchronous function. Users that depend on WalletContext::new need to update callsites accordingly by dropping the .await.

#15019: Add Move interfaces for generating secure random values.

Full log:

https://github.com/MystenLabs/sui/commits/testnet-v1.21.0