]> Untitled Git - bdk/commit
refactor(chain)!: update KeychainTxOutIndex methods to use owned ScriptBuf
authorSteve Myers <steve@notmandatory.org>
Tue, 9 Jul 2024 21:51:12 +0000 (16:51 -0500)
committerSteve Myers <steve@notmandatory.org>
Mon, 22 Jul 2024 01:28:01 +0000 (20:28 -0500)
commit79262185d556009c3d3e918f886ba4a51a262351
treec23358158c40b1ad30350098e80df3fbeea0b55b
parent7c07b9de02edf9f2c2b8a153f7bc4c0ca0823b02
refactor(chain)!: update KeychainTxOutIndex methods to use owned ScriptBuf
crates/chain/src/indexer/keychain_txout.rs
crates/chain/src/indexer/spk_txout.rs
crates/chain/src/tx_graph.rs
crates/chain/tests/common/tx_template.rs
crates/chain/tests/test_indexed_tx_graph.rs
crates/chain/tests/test_tx_graph_conflicts.rs
crates/wallet/src/wallet/mod.rs
crates/wallet/tests/wallet.rs
example-crates/example_cli/src/lib.rs