Hi all,
We’re releasing 1fd1e5a to testnet. Here’s the list if breaking changes:
[Move]
- [core modules] Rename type names - https://github.com/libra/libra/pull/4354
[VM]
- [language][vm] binary format cleanup - https://github.com/libra/libra/pull/4311
- All modules/scripts need to be regenerated.
- [language][vm] remove content length from binary format - https://github.com/libra/libra/pull/4452
- Followup on the binary format cleanup.
- [core modules/types] Update the withdrawal and key rotation - https://github.com/libra/libra/pull/4388
- [language][vm] remove content length from binary format - https://github.com/libra/libra/pull/4452
- [core modules] Update core code address - https://github.com/libra/libra/pull/4462
- [move core modules] combine standard minting script and LBR minting - https://github.com/libra/libra/pull/4499
- [testnet] switch testnet minting from AssocRoot account to TreasuryCompliance account - https://github.com/libra/libra/pull/4458
[CLI]
- remove AC and gRPC - https://github.com/libra/libra/pull/4175