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
As a Dev and Operator
I want to BN to use the latests Blockstream protobuf API
So that is capable of verifying the latest version of blocks produced by the network nodes.
Technical Notes
Extras coming from previous refactor:
1. Verify that the CN is correctly implementing the Hashing Algorithm, adding the prefixes as it should do all the way up to the root hash.
2. How to handle a block with multiple proofs (do we verify only one or all of them? what happens if there is a valid proof, but another invalid proof?)
Note:
Publisher will never send multiple block proofs, that might only happen when backfilling, not needed to handle for this issue.