Skip to content

v0.7.2

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 06:04
· 8 commits to main since this release

You can find the NPM package published in https://www.npmjs.com/package/sevm/v/0.7.2

What's Changed

Bug Fixes 🐛

  • Fix error when BigInt is out of range for SHL and EXP by @acuarica in #140

Documentation 📝

  • Fix typo in description for option flag --with-trace in sevm CLI by @eltociear in #144

Internal Changes 🏠

  • Improve mock.mjs to improve ::bin/provider tests by @acuarica in #138
  • Use fetch instead of custom get for http requests in solc by @acuarica in #139
  • Refactor ::mainnet tests to load test data from test/mainnet by @acuarica in #141
  • Add contract test for bigint out of range by @acuarica in #142
  • Rename GitHub workflows to be more declarative by @acuarica in #143

New Contributors

Full Changelog: v0.7.1...v0.7.2