Skip to content

Releases: ApeWorX/evm-trace

EVM Trace 0.2.0

26 Jun 23:40
dbbd986
Compare
Choose a tag to compare

Changes

Special thanks to: @NotPeopling2day, @antazoey and @bitwise-constructs

EVM Trace 0.1.5

15 Apr 23:39
0ea9cef
Compare
Choose a tag to compare

Changes

  • chore: remove setuptools dependency (bump pyevm to 0.9.0-beta.1) @wakamex (#62)

Special thanks to: @wakamex

EVM Trace 0.1.4

15 Apr 18:39
aea3f46
Compare
Choose a tag to compare

Changes

Special thanks to: @antazoey

EVM Trace 0.1.3

09 Apr 17:41
68b0527
Compare
Choose a tag to compare

Changes

Special thanks to: @antazoey and @fubuloubu

EVM Trace 0.1.2

16 Dec 16:18
489ca0c
Compare
Choose a tag to compare

Changes

Special thanks to: @antazoey

EVM Trace 0.1.1

16 Dec 00:32
b69dd13
Compare
Choose a tag to compare

Changes

Special thanks to: @NotPeopling2day and @antazoey

EVM Trace 0.1.0

08 Dec 20:00
4c13ab5
Compare
Choose a tag to compare

Changes

Special thanks to: @NotPeopling2day and @antazoey

EVM Trace v0.1.0-alpha.25

21 Sep 14:28
9a5feb3
Compare
Choose a tag to compare

Changes

  • chore: relax pydantic dependency [APE-1373] @banteg (#54)

Special thanks to: @banteg

EVM Trace v0.1.0-alpha.24

01 Sep 16:25
46f45f2
Compare
Choose a tag to compare

Changes

  • fix: missing trace frames during CREATEs [APE-1357] @antazoey (#52) (#53)
  • fix: erigon push0 workaround [APE-1356] @banteg (#51)
  • fix: add keccak256 as alias for sha3 opcode [APE-1262] @banteg (#48)

Special thanks to: @antazoey and @banteg

EVM Trace v0.1.0-alpha.23

29 Aug 20:55
cafecd7
Compare
Choose a tag to compare

Changes

  • feat: create trace frames function [APE-1336] @antazoey (#50)
  • fix: recursion error when passing lists for iterator [APE-1270] @antazoey (#49)

Special thanks to: @antazoey