v0.6.15
Pre-release
Pre-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 insevm
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 creatingLog
by @acuarica in #99
Internal Changes 🏠
Full Changelog: v0.6.14...v0.6.15