You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/history/index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -310,6 +310,7 @@ The Istanbul fork:
310
310
311
311
The Constantinople fork:
312
312
313
+
- Reduced block [mining](/developers/docs/consensus-mechanisms/pow/mining/) rewards from 3 to 2 ETH.
313
314
- Ensured the blockchain didn't freeze before [proof-of-stake was implemented](#beacon-chain-genesis).
314
315
- Optimised the [gas](/glossary/#gas) cost of certain actions in the [EVM](/developers/docs/ethereum-stack/#ethereum-virtual-machine).
315
316
- Added the ability to interact with addresses that haven't been created yet.
@@ -322,7 +323,7 @@ The Constantinople fork:
322
323
<li><ahref="https://eips.ethereum.org/EIPS/eip-145">EIP-145</a> – <em>optimises cost of certain on-chain actions.</em></li>
323
324
<li><ahref="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>
324
325
<li><ahref="https://eips.ethereum.org/EIPS/eip-1052">EIP-1052</a> – <em>optimises cost of certain on-chain actions.</em></li>
325
-
<li><ahref="https://eips.ethereum.org/EIPS/eip-1234">EIP-1234</a> – <em>makes sure the blockchain doesn't freeze before proof-of-stake.</em></li>
326
+
<li><ahref="https://eips.ethereum.org/EIPS/eip-1234">EIP-1234</a> – <em>makes sure the blockchain doesn't freeze before proof-of-stake and reduces block reward from 3 to 2 ETH.</em></li>
0 commit comments