Skip to content

Releases: starcoinorg/starcoin

v1.12.6-alpha

01 Oct 01:59
5112a5d
Compare
Choose a tag to compare
v1.12.6-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v1.12.5...v1.12.6-alpha

v1.12.5

27 Sep 03:27
26e04e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.4...v1.12.5

v1.12.5-alpha

24 Sep 11:54
3884c4b
Compare
Choose a tag to compare
v1.12.5-alpha Pre-release
Pre-release
[move]Upgrade move and for fix bug (#3755)

v1.12.4

20 Sep 05:55
e6def43
Compare
Choose a tag to compare

Summary

  • integration-test support defines var and loads json file.
  • fix some module verify bugs that may cause the node to hard fork due to a certain Move module. Node runners should upgrade starcoin to the latest version as soon as possible.

What's Changed

New Contributors

Full Changelog: v1.12.3...v1.12.4

v1.12.3-beta

29 Aug 01:01
8bd77a6
Compare
Choose a tag to compare
v1.12.3-beta Pre-release
Pre-release

What's Changed

  • mpm integration-test: fix discarded txn by @0xpause in #3691
  • [release] Prepare release v1.12.3 by @jolestar in #3692

Full Changelog: v1.12.2-beta...v1.12.3-beta

v1.12.3

30 Aug 01:45
Compare
Choose a tag to compare

Release Notes

Breaking Changes

  • The mpm integration-tests command output json format is changed, so you need to run mpm integraion-tests --ub to regenerate the exp file.

What's Changed

Dependencies bump

Read more

v1.12.2-beta

25 Aug 14:18
f43e580
Compare
Choose a tag to compare
v1.12.2-beta Pre-release
Pre-release

What's Changed

  • add manual dispatch to workflow build and test by @yourmoonlight in #3669
  • [db-export] Sub 1 BlockNumber for export snapshot by @YusongWang in #3647
  • [dep][security] bump filecoin-project/merkletree, remove memmap by @jiangying000 in #3671
  • mpm fix parent hash by @0xpause in #3681
  • [dev] update rust toolchain to 1.63 by @jiangying000 in #3679
  • [WIP] vm: refactor vm deps to make it compile to mips by @lerencao in #3675
  • add faucet output as var context by @0xpause in #3685
  • [release]Prepare release v1.12.2 by @jolestar in #3687

Full Changelog: v1.12.1-beta...v1.12.2-beta

v1.12.1-beta

17 Aug 06:27
1fe5983
Compare
Choose a tag to compare
v1.12.1-beta Pre-release
Pre-release

What's Changed

Release notes: https://starcoin.atlassian.net/wiki/spaces/CHAIN/pages/63996011/v1.12.0

Full Changelog: v1.12.0-beta...v1.12.1-beta

v1.12.0-beta

12 Aug 15:17
369a4d3
Compare
Choose a tag to compare
v1.12.0-beta Pre-release
Pre-release

What's Changed

Release notes: https://starcoin.atlassian.net/wiki/spaces/CHAIN/pages/63996011/v1.12.0

Bump

New Contributors

Full Changelog: v1.11.12...v1.12.0

v1.11.13

09 Aug 02:18
Compare
Choose a tag to compare
  • [pickup][vm] check gas when execute readonly function (#3627)