]> Untitled Git - bdk/shortlog
bdk
2021-04-07 Riccardo CasattaConvert upper-case acronyms as suggested by CamelCase...
2021-04-07 Riccardo Casattaremove format! from assert! (will be an error in rust...
2021-04-07 Riccardo Casattaupgrade CI rust version to 1.51.0
2021-04-06 Steve MyersMerge commit 'refs/pull/314/head' of github.com:bitcoin...
2021-04-06 Daniel KarzelAvoid over-/underflow error in coin_select
2021-04-03 LLFournUse tagged serialization for blockchain config
2021-03-31 Steve MyersMerge commit 'refs/pull/310/head' of github.com:bitcoin...
2021-03-29 Steve Myers[ci] update MSRV to 1.46.0
2021-03-29 Alekos FiliniMerge branch 'release/0.5.1'
2021-03-29 Alekos FiliniBump version to 0.5.2-dev github/release/0.5.1
2021-03-29 Alekos FiliniBump version to 0.5.1 v0.5.1
2021-03-29 Alekos FiliniUpdate CHANGELOG.md
2021-03-29 Steve MyersPin hyper version to =0.14.4
2021-03-22 Steve MyersUpdate DEVELOPMENT_CYCLE for unreleased dev-dependencies
2021-03-22 Steve MyersFix new test to use new get_address() fn
2021-03-22 Steve MyersFix bdk-testutils-macros version
2021-03-20 Steve MyersFix 0.5.1-dev CHANGELOG.md
2021-03-17 Alekos FiliniMerge branch 'release/0.5.0' of github.com:bitcoindevki...
2021-03-17 Alekos FiliniBump version to 0.5.1-dev github/release/0.5.0
2021-03-17 Alekos FiliniBump version to 0.5.0 v0.5.0
2021-03-17 Alekos FiliniBump deps version
2021-03-17 Alekos FiliniUpdate version in lib.rs
2021-03-17 Alekos FiliniUpdate CHANGELOG with the new release tag
2021-03-17 Alekos FiliniMerge commit 'refs/pull/296/head' of github.com:bitcoin...
2021-03-17 Riccardo Casattaupdate changelog and fix docs
2021-03-16 davemo88brevity
2021-03-16 davemo88update changelog
2021-03-16 davemo88add get_psbt_input
2021-03-15 Steve Myers[wallet] Add get_address(AddressIndex::Reset(u32))...
2021-03-15 Steve Myers[wallet] Refactor get_*_address() into get_address...
2021-03-15 Steve Myers[wallet] Add get_unused_address() function, update...
2021-03-15 Steve Myers[wallet] Add fetch_index() helper function
2021-03-15 Alekos FiliniMerge commit 'refs/pull/308/head' of github.com:bitcoin...
2021-03-15 Alekos FiliniMerge commit 'refs/pull/309/head' of github.com:bitcoin...
2021-03-12 davemo88better derivation path building
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-11 Alekos FiliniBump version to 0.5.0-rc.1
2021-03-08 Riccardo Casatta[policy] Populate satisfaction with singatures already...
2021-03-08 Riccardo Casatta[policy] uncomment and update 4 tests: 2 ignored and...
2021-03-08 Riccardo Casatta[policy] pass existing context instead of new one
2021-03-08 Riccardo Casatta[policy] pass secp context to setup_keys
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
next