Releases: MystenLabs/sui
devnet-0.19.0
Highlights
Refactor node configs to remove local-only addresses from genesis, see #6629 for more details
Accepted user signature now needs to commit to an intent message instead of a BCS serialized transaction data with a type tag. See #6445 for details.
What's Changed
Full Changelog: https://github.com/MystenLabs/sui/commits/devnet-0.19.0
devnet-0.18.0
Full Changelog: https://github.com/MystenLabs/sui/commits/devnet-0.18.0
devnet-0.17.0
Full Changelog: https://github.com/MystenLabs/sui/commits/devnet-0.17.0
devnet-0.16.0
Full Changelog: https://github.com/MystenLabs/sui/commits/devnet-0.16.0
devnet-0.15.2
devnet-0.15.1
Full Changelog: devnet-0.14.1...devnet-0.15.1
devnet-0.14.1
Full Changelog: devnet-0.14.0...devnet-0.14.1
devnet-0.14.0
New u16, u32, u256 types in Sui-Move
-
In addition to
u8
,u64
,u128
, Sui-Move now supports 3 additional unsigned integer typesu16
: for 16 bit unsigned integers, example12356u16
u32
: for 32 bit unsigned integers, example12345678u32
u256
: for 256 bit unsigned integers, example1234567890129463492427367372u256
VSCode Move-analyzer, and Emacs Major Mode have been updated to support these types, so we recommend updating your editor.
Update to latest Sui binaries to avoid compatibility issues.
if you run a fullnode using docker make sure to reset the db/volume using:
docker compose down -v
and if building and running from source then remove the fullnode db directory:
rm -rf /data/authorities_db/full_node_db
(or whatever you have configured)
Shipping commits: devnet-0.13.2...devnet-0.14.0
devnet-0.13.2
0.13.2 devnet release
Sui v0.13.0 devnet release
List of commits: devnet-0.13.0...devnet-0.12.2