Skip to content

pyevmasm 0.2.1

Compare
Choose a tag to compare
@computerality computerality released this 06 Aug 18:09
· 56 commits to master since this release

The release of pyevmasm 0.2.1 that includes the following changes:

  • The default fork is now St. Petersburg ("petersburg" in code)
  • Increased performance for instructions semantics
  • Fix LOG and DUP instruction assembling (Thanks @f0rki!)
  • Improved roundtrip assembly/disassembly test (Thanks @f0rki!)
  • Improve accuracy of instruction semantics for instructions that read or write memory
  • Improve gas accuracy