From 0713c4f11945cc762ddb7e4a078eb5cc34c2e13e Mon Sep 17 00:00:00 2001 From: Nuno Loureiro Date: Thu, 15 May 2025 11:55:38 +0100 Subject: [PATCH] remove innacurated content from the roadmap page --- app/[locale]/roadmap/_components/roadmap.tsx | 26 +------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/app/[locale]/roadmap/_components/roadmap.tsx b/app/[locale]/roadmap/_components/roadmap.tsx index b373eb20747..4bcb4d06469 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) => (