Skip to content

Commit ceb1800

Browse files
authored
Merge pull request #12451 from ethereum/dencun-wrapup
Dencun wrap-up
2 parents 355b23c + 3f1c3b1 commit ceb1800

File tree

7 files changed

+9
-45
lines changed

7 files changed

+9
-45
lines changed

public/content/community/research/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ One particular area of layer 2 that requires more research and development is sa
134134

135135
Sharding Ethereum's blockchain has long been part of the development roadmap. However, new scaling solutions such as "Danksharding" are currently taking center stage.
136136

137+
The precursor to full Danksharding known as Proto-Danksharding went live with the Cancun-Deneb ("Dencun") network upgrade.
138+
139+
[More about the Dencun upgrade](/roadmap/dencun/)
140+
137141
#### Background reading {#background-reading-4}
138142

139143
- [Proto-Danksharding notes](https://notes.ethereum.org/@vbuterin/proto_danksharding_faq)

public/content/history/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ EIP-7514 brings a tightening to the issuance of ETH by capping the "churn" rate
119119
</ExpandableCard>
120120

121121
- [Read the Deneb upgrade specifications](https://github.com/ethereum/consensus-specs/blob/dev/specs/deneb/)
122+
- [Cancun-Deneb ("Dencun") FAQ](/roadmap/dencun/)
122123

123124
<Divider />
124125

public/content/roadmap/danksharding/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Data availability sampling is required for validators to quickly and efficiently
8181

8282
### Current progress {#current-progress}
8383

84-
Full Danksharding is several years away. In the meantime, the KZG ceremony has concluded with over 140,000 contributions, and the [EIP](https://eips.ethereum.org/EIPS/eip-4844) for Proto-Danksharding has matured, with an agreed upon production-ready specification already being tested on testnets. This upgrade is set to go live on Ethereum Mainnet in March 2024 as part of the Deneb + Cancun upgrade. You can keep up to date using the [EIP 4844 readiness checklist](https://github.com/ethereum/pm/blob/master/Dencun/4844-readiness-checklist.md).
84+
Full Danksharding is several years away. In the meantime, the KZG ceremony has concluded with over 140,000 contributions, and the [EIP](https://eips.ethereum.org/EIPS/eip-4844) for Proto-Danksharding has matured. This proposal has been fully implemented in all testnets, and went live on Mainnet with the Cancun-Deneb ("Dencun") network upgrade in March 2024.
8585

8686
### Further reading {#further-reading}
8787

public/content/roadmap/scaling/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ This second step is known as [“Danksharding”](/roadmap/danksharding/). **It
4444

4545
## Current progress {#current-progress}
4646

47-
Proto-Danksharding is the first of these roadmap items to be implemented as part of the Deneb + Cancun network upgrade in March of 2024.
47+
Proto-Danksharding is the first of these roadmap items to be implemented as part of the Cancun-Deneb ("Dencun") network upgrade in March of 2024.
4848
**Full Danksharding is likely several years away**, as it relies upon several other roadmap items being completed first. Decentralizing rollup infrastructure is likely to be a gradual process - there are many different rollups that are building slightly different systems and will fully decentralize at different rates.
4949

50+
[More on the Dencun network upgrade](/roadmap/dencun/)
51+
5052
<QuizWidget quizKey="scaling" />

src/components/DencunBanner.tsx

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/pages/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import CalloutBanner from "@/components/CalloutBanner"
2727
import Codeblock from "@/components/Codeblock"
2828
import CodeModal from "@/components/CodeModal"
2929
import CommunityEvents from "@/components/CommunityEvents"
30-
import DencunBanner from "@/components/DencunBanner"
3130
import HomeHero from "@/components/Hero/HomeHero"
3231
import { Image } from "@/components/Image"
3332
import MainArticle from "@/components/MainArticle"
@@ -347,7 +346,6 @@ const HomePage = ({
347346
title={t("page-index:page-index-meta-title")}
348347
description={t("page-index:page-index-meta-description")}
349348
/>
350-
<DencunBanner />
351349
<Box w="full">
352350
<HomeHero heroImg={hero} />
353351
</Box>

src/pages/staking/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import type {
1515
import { List as ButtonDropdownList } from "@/components/ButtonDropdown"
1616
import ButtonLink, { ButtonLinkProps } from "@/components/Buttons/ButtonLink"
1717
import Card from "@/components/Card"
18-
import DencunBanner from "@/components/DencunBanner"
1918
import ExpandableCard from "@/components/ExpandableCard"
2019
import FeedbackCard from "@/components/FeedbackCard"
2120
import LeftNavBar from "@/components/LeftNavBar"
@@ -372,7 +371,6 @@ const StakingPage = ({
372371
description={t("page-staking-meta-description")}
373372
image="/upgrades/upgrade_rhino.png"
374373
/>
375-
<DencunBanner />
376374
<HeroStatsWrapper>
377375
<PageHero content={heroContent} />
378376
<StakingStatsBox data={data} />

0 commit comments

Comments
 (0)