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
"Rollups are too expensive and rely on centralized components, causing users to place too much trust in their operators. The roadmap includes fixes for both of these problems.",
"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
120
href: "/roadmap/account-abstraction",
121
121
},
122
122
{
123
-
icon: <VerkleTreesIcon/>,
123
+
icon: <VerkleTreesIconclassName="size-7"/>,
124
124
title: "Verkle trees",
125
125
description:
126
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.",
127
127
href: "/roadmap/verkle-trees",
128
128
},
129
129
{
130
-
icon: <StatelessnessIcon/>,
130
+
icon: <StatelessnessIconclassName="size-7"/>,
131
131
title: "Statelessness",
132
132
description:
133
133
"Stateless clients will be able to verify new blocks without having to store large amounts of data. This will provide all the benefits of running a node with only a tiny fraction of today’s costs.",
0 commit comments