Skip to content

v0.6.16

Compare
Choose a tag to compare
@github-actions github-actions released this 26 May 11:56
· 167 commits to main since this release

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 rest args in Revert by @acuarica in #102
  • Support to detect assert with selector Panic(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 🐛

  • Improve CLI usage help to read bytecode from stdin when <contract> is - by @acuarica in #116

Internal Changes 🏠

Full Changelog: v0.6.15...v0.6.16