wormhole derivation and the shielded balance behind a mining address #45
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent: #9
Scope
From the seed,
derive_wormhole_from_mnemonicat the wormhole path (its own coin-type constant, mirrored from the hdwallet crate), the wormhole address and the first-hash preimage that appears in block headers. Query the shielded balance: the zk-tree leaves that pay this address, via theZkTreeApiruntime API or the observer's ingest, whichever is cheaper to keep correct. Show it asBalanceKind::Shieldedon the same account.Acceptance
For a mining mnemonic, the address matches what the miner configured and the shielded balance matches blackbeard.observer's attribution for that preimage.
Depends on
#14 (key schemes), #21 (balances).