]> Untitled Git - bdk/commit
chore(chain)!: rm `missing_heights` and `missing_heights_from` methods
author志宇 <hello@evanlinjin.me>
Tue, 26 Mar 2024 07:11:43 +0000 (15:11 +0800)
committer志宇 <hello@evanlinjin.me>
Tue, 16 Apr 2024 10:01:50 +0000 (18:01 +0800)
commit886d72e3d541d088320bbdad6804057f32aca684
tree05b7d3a57d65ffbc6bdb72b0cd446aaaa4086238
parentbd62aa0fe199d676710c9909617198d62f4897c0
chore(chain)!: rm `missing_heights` and `missing_heights_from` methods

These methods are no longer needed as we can determine missing heights
directly from the `CheckPoint` tip.
crates/chain/src/tx_graph.rs
crates/chain/tests/test_tx_graph.rs