Skip to content

Release 0.2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 14:04
· 203 commits to master since this release

Changes since previous release:

  • 300e18b v0.2.2
  • 93d17d5 update evmole benchmark results
  • 63eea8a fix uintX argument types
  • d1d98b3 unify py/js vm string()
  • 231c994 evm: check JUMPDEST only before real jump in JUMPI
  • 81c6b1f fix minimum required python version - 3.11
  • aaa37ad remove blacklisted ops
  • d1bf665 limit CALLDATACOPY size to 256
  • 44982c5 memory: do not sort in load()
  • ade13ce evm: fair gas_limit split on forks
  • 46c424d better type names in memory/stack print
  • ecffa2b js: fix algo desync with python implementation
  • e0b19df remove unnecessary asserts and paddings(python)
  • 36c3daa move CallData to evm module
  • 620e668 python: add str for UnsupportedOpError exception
  • 800d178 refactor vm
  • c9010d2 update evmole benchmark results
  • 1320c92 fix pytest stack test
  • 966fc78 refactor opcodes to simplify code and optimize exec time
  • 2852ac1 js: remove unnecessary toBigInt function from CallDataArgumentX classes
  • fa49089 arguments: better bool type handling