]> Untitled Git - bdk/shortlog
bdk
2023-04-05 志宇[bdk_chain_redesign] Introduce `Append` trait for additions
2023-04-05 志宇[bdk_chain_redesign] Better names, comments and generic...
2023-04-05 志宇[bdk_chain_redesign] `chain_oracle::Cache`
2023-03-31 志宇[bdk_chain_redesign] Add serde support for `IndexedAddi...
2023-03-31 志宇[bdk_chain_redesign] Added methods to `LocalChain`
2023-03-31 志宇[bdk_chain_redesign] `TxGraph` tweaks
2023-03-31 志宇[bdk_chain_redesign] Simplify `TxIndex`
2023-03-31 志宇[bdk_chain_redesign] Revert some API changes
2023-03-30 志宇[bdk_chain_redesign] Make default anchor for `TxGraph...
2023-03-30 志宇[bdk_chain_redesign] Initial work on `LocalChain`.
2023-03-28 志宇[bdk_chain_redesign] Rm anchor type param for structs...
2023-03-28 志宇[bdk_chain_redesign] Add docs
2023-03-27 志宇[bdk_chain_redesign] `IndexedTxGraph` keeps track of...
2023-03-27 志宇[bdk_chain_redesign] Fix `apply_additions` logic for...
2023-03-27 志宇[bdk_chain_redesign] `mut_index` should be `index_mut`
2023-03-27 志宇[bdk_chain_redesign] Add balance methods to `IndexedTxG...
2023-03-27 志宇[bdk_chain_redesign] Add `apply_additions` to `IndexedT...
2023-03-27 志宇[bdk_chain_redesign] MOVE: `IndexedTxGraph` into submodule
2023-03-27 志宇[bdk_chain_redesign] List chain data methods can be...
2023-03-27 志宇[bdk_chain_redesign] Add `..in_chain` methods
2023-03-26 志宇[bdk_chain_redesign] Introduce `ChainOracle` and `TxInd...
2023-03-24 志宇[bdk_chain_redesign] Introduce `BlockAnchor` trait
2023-03-20 Steve MyersBump bdk version to 1.0.0-alpha.0
2023-03-20 Steve MyersFor examples and nursery remove workspace dependency...
2023-03-18 志宇Merge pull request #890 from evanlinjin/simplify-reveal...
2023-03-18 志宇Simplify `reveal_to_target` logic
2023-03-17 志宇Merge pull request #889 from evanlinjin/add-async-synci...
2023-03-16 志宇Add docs for `EsploraAsyncExt` and make doctests runnable
2023-03-15 志宇Merge pull request #888 from rajarshimaitra/greamarly...
2023-03-15 rajarshimaitraAdd documentation fixes
2023-03-14 Steve MyersMerge bitcoindevkit/bdk#793: bdk v1.0.0-alpha.0
2023-03-13 Daniela BrozzoniDoc fixes
2023-03-13 Daniela Brozzoni[ci] misc fixes
2023-03-10 LLFournMake async esplora futures Send
2023-03-10 志宇More documentation improvements
2023-03-09 志宇`bdk` README improvements
2023-03-08 志宇Add `wallet_esplora_async` example and various fixes
2023-03-08 Vladimir FomeneImplement EsploraExt for Async client
2023-03-08 Vladimir FomeneReplace current caching solution with Rust Cache
2023-03-08 Daniela Brozzoniexamples: exit if balance < SEND_AMOUNT
2023-03-08 Daniela BrozzoniFix cargo clippy
2023-03-08 志宇Improve stdout output for wallet esplora/electrum examples
2023-03-07 志宇Add `wallet_electrum` example
2023-03-07 志宇Remove transaction-based type parameters and traits
2023-03-07 志宇Changed `inflate_update` logic to not depend on `Cow`
2023-03-06 志宇Use os-specific temp dir for `wallet_esplora` example
2023-03-06 志宇Use hardcoded send amount for `wallet_esplora` example
2023-03-03 Daniela BrozzoniAdd the wallet_esplora example
2023-03-03 Daniela BrozzoniNewError implements StdError (fix typo)
2023-03-03 Daniela BrozzoniDisable code coverage
2023-03-03 Daniela BrozzoniUse action-rs/toolchain in CI
2023-03-03 Daniela BrozzoniMake bdk_esplora wasm compatible again
2023-03-03 LLFournMake bdk_file_store use bincode v1
2023-03-03 Steve MyersMake bdk and bdk_chain work under 1.57.0
2023-03-03 Steve MyersUpdate workspace dependencies to be relative paths
2023-03-03 Daniela BrozzoniAdd clippy.toml
2023-03-03 Daniela BrozzoniFix docs
2023-03-03 Daniela BrozzoniUpdate rust stable in CI (1.67.0)
2023-03-03 Daniela BrozzoniFix the "repository" field in Cargo.toml
2023-03-03 Daniela BrozzoniFix cargo clippy warnings
2023-03-03 Daniela BrozzoniFix clippy
2023-03-03 Daniela BrozzoniDisable test-hardware-signer
2023-03-02 Daniela BrozzoniRust fmt
2023-03-02 LLFournRename the stub wallet examples
2023-03-02 LLFournUse tempfile for file_store tests
2023-03-02 LLFournMove everything else over 🎉
2023-03-02 Daniela BrozzoniMove bdk_electrum into the bdk repo :tada:
2023-03-02 Daniela BrozzoniMove bdk_file_store into the bdk repo :tada:
2023-03-02 Daniela BrozzoniMove bdk_chain into the bdk repo :tada:
2023-03-02 LLFournMake lib.rs's docs be the README.md
2023-03-02 Daniela BrozzoniFix code coverage CI
2023-03-02 LLFournFix doc links
2023-03-02 LLFourn[ci] Fix feature flags
2023-03-02 LLFournAdd back test-hardware-signer feature
2023-03-02 LLFournRemove test-readme-examples
2023-03-02 LLFournRemove authors.workspace because older cargo don't...
2023-03-02 LLFournDelete unused errors
2023-03-02 LLFournConvert to workspace
2023-03-02 LLFournDelete unused things
2023-03-02 LLFournMake doctests work
2023-03-02 LLFournUse bdk_chain Balance
2023-03-02 LLFournAdd Wallet::cancel_tx
2023-03-02 LLFournAdd wallet persistence
2023-03-02 LLFournMove tests to /tests
2023-03-02 LLFournMake bdk no_std
2023-03-02 LLFournbdk_core integration initial commit 🔥
2023-03-02 志宇Modified build, clippy and test steps
2023-02-24 Daniela BrozzoniMerge bitcoindevkit/bdk#857: Check results in the DB...
2023-02-16 Steve MyersMerge bitcoindevkit/bdk#869: Bump version to 0.27.1
2023-02-16 Steve MyersBump version to 0.27.1
2023-02-15 Steve MyersMerge bitcoindevkit/bdk#867: Update rusqlite from 0...
2023-02-15 Steve MyersUpdate rusqlite from 0.27.0 to 0.28.0
2023-02-14 Silvestrs TimofejevsCheck results in the DB tests
2023-02-13 Daniela BrozzoniMerge bitcoindevkit/bdk#863: Fix ci Dockerfile.ledger
2023-02-13 Steve MyersFix ci Dockerfile.ledger
2023-02-03 Steve MyersMerge bitcoindevkit/bdk#852: Bump version to 0.27.0
2023-02-03 Steve MyersPin dev-dependency zip to 0.6.3
2023-02-02 Steve MyersBump version to 0.27.0
2023-02-02 Steve MyersMerge bitcoindevkit/bdk#847: Update electrsd to version...
2023-02-02 Steve MyersMerge bitcoindevkit/bdk#844: Update rust-miniscript...
next