Skip to content

Release 0.3.4

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 08:00
· 111 commits to master since this release

Changes since previous release:

  • 6050247 v0.3.4
  • 20dc657 benchmark: upgrade docker base images
  • 20b60d5 js: migrate eslint config
  • 77aea95 js: npm update
  • 0002b83 python: poetry update
  • b79a537 rust: cargo update
  • f9facaa benchmark: add optional arguments normalization rules in compare.py
  • d72828f arguments: fix false-positive bool types
  • e3fbdce arguments: fix unwanted args added by trustedForwarder msgSender
  • b2cb5dd py evm: add opcodes STOP, RETURN, MOD, MSIZE, MSTORE8, SSTORE, BALANCE, SELFBALANCE, GAS, CALL, DELEGATECALL, STATICCALL
  • 6a9b294 js evm: add opcodes STOP, RETURN, MOD, MSIZE, MSTORE8, SSTORE, BALANCE, SELFBALANCE, GAS, CALL, DELEGATECALL, STATICCALL
  • c673e66 rust evm: add opcodes STOP, RETURN, MOD, MSIZE, MSTORE8, SSTORE, BALANCE, SELFBALANCE, GAS, CALL, DELEGATECALL, STATICCALL
  • 872ff43 rust: pub vm fields
  • 20bb52e rust, js: use bop() helper in VM for binary operations
  • d6863e4 memory: add size()
  • d7f6ca5 rust: fmt fixes
  • 4dba9b5 benchmarks: run without network
  • 9dc174a benchmark: use docker buildkit
  • 725e2be fix typo in providers/simple
  • ed34a11 add cancun evm opcodes
  • 9a14a38 run cargo/npm/poetry update