Skip to content

Commit 057117d

Browse files
authored
Merge pull request #11412 from ethereum/history-addition
Add detail to history page
2 parents 31a0836 + 141f641 commit 057117d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/history/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ The Istanbul fork:
310310

311311
The Constantinople fork:
312312

313+
- Reduced block [mining](/developers/docs/consensus-mechanisms/pow/mining/) rewards from 3 to 2 ETH.
313314
- Ensured the blockchain didn't freeze before [proof-of-stake was implemented](#beacon-chain-genesis).
314315
- Optimised the [gas](/glossary/#gas) cost of certain actions in the [EVM](/developers/docs/ethereum-stack/#ethereum-virtual-machine).
315316
- Added the ability to interact with addresses that haven't been created yet.
@@ -322,7 +323,7 @@ The Constantinople fork:
322323
<li><a href="https://eips.ethereum.org/EIPS/eip-145">EIP-145</a> – <em>optimises cost of certain on-chain actions.</em></li>
323324
<li><a href="https://eips.ethereum.org/EIPS/eip-1014">EIP-1014</a> – <em>allows you to interact with addresses that have yet to be created.</em></li>
324325
<li><a href="https://eips.ethereum.org/EIPS/eip-1052">EIP-1052</a> – <em>optimises cost of certain on-chain actions.</em></li>
325-
<li><a href="https://eips.ethereum.org/EIPS/eip-1234">EIP-1234</a> – <em>makes sure the blockchain doesn&#39;t freeze before proof-of-stake.</em></li>
326+
<li><a href="https://eips.ethereum.org/EIPS/eip-1234">EIP-1234</a> – <em>makes sure the blockchain doesn&#39;t freeze before proof-of-stake and reduces block reward from 3 to 2 ETH.</em></li>
326327
</ul>
327328

328329
</ExpandableCard>

0 commit comments

Comments
 (0)