]> Untitled Git - bdk/shortlog
bdk
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...
2023-02-02 Steve MyersMerge bitcoindevkit/bdk#838: Add small clarification...
2023-02-01 Steve MyersMerge bitcoindevkit/bdk#846: Update CHANGELOG and relea...
2023-01-31 Steve MyersUpdate CHANGELOG and release process
2023-01-31 Steve MyersUpdate rust-miniscript to version 9.0, hwi to version 0.5
2023-01-31 Steve MyersUpdate electrsd to version 0.22
2023-01-31 Steve MyersMerge bitcoindevkit/bdk#834: Document return type of...
2023-01-31 thunderbiscuitAdd small clarification to docs
2023-01-31 Thibaut Le... Document return type of `sign` method.
2023-01-30 Steve MyersMerge bitcoindevkit/bdk#837: Derive `PartialEq`, `Eq...
2023-01-30 Steve MyersMerge bitcoindevkit/bdk#831: Don't default to use ...
2023-01-30 Steve MyersMerge bitcoindevkit/bdk#814: Improve display error...
2023-01-29 Max FangDerive `PartialEq`, `Eq` on `SyncTime`
2023-01-27 Yuki KishimotoImprove display error formatting
2023-01-27 Elias RohrerDon't default to use `async`/`await` on `wasm32`
2023-01-27 Steve MyersMerge bitcoindevkit/bdk#842: Bump project MSRV to 1...
next