- Add support for Bitcoin Core versions
26.1
,26.2
,27.0
, and27.1
#21 - Import
jsonrpc
crate #19 - Bump MSRV to Rust
v1.63.0
#17 - Migrate repo to
github.com/rust-bitcoin
org (fromgit.luolix.top/tcharding
).
- Switch from implementing
TryFrom
to implementing inherentinto_model
function #9
The first two versions were what was needed to get integration testing
in rust-miniscript
to be able to use this crate.