Skip to content

v0.6.15

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Feb 05:34
· 245 commits to main since this release

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

What's Changed

New Features 🎉

  • Use 4byte to patch function and event signatures in CLI by @acuarica in #97
  • Include --patch/--no-patch option in sevm CLI to let the user choose when to patch contract by @acuarica in #98

Bug Fixes 🐛

  • Fix 4byte patch when some of the selectors were not found by @acuarica in #96
  • Avoid loading from memory with large size when creating Log by @acuarica in #99

Internal Changes 🏠

  • Replace ethers CLI dependency with custom provider and js-sha3 by @acuarica in #100

Full Changelog: v0.6.14...v0.6.15