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
Implement Snap synchronization with Paprika. This requires the following
preparation work in Nethermind that separates the dependency for the IDb for the state (see: ctor of SnapSync) and hides it behind more meaningful, synchronization based abstraction
allow Snap sync to be self-served, meaning that it can work without Fast-Sync healing
implement it for Paprika in Nethermind
The text was updated successfully, but these errors were encountered:
Implement Snap synchronization with Paprika. This requires the following
IDb
for the state (see: ctor of SnapSync) and hides it behind more meaningful, synchronization based abstractionThe text was updated successfully, but these errors were encountered: