v0.7.0
You can find the NPM package published in https://www.npmjs.com/package/sevm/v/0.7.0
What's Changed
New Features 🎉
- Introduce
Memory
class to represent context memory by @acuarica in #130 - Improve signature not found message in CLI by @acuarica in #133
- Invalidate memory range after
CALL
,CALLCODE
,DELEGATECALL
andSTATICCALL
by @acuarica in #135
Internal Changes 🏠
- Enable dataset workflow on PRs by @acuarica in #131
- Output dataset test summary in Markdown format by @acuarica in #132
- Include Dataset Coverage report and improve report summary by @acuarica in #134
Full Changelog: v0.6.19...v0.7.0