]> Untitled Git - bdk/shortlog
bdk
2022-02-19 Steve MyersBump version to 0.16.2-dev github/release/0.16.0
2022-02-19 Steve MyersBump version to 0.16.1 v0.16.1
2022-02-19 Steve MyersPin tokio version to ~1.14
2022-02-19 Steve Myers[ci] Pin nightly docs workflow rust version to nightly...
2022-01-21 Steve MyersFix 0.16.0 changelog, include WIF fix
2022-01-21 Steve MyersBump version to 0.16.1-dev
2022-01-21 Steve MyersBump version to 0.16.0 v0.16.0
2022-01-12 Steve MyersBump version to 0.16.0-rc.1
2022-01-12 Steve MyersMerge bitcoindevkit/bdk#505: Using dust value from...
2022-01-12 Steve MyersMerge bitcoindevkit/bdk#495: Disable reqwest's default...
2022-01-11 James Taylorfix and test is_dust
2022-01-11 Steve MyersMerge commit 'refs/pull/508/head' of github.com:bitcoin...
2022-01-10 Thomas EizingerDisable reqwest's default features
2021-12-29 Steve MyersFix CHANGELOG link for v0.15.0 github/release/0.15.0
2021-12-29 Alekos FiliniMerge bitcoindevkit/bdk#511: Fix nightly_docs.yml publi...
2021-12-23 Steve MyersBump version to 0.15.1-dev
2021-12-23 Steve MyersMerge commit 'refs/pull/510/head' of github.com:bitcoin...
2021-12-23 Steve MyersFix nightly_docs.yml publish_docs 'Commit' step
2021-12-23 Alekos FiliniMerge commit 'refs/pull/504/head' of github.com:bitcoin...
2021-12-23 Alekos FiliniMerge commit 'refs/pull/509/head' of github.com:bitcoin...
2021-12-23 Alekos FiliniAdd a custom logo to our docs
2021-12-23 Alekos FiliniMerge commit 'refs/pull/503/head' of github.com:bitcoin...
2021-12-23 Steve MyersAdd back old logo to static/bdk.svg
2021-12-23 Steve MyersBump version to 0.15.0 v0.15.0
2021-12-22 James Tayloradd doc comment for IsDust trait
2021-12-19 James Taylorfixed fee in test, removed unnecessary comment
2021-12-19 James Taylorusing dust value from rust-bitcoin
2021-12-18 mcroadTest WIF from BIP39 words has correct network
2021-12-18 mcroadAdd fix to changelog
2021-12-18 mcroadSet the correct inner `private_key` network
2021-12-18 mcroadAdd test to ensure WIF uses the correct network
2021-12-18 Alekos FiliniUpdate logo
2021-12-18 Steve MyersBump version to 0.15.0-rc.1
2021-12-18 Steve Myers[ci] Fix publish_docs job
2021-12-16 Steve MyersMerge bitcoindevkit/bdk#501: Only run clippy for the...
2021-12-16 Steve MyersOnly run clippy for the stable rust version
2021-12-01 Steve MyersMerge bitcoindevkit/bdk#492: bump electrsd dep to 0.13
2021-12-01 Riccardo Casattabump electrsd dep to 0.13
2021-12-01 Steve MyersMerge bitcoindevkit/bdk#487: Use "Description" instead...
2021-12-01 Steve MyersMerge bitcoindevkit/bdk#478: Fix typos in comments
2021-12-01 Steve MyersMerge bitcoindevkit/bdk#473: release/0.14.0
2021-11-30 Steve MyersMerge branch 'master' into release/0.14.0 github/release/0.14.0
2021-11-30 rajarshimaitraUse "Description" instead of "Descriptive Title"
2021-11-29 Steve MyersMerge bitcoindevkit/bdk#475: Fix typo in check_miniscri...
2021-11-29 Steve MyersMerge bitcoindevkit/bdk#477: Update issue templates
2021-11-28 Steve MyersBump version to 0.14.1-dev
2021-11-28 Steve MyersBump version to 0.14.0 v0.14.0
2021-11-25 Steve MyersUpdate issue templates
2021-11-25 Steve MyersMerge bitcoindevkit/bdk#471: moving the function wallet...
2021-11-25 Steve MyersMerge bitcoindevkit/bdk#461: Restructure electrum/esplo...
2021-11-23 thunderbiscuitFix typos in comments
2021-11-23 thunderbiscuitFix typo in check_miniscript method declaration and use
2021-11-23 LLFournMerge branch 'master' into sync_pipeline
2021-11-22 Richard Ulrichmoving the function wallet_name_from_descriptor from...
2021-11-17 Steve MyersBump version to 0.14.0-rc.1
2021-11-11 Steve MyersFix blockchain_tests::test_send_to_bech32m_addr
2021-11-11 Sandipan DeyAdded wallet blockchain test to send to Bech32m address
2021-11-11 Sandipan DeyAdded a wallet unit test to send to a Bech32m address
2021-11-10 Alekos Filini[database] Wrap `BlockTime` in another struct to allow...
2021-11-10 Alekos FiliniRename `ConfirmationTime` to `BlockTime`
2021-11-10 Alekos FiliniUpdate CHANGELOG.md
2021-11-10 Alekos Filini[wallet] Store the block height and timestamp after...
2021-11-10 Alekos Filini[wallet] Expose an immutable reference to a wallet...
2021-11-10 Alekos Filini[db] Add the `last_sync_time` database entry
2021-11-09 LLFournMake stop_gap a parameter to EsploraBlockchainConfig...
2021-11-09 LLFourns/vin/vout/
2021-11-09 LLFournDelete src/blockchain/utils.rs
2021-11-09 LLFournFix comments
2021-11-09 LLFournLess intermediary data states in sync
2021-11-09 LLFourns/observed_txs/finished_txs/g
2021-11-09 LLFournMake variable names consistent
2021-11-09 LLFournAdd some logging to script_sync
2021-11-09 LLFournAlways get up to chunk_size heights to request headers for
2021-11-09 LLFournDon't request conftime during tx request
2021-11-09 LLFournUpdate changelog
2021-11-09 LLFournFix feerate calculation for esplora
2021-11-09 LLFournInvert dependencies in electrum sync
2021-11-09 Riccardo Casattafix after merge changing borrow of tx in broadcast
2021-11-09 Riccardo CasattaUpdate CHANGELOG
2021-11-09 Riccardo Casattaadd test for add_data
2021-11-09 Riccardo Casattaadd method add_data as a shortcut to create an OP_RETUR...
2021-11-08 Alekos FiliniMerge commit 'refs/pull/464/head' of github.com:bitcoin...
2021-11-08 Alekos FiliniMerge commit 'refs/pull/458/head' of github.com:bitcoin...
2021-11-06 rajarshimaitraUpdate WordsCount -> WordCount
2021-11-06 rajarshimaitraUpdate changelog
2021-11-04 Alekos FiliniMerge commit 'refs/pull/462/head' of github.com:bitcoin...
2021-11-03 Steve MyersMerge commit 'refs/pull/453/head' of github.com:bitcoin...
2021-11-03 rajarshimaitraremove redundant backtrace dependency
2021-11-03 rajarshimaitraupdate module doc
2021-11-03 rajarshimaitraReplace tiny-bip39 with rust-bip39
2021-11-02 rajarshimaitraUpdate codecov@v2
2021-10-31 rajarshimaitraupdate dependency
2021-10-28 Steve MyersBump version to 0.13.1-dev github/release/0.13.0
2021-10-28 Steve MyersBump version to 0.13.0 v0.13.0
2021-10-27 Steve MyersSwitch back to rust-bitcoin/rust-bitcoincore-rpc
2021-10-27 Steve MyersUpdate dev-dependencies electrsd to 0.12
2021-10-27 Mariusz KlochowiczBorrow instead of moving transaction when broadcasting
2021-10-26 Alekos FiliniPin version of `ureq` to maintain our MSRV
2021-10-26 Alekos FiliniPin version of `backtrace` to maintain our MSRV
2021-10-26 Alekos Filini[ci] Update the stable version to 1.56
next