Skip to content

version 0.1.6

Choose a tag to compare

@tintinweb tintinweb released this 10 Oct 19:46
· 23 commits to master since this release

feature release

  • introducing argument types
  • introducing forkversion as Instruction.fork (e.g. constantinople)
  • introducing pushes, pops for cases where pushes/pops is not len(returns) and len(args)
  • inserting and Instruction to a disassembly (``EvmInstructions`) now automatically fixes addresses of instruction objects in the list. Handy for manipulating and generating custom code.
  • str(EvmByteCode) now returns 0x<evmcode as hexstr>