10000 Tags · bitcoindevkit/bdk · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: bitcoindevkit/bdk

Tags

testenv-0.12.0

Toggle testenv-0.12.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Release testenv-0.12.0

Changed

- deps: bump `bdk_chain` to 0.22.0

file_store-0.20.0

Toggle file_store-0.20.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Release file_store-0.20.0

Changed

- deps: bump `bdk_core` to 0.5.0

esplora-0.21.0

Toggle esplora-0.21.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Release esplora-0.21.0

Changed

- Make full-scan/sync flow easier to reason about. #1838
- Introduce evicted-at/last-evicted timestamps #1839

electrum-0.22.0

Toggle electrum-0.22.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Release electrum-0.22.0

Changed

- fix: Handle negative heights properly #1837
- Make full-scan/sync flow easier to reason about. #1838

core-0.5.0

Toggle core-0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Release core-0.5.0

Changed

- Added unit tests for Merge of various collections. #1738
- Make full-scan/sync flow easier to reason about. #1838
- Introduce `evicted-at`/`last-evicted` timestamps #1839

chain-0.22.0

Toggle chain-0.22.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Release chain-0.22.0

Changed

- Make full-scan/sync flow easier to reason about. #1838
- Introduce evicted-at/last-evicted timestamps #1839
- chore: bump `miniscript` to `12.3.1` #1924
- Introduce canonicalization parameters #1808

bitcoind_rpc-0.19.0

Toggle bitcoind_rpc-0.19.0's commit message

Verified

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

wallet-1.2.0

Toggle wallet-1.2.0's commit message

Verified

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

file_store-0.19.0

Toggle file_store-0.19.0's commit message

Verified

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

v0.30.2

Toggle v0.30.2's commit message

Verified

This tag was signed with the committer’s verified signature.
notmandatory Steve Myers
v0.30.2

Release 0.30.2

- Fix out of memory issue caused by batch fetching many large txs #1831
- Fix SQLite panic when syncing many large txs #1836
0