]> Untitled Git - bdk/commit
rpc: use `importdescriptors` with Core >= 0.21
authorAlekos Filini <alekos.filini@gmail.com>
Tue, 7 Jun 2022 11:14:52 +0000 (13:14 +0200)
committerAlekos Filini <alekos.filini@gmail.com>
Tue, 7 Jun 2022 13:07:58 +0000 (15:07 +0200)
commite1a1372baec86da784af697e025615b8e0bccf4e
tree7c01be307e7b6164af37e9c3754c30e1128a2e16
parent32699234b6de50f7b9b52aa1e6811c2c92c0a883
rpc: use `importdescriptors` with Core >= 0.21

Only use the old `importmulti` with Core versions that don't support
descriptor-based (sqlite) wallets.

Add an extra feature to test against Core 0.20 called `test-rpc-legacy`
.github/workflows/cont_integration.yml
CHANGELOG.md
Cargo.toml
README.md
src/blockchain/rpc.rs
src/testutils/blockchain_tests.rs