]> Untitled Git - bdk/shortlog
bdk
2021-03-12 davemo88better derivation path building
2021-03-11 davemo88handle descriptor xkey origin
2021-03-11 Steve Myers[ci] Manually install libclang-common-10-dev to 'check...
2021-03-06 Steve MyersUpdate README license badge
2021-03-03 Steve MyersUpdate license to Apache 2.0 or MIT, copyright to Bitco...
2021-03-01 Thomas EizingerMake constructor functions on `FeeRate` const
2021-02-26 Alekos FiliniMerge commit 'refs/pull/285/head' of github.com:bitcoin...
2021-02-26 Alekos FiliniMerge commit 'refs/pull/279/head' of github.com:bitcoin...
2021-02-26 Alekos FiliniMerge commit 'refs/pull/297/head' of github.com:bitcoin...
2021-02-26 Alekos Filini[descriptor] Ensure that there are no duplicated keys
2021-02-26 Thomas EizingerUpdate electrum-client to 0.7
2021-02-26 LLFournClean up add_foreign_utxo tests a bit
2021-02-26 LLFournImprove docs of satisfaction_weight
2021-02-26 Lloyd FournierApply typo fixes from @tcharding
2021-02-26 LLFournAdded `add_foreign_utxo`
2021-02-26 LLFournMake TxBuilder actually Clone
2021-02-26 LLFourns/UTXO/LocalUtxo/g
2021-02-24 Tobin HardingUse mixed order insertions
2021-02-24 Tobin HardingUse id() for DummySigner comparison
2021-02-24 Tobin HardingAlign multi-line string
2021-02-24 Tobin HardingAdd cargo check script
2021-02-24 Tobin HardingRemove unused macro_use
2021-02-24 Tobin HardingUse lazy_static
2021-02-24 Tobin HardingUse map instead of and_then
2021-02-24 Tobin HardingUse vec! instead of mut and push
2021-02-24 Tobin HardingRemove useless question mark operator
2021-02-24 Tobin HardingDo not compare vtable
2021-02-24 Tobin HardingRefactor db/batch matching
2021-02-24 Tobin HardingConditionally compile constructor
2021-02-24 Tobin HardingAllow mutex_atomic
2021-02-24 Tobin HardingUse default pattern
2021-02-24 Tobin HardingUse next instead of nth(0)
2021-02-24 Tobin HardingUse count instead of collect and len
2021-02-24 Tobin HardingRemove needles explicit reference
2021-02-24 Tobin HardingRemove redundant calls to clone
2021-02-24 Tobin HardingRemove static lifetime
2021-02-24 Tobin HardingUse ! is_empty instead of len > 0
2021-02-24 Tobin HardingUse `unwrap_or_else`
2021-02-22 Steve Myers[ci] Rename MAGICAL_ env vars to BDK_, for tests use...
2021-02-22 Steve Myers[ci] Update start-core.sh to create default wallet...
2021-02-18 Steve MyersMerge branch 'release/0.4.0'
2021-02-18 Steve MyersFix CHANGELOG 'Unreleased' link github/release/0.4.0
2021-02-18 Steve MyersBump version to 0.4.1-dev
2021-02-17 Steve MyersBump version to 0.4.0 v0.4.0
2021-02-17 Steve MyersUpdate 'bdk-macros', 'bdk-testutils', 'bdk-testutils...
2021-02-17 Steve MyersBump 'bdk-macros' version to 0.3.0
2021-02-17 Steve MyersBump 'bdk-testutils' version to 0.3.0
2021-02-17 Steve MyersBump 'bdk-testutils-macros' version to 0.3.0
2021-02-17 Steve MyersSmall CHANGELOG cleanup
2021-02-17 Alekos Filini[descriptor] Perform additional checks before using...
2021-02-16 Alekos FiliniMerge commit 'refs/pull/290/head' of github.com:bitcoin...
2021-02-16 Lloyd FournierDon't fix tokio minor version
2021-02-16 Lloyd FournierDon't fix tokio minor version
2021-02-15 Steve Myers[ci] Manually set rust stable version in CI pipeline
2021-02-13 Alekos Filini[policy] Allow specifying a policy path for `Multisig`
2021-02-13 Alekos Filini[policy] Remove the `TooManyItemsSelected` error
2021-02-13 Alekos FiliniMerge branch 'master' into release/0.4.0
2021-02-13 Steve MyersRename ToDescriptorKey to IntoDescriptorKey
2021-02-13 Steve MyersRename ToWalletDescriptor to IntoWalletDescriptor
2021-02-13 Steve MyersUpdate CHANGELOG for rust 1.50.0 clippy changes
2021-02-13 Steve MyersFix clippy warn on compact_filters peer::_recv()
2021-02-13 Steve MyersFix clippy warning 'wrong_self_convention'
2021-02-13 Steve MyersFix clippy warning 'unnecessary_wraps'
2021-02-11 Alekos FiliniUpdate version in the examples
2021-02-11 Alekos FiliniUpdate CHANGELOG for release v0.4.0
2021-02-11 Alekos FiliniBump version to 0.4.0-rc.1
2021-02-10 Riccardo Casattacompact filters balance example
2021-02-05 Alekos FiliniMerge commit 'refs/pull/278/head' of github.com:bitcoin...
2021-02-05 Alekos FiliniProperly handle the `Signet` network
2021-02-05 Alekos Filini[compact_filters] Use the new rust-bitcoin API
2021-02-05 Alekos FiliniUpdate changelog
2021-02-05 Alekos FiliniUpdate bitcoin, miniscript, electrum-client
2021-02-05 Alekos FiliniUpdate bitcoin, miniscript, electrum-client
2021-02-03 Alekos FiliniMerge commit 'refs/pull/274/head' of github.com:bitcoin...
2021-02-03 Alekos FiliniUn-pin the version of `cc`
2021-02-03 Lucas Soriano... Emit specific compile error if incompatible features...
2021-01-30 LLFournMerge branch 'master' into make_txbuilder_take_ref_to_w...
2021-01-30 LLFournFix whitespace and curse emacs
2021-01-30 LLFournFix CHANGELOG to mention s/utxos/add_utxos/
2021-01-29 Alekos FiliniMerge commit 'refs/pull/270/head' of github.com:bitcoin...
2021-01-29 Alekos Filini[keys] Improve the API of `DerivableKey`
2021-01-29 LLFournMake maintain_single_recipient return a Result
2021-01-27 Steve Myers[ci] Update rust toolchains
2021-01-27 Alekos Filini[signer] Add `Signer::id()`
2021-01-26 Alekos FiliniFix the crate version in `src/lib.rs`
2021-01-25 Alekos FiliniAdd a function to return the version of BDK at runtime
2021-01-23 Lloyd FournierMerge branch 'master' into make_txbuilder_take_ref_to_w...
2021-01-22 Alekos FiliniMerge commit 'refs/pull/174/head' of github.com:bitcoin...
2021-01-22 LLFournAdd "add_utxos" method on TxBuilder
2021-01-22 LLFournRemove not very useful comment
2021-01-22 LLFournDerive Clone + Debug for TxBuilder
2021-01-22 LLFournRevert back to Vec to hold utxos in builder
2021-01-22 LLFournRemove Option trickery from TxBuilder API
2021-01-22 LLFournAssert that `.finish()` hasn't been called already...
2021-01-22 LLFournAdd comment explaining why params and coin_selection...
2021-01-22 LLFournFix wrong doc links
2021-01-22 LLFournMake testutils dependency path relative
2021-01-22 LLFournUpdate Changelog for Tx creation overhaul
2021-01-22 LLFourn[wallet] Use doctest_wallet!() to remove some no_runs...
2021-01-22 LLFourn[wallet] Overhaul TxBuilder internals and externals
next