pyevmasm 0.2.1
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