Skip to content

Tags: bitcoindevkit/bdk

Tags

file_store-0.22.0

Toggle file_store-0.22.0's commit message

Verified

This tag was signed with the committer’s verified signature.
oleonardolima Leonardo L.
Release file_store-0.22.0

Changed

- `Changeset` field of `StoreErrorWithDump` is now of type `Option<Box<C>>` #1998

electrum-0.23.2

Toggle electrum-0.23.2's commit message

Verified

This tag was signed with the committer’s verified signature.
oleonardolima Leonardo L.
Release electrum-0.23.2

Added

- Add a new `populate_anchor_cache` method. #2005

Changed

- Update the `populate_tx_cache` method documentation. #2005

Fixed

- Update the `batch_fetch_anchors` to no longer uses a potentially stale hash as the anchor. #2011

core-0.6.2

Toggle core-0.6.2's commit message

Verified

This tag was signed with the committer’s verified signature.
oleonardolima Leonardo L.
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

chain-0.23.2

Toggle chain-0.23.2's commit message

Verified

This tag was signed with the committer’s verified signature.
oleonardolima Leonardo L.
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

bitcoind_rpc-0.22.0

Toggle bitcoind_rpc-0.22.0's commit message

Verified

This tag was signed with the committer’s verified signature.
oleonardolima Leonardo L.
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

testenv-0.13.1

Toggle testenv-0.13.1's commit message

Verified

This tag was signed with the committer’s verified signature.
oleonardolima Leonardo L.
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

file_store-0.21.1

Toggle file_store-0.21.1's commit message

Verified

This tag was signed with the committer’s verified signature.
oleonardolima Leonardo L.
Release file_store-0.21.1

Added

- Introduce usage of `cfg_attr(coverage_nightly)` in order to not consider tests under coverage. #1986

Changed

- Fix `clippy` formatting warnings for `StoreError` and test assertions #1990
- Bump `bdk_core` to `0.6.1`

esplora-0.22.1

Toggle esplora-0.22.1's commit message

Verified

This tag was signed with the committer’s verified signature.
oleonardolima Leonardo L.
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

electrum-0.23.1

Toggle electrum-0.23.1's commit message

Verified

This tag was signed with the committer’s verified signature.
oleonardolima Leonardo L.
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

core-0.6.1

Toggle core-0.6.1's commit message

Verified

This tag was signed with the committer’s verified signature.
oleonardolima Leonardo L.
Release core-0.6.1

Changed

- Fix `clippy` warnings for `SpkItem` on `spk_client` #1990