]> Untitled Git - bdk/commit
refactor(chain)!: remove `CanonicalIter` APIs
authorLeonardo Lima <oleonardolima@users.noreply.github.com>
Tue, 19 May 2026 19:32:39 +0000 (16:32 -0300)
committer志宇 <hello@evanlinjin.me>
Sat, 13 Jun 2026 20:23:49 +0000 (20:23 +0000)
commita9f5ca4415af36b42cca43551414ad0644d627b8
tree0336315995b19f9aae0b1a15f1b78784881c28c6
parentbb83da8260fb167fa548f31c12710153095e9064
refactor(chain)!: remove `CanonicalIter` APIs

The codebase has been updated to the new `LocalChain::canonical_view`
method. It's now safe to remove the `CanonicalIter` it's the old APIs
relying on it, eg. `try_canonical_view`.
crates/chain/src/canonical_iter.rs [deleted file]
crates/chain/src/canonical_task.rs
crates/chain/src/canonical_view.rs
crates/chain/src/indexed_tx_graph.rs
crates/chain/src/lib.rs
crates/chain/src/tx_graph.rs