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 light client response verification algorithm and merkle proof against the Commit Root Hash from the warp sync response. See here for more info.
Implement the light client sync algorithm based on this and this diagrams.
[[Implement grandpa justifications verification algorithm]](https://spec.polkadot.network/#warp-sync) using the info coming from /sync/warp
Implement a sync query process based on this [algorithm](https://spec.polkadot.network/#algo-light-clients-query-state) because it’s used by the warp sync algorithm
Persist latest finalized block information to DB
The text was updated successfully, but these errors were encountered: