devnet-v1.21.0
Pre-release
Pre-release
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.