]> Untitled Git - bdk/commit
feat(chain): get rid of `TxGraph::determine_changeset`
author志宇 <hello@evanlinjin.me>
Thu, 22 Aug 2024 08:39:08 +0000 (08:39 +0000)
committer志宇 <hello@evanlinjin.me>
Thu, 22 Aug 2024 08:39:08 +0000 (08:39 +0000)
commit71a3e0e335f0d29249224558118be9edada82be6
tree3072bff954a7c0e97c003133652513971ff5baec
parent6008897aac7f9815fde5362348b74e6d79c62b59
feat(chain): get rid of `TxGraph::determine_changeset`

Contain most of the insertion logic in `.insert_{}` methods, thus
simplifying `.apply_{}` methods. We can also get rid of
`.determine_changeset`.
crates/chain/src/tx_graph.rs
crates/chain/tests/test_tx_graph.rs