]> Untitled Git - bdk/commit
feat(core)!: Make `TxUpdate` non-exhaustive
author志宇 <hello@evanlinjin.me>
Fri, 24 Jan 2025 04:31:41 +0000 (15:31 +1100)
committer志宇 <hello@evanlinjin.me>
Fri, 28 Feb 2025 03:11:38 +0000 (14:11 +1100)
commitee527454b0dc451ea44fd9410db3e396cb48817f
treeb430d6577a5ba6f69dff82435eb0c5ba6cbeb504
parent209570d80b28a6f9f7029ae45a0195eb4a1cccd6
feat(core)!: Make `TxUpdate` non-exhaustive

If we introduce new fields to `TxUpdate`, they can be minor
non-breaking updates.
crates/chain/benches/canonicalization.rs
crates/chain/src/tx_graph.rs
crates/chain/tests/test_tx_graph.rs
crates/core/src/tx_update.rs
crates/electrum/src/bdk_electrum_client.rs