]> Untitled Git - bdk/commit
test(bdk_bitcoind_rpc): update it's tests to use `ClientExt`
authorvalued mammal <valuedmammal@protonmail.com>
Sat, 22 Nov 2025 00:36:58 +0000 (19:36 -0500)
committerLeonardo Lima <oleonardolima@users.noreply.github.com>
Mon, 26 Jan 2026 17:14:07 +0000 (14:14 -0300)
commitf3931455da40fa1f4ee9159bfca63931665ef2a7
treedc4da73d297aca8524ae739903af87da3da6f610
parentc3f7257fc5e2b5ce4856cb01924ba6212a30f61c
test(bdk_bitcoind_rpc): update it's tests to use `ClientExt`

- introduces `ClientExt` trait to `bdk_bitcoind_rpc` common tests
  module.
- update all `bdk_bitcoind_rpc` tests to build the `Emitter` using the
  `ClientExt` trait, which allows it to use the old
  `bitcoincore-rpc::RpcApi` with the corepc-node background.
crates/bitcoind_rpc/src/lib.rs
crates/bitcoind_rpc/tests/common/mod.rs [new file with mode: 0644]
crates/bitcoind_rpc/tests/test_emitter.rs
crates/bitcoind_rpc/tests/test_filter_iter.rs