Skip to content

Release 0.7.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Mar 12:38
· 3 commits to master since this release

Changes since previous release:

  • 75fb2d2 v0.7.2
  • 301d67d cargo & npm update
  • 760f75f update benchmark results: do not count time spend in wrapper
  • 5ab3276 python: remove space between arguments
  • 8a0eb90 benchmark: update cfg results
  • 04b1bcb benchmark: fix bug in sevm cfg
  • 132f853 cargo update
  • b9b96a0 add control flow graph benchmark results
  • 003b53c selectors: vyper o(1) function start offset fix
  • 6e5197e selectors: fix vyper O(1) selectors
  • 9615101 benchmark: add evmlisa cfg
  • 362c408 benchmark: fix evmole-rs cfg timings calc
  • ea0b060 benchmark: calc timings percentiles
  • 5aed056 benchmarks: fix timings in python
  • b5b6306 benchmark ethersolve: filter-out virtual exit node
  • cbf4806 benchmark: measure timings in microseconds
  • d114a03 benchmark: use timings for library call, not the whole wrapper
  • 57f1fb4 benchmark flow - use blocks as metric
  • cd6927e generate basic blocks in benchmarks
  • a28fd7e cargo and npm update
  • 6b7b433 benchmark: upgrade heimdall-rs to 0.8.6
  • fc85793 use rust 1.85 in benchmarks
  • 23d7874 add ethersolve provider to flow benchmarks
  • d33883f fix signatures with mload+div
  • c1e65f0 use Default in storage
  • b9ddbad fix python StorageRecord fields - now it's public (#22)