Upgrade: - bitcoin to v0.31.0 - miniscript to v11.0.0 Note: The bitcoin upgrade includes improvements to the `Transaction::weight()` function, it appears those guys did good, we no longer need to add the 2 additional weight units "just in case".
BDK TestEnv
This crate sets up a regtest environment with a single [bitcoind
] node
connected to an [electrs
] instance. This framework provides the infrastructure
for testing chain source crates, e.g., [bdk_chain
], [bdk_electrum
],
[bdk_esplora
], etc.