Highlights
Sui Protocol Version in this release: 31
#14772:
Improves the error message when running sui move test
with the --coverage
flag included on a non-debug build binary.
#14748:
Improves the consistency of the display of object changes inside and outside of transaction effects. Additionally, fixes a bug that caused an object's change version to not correctly display as a u64.
#14664:
Improves the formatting output in the CLI for the Transaction Data
part when a transaction's response is displayed.
#14666:
Improves the CLI's formatting output when displaying the gas data information in a transaction.
#14657:
Improves the CLI's formatting output of the ObjectChange
type when displaying transaction responses.
#14643:
The Sui linters that have recently been introduced are now enabled by default. Consequently, you might see additional warnings even though you haven't changed any of your code or compiler build, test, publish, or upgrade options.
Implements the Display
trait for the BalanceChange
type as part of a larger effort in implementing a well-structured output format for SuiTransactionBlockResponse
in the CLI.
#12623:
Shared object deletion is now enabled in devnet only. Shared objects can now be deleted similarly as other objects -- by taking it by value, unpacking it, and then deleting the object's UID.
Full log: https://github.com/MystenLabs/sui/commits/testnet-v1.14.0