Skip to content

Release 0.5.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Sep 16:21
· 10 commits to master since this release

Changes since previous release:

  • e418d8b release v0.5.1
  • a4ddacb update benchmark results
  • d4c404c benchmarks: update sevm to 0.7.2
  • 8bd0508 cargo update
  • d448b11 evm: add PC, SAR, EXTCODECOPY, MULMOD, ADDMOD opcodes
  • 14ec575 benchmark/evmole: refactor modes
  • 4111693 arguments: improve accuracy using success result in calls
  • b2885c8 stack,vm: use stack push_data()
  • a328dc5 cargo update
  • 39b033d state_mutability: use CALLDATASIZE from calldata.rs
  • dabf15b add NOTRACE to dev.sh
  • 73cb5b2 cargo update, use rust 1.81 in benchmarks
  • adf170d run cargo publish earlier on release to exclude ./dist-py
  • 3428e84 vm calldata refactoring
  • 2bb34bf use TryFrom instead of U256::from_be_bytes(Element.data)
  • 4529f59 arguments: fix mult.to_be_bytes in case of SHL
  • 37bbd4c remove Hash trait requirement for Label