Skip to main content

Module bip9_context

Module bip9_context 

Source
Expand description

BIP9 deployment-state adapter over BlockTree. Adapter implementing bitcoin_rs_consensus::DeploymentContext over bitcoin_rs_chain::BlockTree.

The consensus crate stays storage-agnostic via the DeploymentContext trait; this adapter is the node-crate-side implementation that lets bitcoin_rs_consensus::compute_state query historical block versions + MTPs against the in-memory block tree.

Structsยง

BlockTreeContext
Read-only adapter over a BlockTree rooted at a chosen tip.