Tags: bitcoindevkit/bdk
Tags
Release file_store-0.22.0 Changed - `Changeset` field of `StoreErrorWithDump` is now of type `Option<Box<C>>` #1998
Release core-0.6.2 Added - Added two new convenience methods: `floor_at` and `floor_below` for getting the checkpoint at a floored height or by an offset from the tip. #2007
Release chain-0.23.2 Added - Added a doctest illustrating how to filter confirmed balance results by simulating a minimum confirmation threshold via `chain_tip` height. #2007 Fixed - Behavior of `IndexedTxGraph` methods (`apply_block_relevant`, `batch_insert_relevant` and `batch_insert_relevant_unconfirmed`) to also consider conflicts of spk-relevant transactions as relevant. #2008
Release bitcoind_rpc-0.22.0 Fixed - `FilterIter` now handles reorgs to ensure consistency of the header chain. #2000 Changed - `Event` is now a struct instead of enum #2000 Added - `FilterIter::new` constructor that takes as input a reference to the RPC client, checkpoint, and a list of SPKs. #2000 - `Error::ReorgDepthExceeded` variant. #2000 - `Error::TryFromInt` variant. #2000 Removed - `FilterIter::new_with_height` method #2000 - `FilterIter::new_with_checkpoint` method #2000 - `EventInner` type #2000 - `FilterIter::get_tip` method #2000 - `FilterIter::chain_update` method #2000 - `Error::NoScripts` variant #2000
Release testenv-0.13.1 Changed - Introduce usage of `cfg_attr(coverage_nightly)` in order to not consider tests under coverage. #1986 - deps: bump `bdk_chain` to 0.23.1
Release esplora-0.22.1 Added - Introduce usage of `cfg_attr(coverage_nightly)` in order to not consider tests under coverage. #1986 Changed - deps: bump `esplora-client` to 0.12.1 - deps: bump `bdk_core` to 0.6.1 Fixed - Esplora `chain_update` returns early with `esplora_client::Error::HeaderHashNotFound` if no point of agreement is found in the local checkpoint #1971
Release electrum-0.23.1 Added - Introduce usage of `cfg_attr(coverage_nightly)` in order to not consider tests under coverage. #1986 Changed - Add transaction anchor cache to prevent redundant network calls. #1957 - Batch Merkle Proof, script history, and header requests. #1957 - Fix `clippy` warnings on electrum-client batch call #1990 - deps: bump bdk_core to 0.6.1 - deps: bump electrum-client to 0.24.0 Fixed - Removed all `unwrap()`s and `expect()`s from `bdk_electrum_client.rs` #1981
Release core-0.6.1 Changed - Fix `clippy` warnings for `SpkItem` on `spk_client` #1990
PreviousNext