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 was archived by the owner on Nov 15, 2023. It is now read-only.
Finality proofs for every Nth block should be stored on full nodes. These finality proofs should be sent along with the block when it is requested.
In the case of rhododendron, this is simply the justification and is kept for every block.
In the case of GRANDPA, this is a COMMIT message for said block, as well as ancestry proofs of votes on descendent-chains. For GRANDPA N=1024 would be reasonable.
The text was updated successfully, but these errors were encountered:
Finality proofs for every
N
th block should be stored on full nodes. These finality proofs should be sent along with the block when it is requested.In the case of rhododendron, this is simply the justification and is kept for every block.
In the case of GRANDPA, this is a
COMMIT
message for said block, as well as ancestry proofs of votes on descendent-chains. For GRANDPA N=1024 would be reasonable.The text was updated successfully, but these errors were encountered: