Sui Protocol Version in this release: 35
#15790: Added an option to return raw transaction data for dev inspect.
#15690: Introduces support for permissionless downloads of legacy database snapshots. An example use is sui-tool download-db-snapshot --epoch 269 --network mainnet --no-sign-request
.
#15729: Adds an option to SuiTransactionBlockResponseOptions
to return the raw transaction effects.
#15679: Add optional additional parameters to dev_inspect_transaction_block
including gas_budget
, gas_objects
, gas_sponsor
and skip_checks
.
#15700: The keytool update-alias
command's description was updated to match the latest changes that allow aliases to contain the dot character in their names.
#15579: This PR introduces the ability to deny specific addresses for newly created regulated coins. Coin issuer who owns the deny cap can send transactions to deny addresses, and transactions that use that regulated coins as input sent from denied addresses will fail to process on validators. This ensures that regulated coins are able to comply to regulations.
#15494: Breaking change for the sui-tool
command. This breaks the sui-tool download-db-snapshot
into sui-tool download-db-snapshot
and sui-tool download-formal-snapshot
commands.
#15638: With this change developers might experience a slight change in the reporting of compiler diagnostics indicating compilation problems - in some cases, more of them are visible at the same time due to compiler continuing the compilation process for a little longer than before. This is in contrast to the old behavior when some problems needed to be fixed first for the compiler to continue and report the other ones.
Full log: https://github.com/MystenLabs/sui/commits/mainnet-v1.17.3