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: public/content/history/index.md
+69-11Lines changed: 69 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,8 @@ Since 2021, upgrades to the **execution layer** are named according to the city
32
32
| Berlin | 2014 | 0 | Apr 15, 2021 |
33
33
| London | 2015 | I | Aug 5, 2021 |
34
34
| Shanghai | 2016 | II | Apr 12, 2023 |
35
-
|**Cancun**| 2017 | III | Mar 13, 2024 |
36
-
|_Prague_| 2018 | IV | TBD |
35
+
| Cancun| 2017 | III | Mar 13, 2024 |
36
+
|**Prague**| 2018 | IV | TBD - Next|
37
37
|_Osaka_| 2019 | V | TBD |
38
38
|_Bogota_| 2022 | VI | TBD |
39
39
|_Bangkok_| 2024 | VII | TBD |
@@ -42,23 +42,26 @@ Since 2021, upgrades to the **execution layer** are named according to the city
42
42
43
43
Since the launch of the [Beacon Chain](/glossary/#beacon-chain), upgrades to the **consensus layer** are named after celestial stars beginning with letters that proceed in alphabetical order:
The execution and consensus upgrades were initially rolled out at different times, but after [The Merge](/roadmap/merge/) in 2022 these have been deployed simultaneously. As-such, colloquial terms have emerged to simplify references to these upgrades using a single conjoined term. This began with the _Shanghai-Capella_ upgrade, commonly referred to as "**Shapella**", and is continued with the _Cancun-Deneb_upgrade, which may be referred to as "**Dencun**."
57
+
The execution and consensus upgrades were initially rolled out at different times, but after [The Merge](/roadmap/merge/) in 2022 these have been deployed simultaneously. As-such, colloquial terms have emerged to simplify references to these upgrades using a single conjoined term. This began with the _Shanghai-Capella_ upgrade, commonly referred to as "**Shapella**", and is continued with the _Cancun-Deneb_(**Dencun**), and the _Prague-Electra_ (**Pectra**) upgrades.
57
58
58
59
| Execution Upgrade | Consensus Upgrade | Short Name |
@@ -68,6 +71,61 @@ Looking for future protocol upgrades? [Learn about upcoming upgrades on the Ethe
68
71
69
72
<Divider />
70
73
74
+
## 2025 {#2025}
75
+
76
+
### Prague-Electra ("Pectra") {#pectra}
77
+
78
+
<NetworkUpgradeSummaryname="pectra" />
79
+
80
+
#### Prague summary {#prague-summary}
81
+
82
+
The Prague upgrade contains a set of improvements to Ethereum's _execution_ aimed at scaling and staking experience, in tandem with the Electra consensus upgrades.
83
+
84
+
<!-- TODO: Short description of execution layer changes -->
85
+
86
+
<ExpandableCardtitle="Prague EIPs"contentPreview="Official improvements included in this upgrade.">
87
+
88
+
<ul>
89
+
<li><ahref="https://eips.ethereum.org/EIPS/eip-6110">EIP-6110</a> - <em>Supply validator deposits on chain</em></li>
-[How Pectra will enhance the staking experience](https://www.kiln.fi/post/next-ethereum-upgrade-how-pectra-will-enhance-the-staking-experience)
102
+
103
+
#### Electra summary {#electra-summary}
104
+
105
+
<!-- TODO: Fill in description -->
106
+
107
+
The Electra upgrade contains a set of improvements to Ethereum's _consensus_ aimed towards ... This upgrade comes in tandem with the Prague execution upgrades to ...
108
+
109
+
<!-- Short description of consensus layer changes -->
110
+
111
+
<ExpandableCardtitle="Electra EIPs"contentPreview="Official improvements included in this upgrade.">
112
+
113
+
<ul>
114
+
<li><ahref="https://eips.ethereum.org/EIPS/eip-2537">EIP-2537</a> - <em>Precompile for BLS12-381 curve operations</em></li>
115
+
<li><ahref="https://eips.ethereum.org/EIPS/eip-2935">EIP-2935</a> - <em>Save historical block hashes in state</em></li>
0 commit comments