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
Copy file name to clipboardExpand all lines: public/content/roadmap/statelessness/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Cheaper hard drives can be used to store older data but those are too slow to ke
16
16
17
17
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:
18
18
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.
20
20
-**State expiry**: allow state data that is not used frequently to become inactive. Inactive data can be ignored by clients until it is resurrected.
21
21
-**Weak statelessness**: only block producers need access to full state data, other nodes can verify blocks without a local state database.
22
22
-**Strong statelessness**: no nodes need access to the full state data.
0 commit comments