pmmiranda 411a3cadfa
Renamed 'nimbus' directory and its references to 'execution_chain' (#3052)
* renamed nimbus folder to execution_chain

* Renamed "nimbus" references to "execution_chain"

* fixed wrongly changed http reference

* delete snap types file given that it was deleted before this PR merge

* missing 'execution_chain' replacement

---------

Co-authored-by: pmmiranda <pedro.miranda@nimbus.team>
2025-02-11 22:28:42 +00:00

1.0 KiB

List of Ethereum hard forks with VM impact.

From https://www.etherchain.org/hardForks

Name On Roadmap Date Block
Frontier Yes 30/07/2015 19:26:28 1
Frontier Thawing Yes 08/09/2015 01:33:09 200000
Homestead Yes 14/03/2016 20:49:53 1150000
DAO Fork No 20/07/2016 17:20:40 1920000
Tangerine Whistle (EIP-150) No 18/10/2016 17:19:31 2463000
Spurious Dragon No 22/11/2016 18:15:44 2675000
Byzantium Yes 16/10/2017 09:22:11 4370000

From https://ethereum.stackexchange.com/a/28409

Tangerine Whistles introduced new gas costs

Byzantium introduced opcodes:

  • REVERT (EIP 140)
  • RETURNDATASIZE and RETURNDATACOPY (EIP 211)
  • STATICCALL (EIP 214)