Skip to content

Release 0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Aug 08:47
· 17 commits to master since this release

Changes since previous release:

  • 4fa0999 release v0.4.0
  • 88d11cc Benchmark: add whatsabi state mutability results, improve results table UX
  • fc4274e update README - state mutability, table format
  • 5c7e445 benchmark: remove web
  • b2af3ba rust: replace unwrap with expect
  • 0fe9870 update dev.sh
  • 907bf1b benchmark: support state mutability
  • 5f3db48 javascript: add functionStateMutability
  • 3b78dbe python: add function_state_mutability
  • 89eee31 rust: add function_state_mutability
  • 607b351 arguments: add execute_until_function_start function to utils.rs
  • aa3fcad evm: return condition and other-pc in JUMPI, data in REVERT
  • 0898c61 README: update benchmark results
  • 805c78d benchmark: buffer write in rust providers
  • c650665 benchmark: update providers and deps to latest versions
  • add68a4 add doc for function_arguments_alloy
  • d682f25 Reorganized files tree, build python and javascript libs from Rust, add examples and tests
  • 77076ca cargo update
  • 2ee8495 Merge #4 (function_arguments_typed)