Hi everyone,
We’re planning on releasing 46b02447 to testnet tomorrow 10/14. The testnet will be down briefly and storage will be wiped due to the following breaking changes:
[Global]
- [breaking][global refactor] Remove “Coin2” and disable LBR - https://github.com/libra/libra/pull/6301
[Move]
- [language][vm] add tests for exec_function and fix error code - https://github.com/libra/libra/pull/6342
- [language][vm] add tests for storage backends returning errors and fix error handling - https://github.com/libra/libra/pull/6350
- [breaking] Add 5-min rate limit to validators calling the reconfiguration https://github.com/libra/libra/pull/6403
[VM]
- [vm] fix off-by-1 error in PC reported in aborting instructions - https://github.com/libra/libra/pull/6292