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
Nori is interested in the relationship between different Mina blocks for the purposes of including finality guarantees in their bridge proofs. The ability to prove that a given current best tip is a nth-degree descendant of a target block, where n is some finality threshold is critical to their bridge.
The internal p2p protocol exposes get_ancestry, which seems close to what is needed, but there is no public graphQL access to the required values.
block is the state hash of the current best tip, and depth is how many blocks of ancestors are requested.
Poseidon hashing the resulting array should produce the input hash, and the bridge can independently verify that the input hash is a valid block on Mina by verifying the blockchain proof.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Nori is interested in the relationship between different Mina blocks for the purposes of including finality guarantees in their bridge proofs. The ability to prove that a given current best tip is a
nth-degree descendant of a target block, wherenis some finality threshold is critical to their bridge.The internal p2p protocol exposes
get_ancestry, which seems close to what is needed, but there is no public graphQL access to the required values.Proposed Schema
blockis the state hash of the current best tip, and depth is how many blocks of ancestors are requested.Poseidon hashing the resulting array should produce the input hash, and the bridge can independently verify that the input hash is a valid block on Mina by verifying the blockchain proof.
Beta Was this translation helpful? Give feedback.
All reactions