evm icon indicating copy to clipboard operation
evm copied to clipboard

Implement Istanbul hardfork

Open MrLuit opened this issue 6 years ago • 0 comments

Todo

  • Add CHAINID opcode at 0x46, which pops 0 stack arguments, and pushes the current chain ID onto the stack (256-bit value).
  • Add SELFBALANCE opcode at 0x47, which pops 0 stack arguments, and pushes the balance of the current address onto the stack.

EIPs

MrLuit avatar Oct 09 '19 12:10 MrLuit