Commit 23dfd6e
committed
Merge #1977: Add
b555acb feat(chain): Add `TxGraph::get_last_evicted` (志宇)
Pull request description:
### Description
Ideally, this would be included as a field in `TxNode`, however that would be a breaking change.
### Changelog notice
```md
Added
- `TxGraph::get_last_evicted`
```
### Checklists
#### All Submissions:
* [x] I've signed all my commits
* [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)
* [x] I ran `cargo +nightly fmt` and `cargo clippy` before committing
#### New Features:
~* [ ] I've added tests for the new feature~
* [x] I've added docs for the new feature
ACKs for top commit:
evanlinjin:
self-ACK b555acb
Tree-SHA512: f1661d204e89e400b93e17f51f890a591edcdeea95803c4c48b937b700f48d5f2d975fcf33def3c5e36df13809ac2cc75f99ffc99716fa38c356b253a61eb5cbTxGraph::get_last_evicted
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
413 | 420 | | |
414 | 421 | | |
415 | 422 | | |
| |||
0 commit comments