Skip to content

Commit 6a4dd62

Browse files
authored
Update index.md
1 parent 7ca466f commit 6a4dd62

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

public/content/roadmap/statelessness/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Cheaper hard drives can be used to store older data but those are too slow to ke
1616

1717
There are several ways to reduce the amount of data each node has to store, each requiring Ethereum's core protocol to be updated to a different extent:
1818

19-
- **History expiry**: enable nodes to discard state data older than X blocks, but does not change how Ethereum client's handle state data
19+
- **History expiry**: enable nodes to discard state data older than X blocks, but does not change how Ethereum client's handle state data.
2020
- **State expiry**: allow state data that is not used frequently to become inactive. Inactive data can be ignored by clients until it is resurrected.
2121
- **Weak statelessness**: only block producers need access to full state data, other nodes can verify blocks without a local state database.
2222
- **Strong statelessness**: no nodes need access to the full state data.

0 commit comments

Comments
 (0)