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
This issue is to track implementing Geth's snap sync into the client. This issue will most likely get updated a lot.
High level plan:
Implement snap protocol into client
Implement a way to get state root from snapshot
Setup Geth with a small test network (Sepolia), and freeze this chain (do not support dynamic snapshots first, which moves along with the chain as it updates), i.e. geth --sepolia and when it is synced (it has the snapshot) geth --sepolia --nodiscover
Use snap protocol + db to download the snapshot and when this is done, retrieve the state root and verify
TODO: extra steps to upgrade to dynamic snapshots (i.e. we can follow a live chain)
Semi-related is to switch to using snap for beam sync.
This issue is to track implementing Geth's snap sync into the client. This issue will most likely get updated a lot.
High level plan:
geth --sepolia
and when it is synced (it has the snapshot)geth --sepolia --nodiscover
Semi-related is to switch to using snap for beam sync.
Handy URLs:
The text was updated successfully, but these errors were encountered: