Skip to content

Commit 1d73606

Browse files
Fixed broken URL for "Verkle Trees"
Old broken link: https://ethereum.org/en../verkle-trees/ New link: https://ethereum.org/en/roadmap/verkle-trees/
1 parent 205f761 commit 1d73606

File tree

1 file changed

+1
-1
lines changed
  • src/content/roadmap/statelessness

1 file changed

+1
-1
lines changed

src/content/roadmap/statelessness/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Weak statelessness does involve changes to the way Ethereum nodes verify state c
6666

6767
**In weak statelessness proposing blocks requires access to full state data but verifying blocks requires no state data**
6868

69-
For this to happen, [Verkle trees](../verkle-trees) must already have been implemented in Ethereum clients. Verkle trees are a replacement data structure for storing Ethereum state data that allow small, fixed size "witnesses" to the data to be passed between peers and used to verify blocks instead of verifying blocks against local databases. [Proposer-builder separation](/roadmap/pbs/) is also required because this allows block builders to be specialized nodes with more powerful hardware, and those are the ones that require access to the full state data.
69+
For this to happen, [Verkle trees](/roadmap/verkle-trees/) must already have been implemented in Ethereum clients. Verkle trees are a replacement data structure for storing Ethereum state data that allow small, fixed size "witnesses" to the data to be passed between peers and used to verify blocks instead of verifying blocks against local databases. [Proposer-builder separation](/roadmap/pbs/) is also required because this allows block builders to be specialized nodes with more powerful hardware, and those are the ones that require access to the full state data.
7070

7171
<ExpandableCard title="Why is it OK to rely on fewer block proposers?" eventCategory="/roadmap/statelessness" eventName="clicked why is it OK to rely on fewer block proposers?">
7272

0 commit comments

Comments
 (0)