Skip to content

Commit 0ae21d8

Browse files
authored
Merge pull request #11697 from Vid201/dev
Fix: wrong word in strong statelessness section
2 parents 19ded15 + b3cbbd2 commit 0ae21d8

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
@@ -81,7 +81,7 @@ Weak statelessness is in an advanced state of research, but it relies upon propo
8181

8282
### Strong statelessness {#strong-statelessness}
8383

84-
Strong statelessness removes the need for any blocks to store state data. Instead, transactions are sent with witnesses that can be aggregated by block producers. The block producers are then responsible for storing only that state that are needed for generating witnesses for relevant accounts. The responsibility for state is almost entirely moved to users, as they send witnesses and 'access lists' to declare which accounts and storage keys they are interacting with. This would enable extremely lightweight nodes, but there are tradeoffs including making it more difficult to transact with smart contracts.
84+
Strong statelessness removes the need for any node to store state data. Instead, transactions are sent with witnesses that can be aggregated by block producers. The block producers are then responsible for storing only that state that are needed for generating witnesses for relevant accounts. The responsibility for state is almost entirely moved to users, as they send witnesses and 'access lists' to declare which accounts and storage keys they are interacting with. This would enable extremely lightweight nodes, but there are tradeoffs including making it more difficult to transact with smart contracts.
8585

8686
Strong statelessness has been investigated by researchers but is not currently expected to be part of Ethereum's roadmap - it is more likely that weak statelessness is sufficient for Ethereum's scaling needs.
8787

0 commit comments

Comments
 (0)