Expand description
Signer resolution and high-level verification over already-parsed registry data.
These helpers are framework-agnostic: the caller is responsible for reading its registry
accounts (owner checks, deserialization) and passing the plain RegistryView and
NodeEntry slice. All Anchor / framework coupling stays in the downstream program.
Functionsยง
- expected_
node_ index - resolve_
ordered_ signers - Pair each set bit of
signers_bitmapwith its registry entry (inentriesorder), validate the node indices (applying remove-transition remapping for a live previous version), and return the effective node count plus the signer pubkeys in ascending bitmap-bit order. - validate_
remove_ transition_ for_ previous - verify_
aggregate_ over_ hash_ resolved - verify_
data_ update_ resolved