v1.12.4
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
- [code-coverage] use
cargo llvm-cov
to generate coverage info by @jiangying000 in #3693 - Add lock display for account shown by @Lynskylate in #3694
- use COMMITTER_TOKEN instead of GITHUB_TOKEN by @yourmoonlight in #3698
- [test] fix test_generated_schema_are_up_to_date_in_git by @jiangying000 in #3704
- fix typos by @jiangying000 in #3708
- fix
ftime
warning by @jiangying000 in #3710 - print usage of mpm integration-test tasks. by @0xpause in #3716
- [ci] test with nextest by @jiangying000 in #3719
- [cov-test] speed up cov test by @jiangying000 in #3707
- fix mistake introduced in #3716 by @0xpause in #3720
- fix issue 3703, add more validation and more error display by @JerryKwan in #3722
- add var and read_json in mpm integration-test by @0xpause in #3724
- [ci] tweak ci test, add doc test by @jiangying000 in #3725
- [db-exporter] Add verify-modules command for fast verify modules by @jolestar in #3740
- [test] larger timeout on
full_sync
test by @jiangying000 in #3744 - [move]Update move for pickup changes by @jolestar in #3749
- Dao test cases by @0xpause in #3741
- [release] Prepare release v1.12.4 by @jolestar in #3750
New Contributors
- @Lynskylate made their first contribution in #3694
Full Changelog: v1.12.3...v1.12.4