Skip to content

mainnet-v1.21.1

Compare
Choose a tag to compare
@ebmifa ebmifa released this 26 Mar 23:00
· 2483 commits to main since this release

Sui Protocol Version in this release: 41

#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.

#16839: Enable EC operations in Move.

Full log:

https://github.com/MystenLabs/sui/commits/mainnet-v1.21.1