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ยง
- Block
Tree Context - Read-only adapter over a
BlockTreerooted at a chosen tip.