Skip to content

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 28 Jan 21:16
· 156 commits to main since this release
  • Allow to use --debug for reverting contracts.
  • Refactored parsing for ABI and build-in argument.
    • This is the first step to push more steps into the lexing phase.
  • Extend parsing to allow __FUNC_SIG inside of __RIGHTPAD.
    • Example: __RIGHTPAD(__FUNC_SIG('transfer(address,uint256)')).