| 2024-07-21 |
LLFourn | chore(wallet): Fix ChangeSet::merge |
commit | commitdiff | tree | snapshot |
| 2024-07-21 |
LLFourn | chore(wallet): Fix descriptor mismatch error keychain |
commit | commitdiff | tree | snapshot |
| 2024-07-19 |
志宇 | refactor(chain,wallet)!: move rusqlite things into... |
commit | commitdiff | tree | snapshot |
| 2024-07-19 |
志宇 | chore(chain): rm unused `sqlite` types |
commit | commitdiff | tree | snapshot |
| 2024-07-19 |
志宇 | feat(chain,wallet)!: Change persist-traits to be "safer" |
commit | commitdiff | tree | snapshot |
| 2024-07-18 |
志宇 | test(wallet): ensure checks work when loading wallet |
commit | commitdiff | tree | snapshot |
| 2024-07-18 |
志宇 | refactor(wallet)!: Make `bdk_wallet::ChangeSet` non... |
commit | commitdiff | tree | snapshot |
| 2024-07-18 |
志宇 | feat!: improve wallet building methods |
commit | commitdiff | tree | snapshot |
| 2024-07-18 |
志宇 | refactor!: move `WalletChangeSet` to `bdk_wallet` and... |
commit | commitdiff | tree | snapshot |
| 2024-07-18 |
志宇 | feat!: Rework sqlite, changesets, persistence and walle... |
commit | commitdiff | tree | snapshot |
| 2024-07-09 |
Steve Myers | Merge bitcoindevkit/bdk#1489: feat(electrum)!: Update... |
commit | commitdiff | tree | snapshot |
| 2024-07-08 |
Wei Chen | feat(chain)!: Implement `ConfirmationBlockTime` |
commit | commitdiff | tree | snapshot |
| 2024-07-08 |
Wei Chen | test(electrum): Imported `bdk_esplora` tests into ... |
commit | commitdiff | tree | snapshot |
| 2024-07-08 |
Wei Chen | feat(electrum)!: Update `bdk_electrum` to use merkle... |
commit | commitdiff | tree | snapshot |
| 2024-07-08 |
Steve Myers | Merge bitcoindevkit/bdk#1505: ci: pin cc dependency... |
commit | commitdiff | tree | snapshot |
| 2024-07-08 |
Wei Chen | ci: pin cc dependency version to build with rust 1.63 |
commit | commitdiff | tree | snapshot |
| 2024-07-08 |
Steve Myers | Merge bitcoindevkit/bdk#1503: feat(wallet): simplify... |
commit | commitdiff | tree | snapshot |
| 2024-07-08 |
Steve Myers | Merge bitcoindevkit/bdk#1502: chore(chain)!: Rename... |
commit | commitdiff | tree | snapshot |
| 2024-07-07 |
Wei Chen | chore(chain)!: Rename `Append` to `Merge` |
commit | commitdiff | tree | snapshot |
| 2024-07-06 |
Lloyd Fournier | Merge pull request #1493 from ValuedMammal/refactor... |
commit | commitdiff | tree | snapshot |
| 2024-07-06 |
Giovanni Napoli | refactor(wallet)!: remove redundant get_descriptor_for_... |
commit | commitdiff | tree | snapshot |
| 2024-07-05 |
Steve Myers | Merge bitcoindevkit/bdk#1487: Add support for custom... |
commit | commitdiff | tree | snapshot |
| 2024-07-05 |
nymius | refactor(wallet)!: remove TxOrdering::Bip69Lexicographic |
commit | commitdiff | tree | snapshot |
| 2024-07-05 |
FadedCoder | feat(wallet): add TxOrdering::Custom |
commit | commitdiff | tree | snapshot |
| 2024-07-05 |
valued mammal | ref(chain)!: create module `indexer` |
commit | commitdiff | tree | snapshot |
| 2024-07-02 |
Steve Myers | Merge bitcoindevkit/bdk#1416: [chain] Change tx_last_se... |
commit | commitdiff | tree | snapshot |
| 2024-06-30 |
valued mammal | ref(tx_graph): Change last_seen to `HashMap<Txid, u64>` |
commit | commitdiff | tree | snapshot |
| 2024-06-30 |
valued mammal | feat(tx_graph): Add method `txs_with_no_anchor_or_last_... |
commit | commitdiff | tree | snapshot |
| 2024-06-30 |
valued mammal | test(tx_graph): Add test for `list_canonical_txs` |
commit | commitdiff | tree | snapshot |
| 2024-06-30 |
valued mammal | wallet: delete method `insert_anchor` |
commit | commitdiff | tree | snapshot |
| 2024-06-30 |
valued mammal | ref(tx_graph)!: Rename `list_chain_txs` to `list_canoni... |
commit | commitdiff | tree | snapshot |
| 2024-06-30 |
valued mammal | test(indexed_tx_graph): Add test_get_chain_position |
commit | commitdiff | tree | snapshot |
| 2024-06-30 |
valued mammal | test(wallet): Add test_insert_tx_balance_and_utxos |
commit | commitdiff | tree | snapshot |
| 2024-06-30 |
valued mammal | fix(tx_graph)!: Change tx_last_seen to `Option<u64>` |
commit | commitdiff | tree | snapshot |
| 2024-06-28 |
Steve Myers | Merge bitcoindevkit/bdk#1486: refactor(chain): calculat... |
commit | commitdiff | tree | snapshot |
| 2024-06-28 |
Steve Myers | Merge bitcoindevkit/bdk#1490: Remove usage of `blockdat... |
commit | commitdiff | tree | snapshot |
| 2024-06-27 |
Steve Myers | test(wallet): verify wallet panics in dev mode if using... |
commit | commitdiff | tree | snapshot |
| 2024-06-27 |
Steve Myers | refactor(chain): calculate DescriptorId as sha256 hash... |
commit | commitdiff | tree | snapshot |
| 2024-06-27 |
Tobin C. Harding | Remove usage of blockdata:: from bitcoin paths |
commit | commitdiff | tree | snapshot |
| 2024-06-26 |
Steve Myers | Merge bitcoindevkit/bdk#1468: feat: use `Weight` type... |
commit | commitdiff | tree | snapshot |
| 2024-06-26 |
Leonardo Lima | refactor(wallet)!: change WeightedUtxo to use Weight... |
commit | commitdiff | tree | snapshot |
| 2024-06-25 |
Steve Myers | Merge bitcoindevkit/bdk#1424: Remove trait ComputeSighash |
commit | commitdiff | tree | snapshot |
| 2024-06-24 |
valued mammal | ref(signer): Use `Psbt::sighash_ecdsa` for computing... |
commit | commitdiff | tree | snapshot |
| 2024-06-24 |
valued mammal | refactor(signer): Remove trait ComputeSighash |
commit | commitdiff | tree | snapshot |
| 2024-06-23 |
valued mammal | fix(wallet)!: Rework `Wallet::insert_tx` to no longer... |
commit | commitdiff | tree | snapshot |
| 2024-06-23 |
Steve Myers | Merge bitcoindevkit/bdk#1395: Remove `rand` dependency... |
commit | commitdiff | tree | snapshot |
| 2024-06-20 |
志宇 | Merge bitcoindevkit/bdk#1476: fix(wallet)!: Simplify... |
commit | commitdiff | tree | snapshot |
| 2024-06-19 |
Steve Myers | feat(wallet): add back TxBuilder finish() and sort_tx... |
commit | commitdiff | tree | snapshot |
| 2024-06-19 |
valued mammal | fix(wallet)!: Simplify `SignOptions` and improve finali... |
commit | commitdiff | tree | snapshot |
| 2024-06-18 |
rustaceanrob | fix(bdk): remove rand dependency |
commit | commitdiff | tree | snapshot |
| 2024-06-15 |
Steve Myers | Merge bitcoindevkit/bdk#1472: Bump bdk version to 1... v1.0.0-alpha.13 |
commit | commitdiff | tree | snapshot |
| 2024-06-15 |
Steve Myers | Bump bdk version to 1.0.0-alpha.13 |
commit | commitdiff | tree | snapshot |
| 2024-06-15 |
Steve Myers | Merge bitcoindevkit/bdk#1473: Remove `persist` submodule |
commit | commitdiff | tree | snapshot |
| 2024-06-14 |
Steve Myers | docs: remove PersistBackend from docs, Cargo.toml and... |
commit | commitdiff | tree | snapshot |
| 2024-06-14 |
志宇 | feat(chain)!: add `take` convenience method to `Append... |
commit | commitdiff | tree | snapshot |
| 2024-06-14 |
志宇 | feat!: rm `persist` submodule |
commit | commitdiff | tree | snapshot |
| 2024-06-14 |
Steve Myers | Merge bitcoindevkit/bdk#1458: fix: typo on `SignedAmoun... |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
Steve Myers | Merge bitcoindevkit/bdk#1454: Refactor wallet and persi... |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
志宇 | feat(example): use changeset staging with rpc polling... |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
志宇 | feat(wallet)!: change persist API to use `StageExt... |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
志宇 | feat(chain): reintroduce a way to stage changesets... |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
志宇 | chore(chain): relax `miniscript` feature flag scope |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
Steve Myers | refactor(persist): update file_store, sqlite, wallet... |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
Steve Myers | feat(persist): add PersistAsync trait and StagedPersist... |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
Steve Myers | refactor(persist): rename PersistBackend to Persist... |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
志宇 | Merge bitcoindevkit/bdk#1463: No descriptor ids in... |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
志宇 | refactor(chain): compute txid once for `KeychainTxOutIn... |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
志宇 | refactor(chain): change field names to be more sane |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
志宇 | docs(chain): fix docs |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
志宇 | refactor(chain): `KeychainTxOutIndex` use `HashMap... |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
LLFourn | chore(chain): s/replenish_lookahead/replenish_inner_index/ |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
LLFourn | chore(chain): document insert_descriptor invariants... |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
LLFourn | refactor(chain): improve replenish lookeahd internals |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
Lloyd Fournier | chore(chain): Fix Indexed and KeychainIndexed documentaion |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
LLFourn | chore(chain): Improve documentation of keychain::ChangeSet |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
LLFourn | chore(chain): Standardise KeychainTxOutIndex return... |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
Steve Myers | chore(chain): add type IndexSpk, fix clippy type comple... |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
LLFourn | chore(chain): misc docs and insert_descriptor fixes |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
LLFourn | refactor(keychain): Fix KeychainTxOutIndex range queries |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
LLFourn | Write failing test for keychain range querying |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
Steve Myers | Merge bitcoindevkit/bdk#1448: bump(deps): upgrade rust... |
commit | commitdiff | tree | snapshot |
| 2024-06-13 |
志宇 | chore(wallet): rm dup code |
commit | commitdiff | tree | snapshot |
| 2024-06-12 |
Leonardo Lima | deps(bdk): bump `bitcoin` to `0.32.0`, miniscript to... |
commit | commitdiff | tree | snapshot |
| 2024-06-12 |
Lloyd Fournier | Merge pull request #1470 from notmandatory/ci/pin_url_dep |
commit | commitdiff | tree | snapshot |
| 2024-06-11 |
Steve Myers | ci: pin url dependency version to build with rust 1.63 |
commit | commitdiff | tree | snapshot |
| 2024-06-06 |
志宇 | Merge bitcoindevkit/bdk#1441: Remove duplicated Insuffi... |
commit | commitdiff | tree | snapshot |
| 2024-06-06 |
Steve Myers | Merge bitcoindevkit/bdk#1390: Make Wallet require a... |
commit | commitdiff | tree | snapshot |
| 2024-06-06 |
e1a0a0ea | chore(wallet): remove duplicated InsufficientFunds... |
commit | commitdiff | tree | snapshot |
| 2024-06-05 |
valued mammal | fix(wallet): `LoadError::MissingDescriptor` includes... |
commit | commitdiff | tree | snapshot |
| 2024-06-05 |
valued mammal | ref(wallet)!: Make `Wallet::public_descriptor` infallible |
commit | commitdiff | tree | snapshot |
| 2024-06-05 |
valued mammal | test(wallet): Clarify docs for get_funded_wallet |
commit | commitdiff | tree | snapshot |
| 2024-06-05 |
valued mammal | refactor(wallet)!: Make Wallet require a change descriptor |
commit | commitdiff | tree | snapshot |
| 2024-06-05 |
志宇 | Merge bitcoindevkit/bdk#1453: refactor(electrum) put... |
commit | commitdiff | tree | snapshot |
| 2024-06-05 |
Leonardo Lima | fix: typo on `SignedAmount` instead of `Amount` |
commit | commitdiff | tree | snapshot |
| 2024-06-04 |
Steve Myers | Merge bitcoindevkit/bdk#1455: refactor(wallet): rename... |
commit | commitdiff | tree | snapshot |
| 2024-06-04 |
Steve Myers | Merge bitcoindevkit/bdk#1426: feat: add further `bitcoi... |
commit | commitdiff | tree | snapshot |
| 2024-06-04 |
志宇 | feat(electrum): re-export `transaction_broadcast` method |
commit | commitdiff | tree | snapshot |
| 2024-06-04 |
LLFourn | refactor(electrum)!: put the tx cache in electrum |
commit | commitdiff | tree | snapshot |
| 2024-06-03 |
Leonardo Lima | feat: use `Amount` on `calculate_fee`, `fee_absolute... |
commit | commitdiff | tree | snapshot |
| 2024-06-01 |
Steve Myers | refactor(wallet): rename get_balance() to balance() |
commit | commitdiff | tree | snapshot |
| next |