Skip to content

v1.11.7-rc

Compare
Choose a tag to compare
@jolestar jolestar released this 27 Apr 11:59
· 315 commits to master since this release
040d5f2

Important Changes

  • Dependency on latest Move Repo https://github.com/move-language/move
  • Fix mint memory leak issue in #3351
  • mpm support Windows environment and change command spectest to integration-test
  • starcoin_db_exporter support export and import database snapshot
  • StructTag fields json serialize to lower case, The following RPC APIs are mainly affected: account.sign_txn, txpool.submit_transaction

Compatibility notes:

  • New CLI client can connect to old node RPC (json deserialize compatibility)
  • But the Old CLI client can not connect to the new RPC
  • If you use the API account.sign_txn, txpool.submit_transaction, you may be affected by this change. You need to update the API response handler code.

What's Changed

New Contributors

Full Changelog: v1.10.1...v1.11.7-rc