Skip to content

Commit 6809499

Browse files
authored
Merge pull request #7419 from hursittarcan/devhursit
Added "The Hitchhikers Guide To Ethereum" (Sharding/The Merge/MEV) [Fixes #6523]
2 parents cae5ef0 + bb5b68c commit 6809499

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

src/components/MergeArticleList.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ const reads: Array<CardListItem> = [
4343
description: "Ethereum Foundation",
4444
link: "https://github.com/ethereum/execution-apis/tree/main/src/engine",
4545
},
46+
{
47+
title: "The Hitchhikers Guide To Ethereum",
48+
description: "Delphi Digital",
49+
link: "https://members.delphidigital.io/reports/the-hitchhikers-guide-to-ethereum",
50+
}
4651
]
4752

4853
export interface IProps {}

src/components/ShardChainsList.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ const ShardChainsList: React.FC<IProps> = () => {
4949
),
5050
link: "https://blog.ethereum.org/2020/03/27/sharding-consensus/",
5151
},
52+
{
53+
title: translateMessageId(
54+
"page-upgrade-article-title-hitchhikers-guide-to-ethereum",
55+
intl
56+
),
57+
description: "Delphi Digital",
58+
link: "https://members.delphidigital.io/reports/the-hitchhikers-guide-to-ethereum",
59+
}
5260
]
5361

5462
return (

src/content/developers/docs/mev/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,4 @@ As DeFi grows and increases in popularity, MEV may soon significantly outweigh t
131131
- [Escaping the Dark Forest](https://samczsun.com/escaping-the-dark-forest/)
132132
- [Flashbots: Frontrunning the MEV Crisis](https://medium.com/flashbots/frontrunning-the-mev-crisis-40629a613752)
133133
- [@bertcmiller's MEV Threads](https://twitter.com/bertcmiller/status/1402665992422047747)
134+
- [The Hitchhikers Guide To Ethereum](https://members.delphidigital.io/reports/the-hitchhikers-guide-to-ethereum)

src/intl/en/page-upgrades-index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"page-upgrade-article-author-ethereum-foundation": "Ethereum Foundation",
1919
"page-upgrade-article-title-sharding-is-great": "Why sharding is great: demystifying the technical properties",
2020
"page-upgrade-article-title-rollup-roadmap": "A rollup-centric roadmap",
21+
"page-upgrade-article-title-hitchhikers-guide-to-ethereum": "The Hitchhikers Guide To Ethereum",
2122
"page-upgrades-beacon-chain-btn": "More on the Beacon Chain",
2223
"page-upgrades-beacon-chain-date": "The Beacon Chain went live on December 1, 2020.",
2324
"page-upgrades-beacon-chain-desc": "The Beacon Chain brought staking to Ethereum, laid the groundwork for future upgrades, and will soon coordinate the new system.",

0 commit comments

Comments
 (0)