v0.6.16
You can find the NPM package published in https://www.npmjs.com/package/sevm/v/0.6.16
What's Changed
New Features 🎉
- Support to parse function signatures used to compute selectors by @acuarica in #101
- Separate
selector
from restargs
inRevert
by @acuarica in #102 - Support to detect
assert
with selectorPanic(uint256)
by @acuarica in #103 - Support to decode
revert
selector name by @acuarica in #104 - Include argument name in Yul function signatures by @acuarica in #105
- Improve function signature parsing when converting to Solidity by @acuarica in #106
- Embed
cbor-js
decoder to avoid including its encoder by @acuarica in #110 - Improve error message when
4byte
request fails by @acuarica in #112
Bug Fixes 🐛
Internal Changes 🏠
- Bump follow-redirects from 1.15.2 to 1.15.5 by @dependabot in #107
- Include size limit validation by @acuarica in #108
- Use
yml
as extension for GH workflows and release config by @acuarica in #109 - Fix workflow by @acuarica in #111
- Add bin tests for more commands by @acuarica in #113
- Include bin provider test by @acuarica in #114
- Bump follow-redirects from 1.15.5 to 1.15.6 by @dependabot in #115
Full Changelog: v0.6.15...v0.6.16