diff --git a/app/[locale]/roadmap/_components/roadmap.tsx b/app/[locale]/roadmap/_components/roadmap.tsx index 0f782609ec4..d60d81dbe4d 100644 --- a/app/[locale]/roadmap/_components/roadmap.tsx +++ b/app/[locale]/roadmap/_components/roadmap.tsx @@ -10,11 +10,8 @@ import { DankshardingIcon, ExtraSecurityIcon, FutureProofingIcon, - ProposerBuilderSeparationIcon, - SecretLeaderElectionIcon, SingleSlotFinalityIcon, StatelessnessIcon, - VerkleTreesIcon, } from "@/components/icons/roadmap" import { Image } from "@/components/Image" import MainArticle from "@/components/MainArticle" @@ -98,20 +95,6 @@ const RoadmapPage = () => { "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.", href: "/roadmap/single-slot-finality", }, - { - icon: , - title: "Proposer-builder separation", - description: - "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.", - href: "/roadmap/pbs", - }, - { - icon: , - title: "Secret leader election", - description: - "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.", - href: "/roadmap/secret-leader-election", - }, { icon: , title: "Account abstraction", @@ -119,13 +102,6 @@ const RoadmapPage = () => { "Account abstraction is a class of upgrades that support smart contract wallets natively on Ethereum, rather than having to use complex middleware.", href: "/roadmap/account-abstraction", }, - { - icon: , - title: "Verkle trees", - description: - "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.", - href: "/roadmap/verkle-trees", - }, { icon: , title: "Statelessness", @@ -238,7 +214,7 @@ const RoadmapPage = () => {

What technical upgrades are coming to Ethereum?

-
+
{technicalUpgradesItems.map((item) => (