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
{{ message }}
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
While the current design works and has good performance, its capabilities are quite limited. We should switch to a data structure that allows for Merkle proofs, and root cryptographic signature validation. AFAIK, the current state of the art is Erigon. Most of the changes would be limited in scope to svm-state, without affecting the rest of the system. Here's some useful links:
This issue replaces two older, separate issues (#328, #329).
The text was updated successfully, but these errors were encountered:
neysofu
changed the title
Overhaul the SVM database architecture to allow light clients, Merkle proofs, root cryptographic signatures
Overhaul the SVM database architecture to allow for light clients, Merkle proofs, root cryptographic signatures
Feb 16, 2022
While the current design works and has good performance, its capabilities are quite limited. We should switch to a data structure that allows for Merkle proofs, and root cryptographic signature validation. AFAIK, the current state of the art is Erigon. Most of the changes would be limited in scope to
svm-state
, without affecting the rest of the system. Here's some useful links:https://eips.ethereum.org/EIPS/eip-3102
https://www.youtube.com/watch?v=aAZoiJIQiTE
This issue replaces two older, separate issues (#328, #329).
The text was updated successfully, but these errors were encountered: