Skip to content

evmone 0.3.0

Compare
Choose a tag to compare
@chfast chfast released this 14 Nov 08:49
· 1485 commits to master since this release
v0.3.0
20bd8f2

This release of evmone adds changes for the Istanbul EVM revision.

Added

  • Istanbul EVM revision support with new costs for some instructions (EIP-1884). #191
  • Implementation of CHAINID instruction from the Istanbul EVM revision (EIP-1344). #190
  • Implementation of SELFBALANCE instruction from the Istanbul EVM revision (EIP-1884). #24
  • Implementation of new cost model for SSTORE from the Istanbul EVM revision (EIP-2200). #142

Changed