Skip to content

Commit c7a8acd

Browse files
authored
chore: fix table in eips_forks.md
1 parent 6894814 commit c7a8acd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn_evm/eips_forks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
The table below lists all EIPs associated with Ethereum forks:
22

33
| Fork | EIP | What it does | Opcode | Gas | Notes |
4-
| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------- | -------------------------------------------------------------------------------------------- | ------ | --- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- |
4+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------- | -------------------------------------------------------------------------------------------- | ------ | --- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
55
| [Homestead (606)](https://eips.ethereum.org/EIPS/eip-606) | [2](https://eips.ethereum.org/EIPS/eip-2) | Homestead Hard-fork Changes | | X | |
66
| [Homestead (606)](https://eips.ethereum.org/EIPS/eip-606) | [7](https://eips.ethereum.org/EIPS/eip-7) | Delegatecall | X | | |
77
| [Homestead (606)](https://eips.ethereum.org/EIPS/eip-606) | [8](https://eips.ethereum.org/EIPS/eip-8) | Networking layer: devp2p Forward Compatibility Requirements for Homestead | | | |
88
| [DAO Fork (779)](https://eips.ethereum.org/EIPS/eip-779) | [779](https://eips.ethereum.org/EIPS/eip-779) | DAO Fork | | | |
99
| [Tangerine Whistle (608)](https://eips.ethereum.org/EIPS/eip-608) | [150](https://eips.ethereum.org/EIPS/eip-150) | Gas cost changes for IO-heavy operations | | X | Introduces the _all but one 64th_ rule |
1010
| [Spurious Dragon (607)](https://eips.ethereum.org/EIPS/eip-607) | [155](https://eips.ethereum.org/EIPS/eip-155) | Simple replay attack protection | | | |
11-
| [Spurious Dragon (607)](https://eips.ethereum.org/EIPS/eip-607) | [160](https://eips.ethereum.org/EIPS/eip-160) | EXP cost increase | | X | | |
11+
| [Spurious Dragon (607)](https://eips.ethereum.org/EIPS/eip-607) | [160](https://eips.ethereum.org/EIPS/eip-160) | EXP cost increase | | X | |
1212
| [Spurious Dragon (607)](https://eips.ethereum.org/EIPS/eip-607) | [161](https://eips.ethereum.org/EIPS/eip-161) | State trie clearing (invariant-preserving alternative) | | X | |
1313
| [Spurious Dragon (607)](https://eips.ethereum.org/EIPS/eip-607) | [170](https://eips.ethereum.org/EIPS/eip-170) | Contract code size limit | | | Alters the semantics of CREATE |
1414
| [Byzantium (609)](https://eips.ethereum.org/EIPS/eip-609) | [100](https://eips.ethereum.org/EIPS/eip-100) | Change difficulty adjustment to target mean block time including uncles | | | |

0 commit comments

Comments
 (0)