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: app/[locale]/roadmap/_components/roadmap.tsx
+1-25Lines changed: 1 addition & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,8 @@ import {
10
10
DankshardingIcon,
11
11
ExtraSecurityIcon,
12
12
FutureProofingIcon,
13
-
ProposerBuilderSeparationIcon,
14
-
SecretLeaderElectionIcon,
15
13
SingleSlotFinalityIcon,
16
14
StatelessnessIcon,
17
-
VerkleTreesIcon,
18
15
}from"@/components/icons/roadmap"
19
16
import{Image}from"@/components/Image"
20
17
importMainArticlefrom"@/components/MainArticle"
@@ -98,34 +95,13 @@ const RoadmapPage = () => {
98
95
"Instead of waiting for fifteen minutes, blocks could get proposed and finalized in the same slot. This is more convenient for apps and difficult to attack.",
"Splitting the block building and block proposal tasks across separate validators creates a fairer, more censorship resistant and efficient way for Ethereum to come to consensus.",
"Clever cryptography can be used to ensure that the identity of the current block proposer is not made public, protecting them from certain types of attack.",
"Account abstraction is a class of upgrades that support smart contract wallets natively on Ethereum, rather than having to use complex middleware.",
120
103
href: "/roadmap/account-abstraction",
121
104
},
122
-
{
123
-
icon: <VerkleTreesIconclassName="size-7"/>,
124
-
title: "Verkle trees",
125
-
description:
126
-
"Verkle trees are a data structure that can be used to enable stateless clients on Ethereum. These clients will require a small amount of storage space but will still be able to verify new blocks.",
0 commit comments