Tags: bitcoindevkit/bdk
Tags
Release testenv-0.12.0 Changed - deps: bump `bdk_chain` to 0.22.0
Release file_store-0.20.0 Changed - deps: bump `bdk_core` to 0.5.0
Release bitcoind_rpc-0.19.0 Changed - feat(rpc)!: Update Emitter::mempool to support evicted_at #1857 - deps: bump `bdk_core` to 0.5.0
Release wallet-1.2.0 In this release of bdk_wallet 1.2.0 The TxBuilder::add_recipient function now accepts anything that implements Into<ScriptBuf>. The wallet considers a coinbase output eligible for selection if it will mature in the next block. Wallets persisted with a rusqlite::Connection are checked to be thread-safe. The bdk_chain dependency is updated to version 0.21.1, plus a number of internal cleanups. - Fix off-by-one error checking coinbase maturity in optional UTxOs #1830 - Bump bitcoin dependency to v0.32.4 #1853 - Pin bdk_chain version to latest release #1860 - Refactor/use iterators to preselect utxos #1798 - Generalize add_recipient to accept Address #1841 - fix(wallet): allow PersistedWallet to be Send + Sync #1874 - chore: bump `miniscript` to `12.3.1` #1924
Release 0.19.0 Changed - `StoreError` enum, which includes `Io`, `Bincode` and `InvalidMagicBytes` #1684. - docs: add "not intended for production" note in `README`. - `Store::create_new` to `Store::create`, with new return type: `Result<Self, StoreError>` - `Store::open` to `Store::load`, with new return type: `Result<(Self, Option<C>), StoreErrorWithDump<C>>` - `Store::open_or_create` to `Store::load_or_create`, with new return type: `Result<(Option<C>, Self), StoreErrorWithDump<C>>` - `Store::aggregate_changesets` to `Store::dump`, with new return type: `Result<Option<C>, StoreErrorWithDump<C>>` - `FileError` to `StoreError` - `AggregateChangesetsError` to `StoreErrorWithDump`, which now can include all the variants of `StoreError` in the error field. - `IterError` deleted.
PreviousNext