Commit a055581
committed
feat(chain):
Also added staging changes to `ChangeSet::spk_cache`. This way, we can
avoid returning `ChangeSet`s for `apply_changeset` and
`insert_descriptor`.
* `KeychainTxOutIndex::new` now takes in an additional `use_spk_cache`
parameter.
* Fixed `reveal_to_target` method to actually return `None` if the
keychain does not exist.KeychainTxOutIndex: Make spk cache optional1 parent 19e3b5d commit a055581
7 files changed
Lines changed: 204 additions & 175 deletions
File tree
- crates
- bitcoind_rpc/examples
- chain
- benches
- src
- indexer
- tests
- examples/example_cli/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 36 | + | |
| 37 | + | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
| 85 | + | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments