]> Untitled Git - bdk/shortlog
bdk
2021-05-07 Riccardo Casattacontinue signing when finding already finalized inputs
2021-05-07 Alekos FiliniMerge commit 'refs/pull/341/head' of github.com:bitcoin...
2021-05-06 Riccardo Casattaget psbt inputs with bounds check
2021-05-06 Riccardo CasattaCheck index out of bound also for tx inputs not only...
2021-05-06 Alekos FiliniBump version to 0.7.0-rc.1
2021-05-06 Alekos FiliniRewrite the `non_witness_utxo` check
2021-05-06 Alekos Filini[signer] Replace `force_non_witness_utxo` with `only_wi...
2021-05-06 Alekos Filini[signer] Adjust signing behavior with `SignOptions`
2021-05-05 Alekos Filini[signer] Fix error variant
2021-05-05 Alekos FiliniFix import for `FromStr`
2021-05-05 Alekos FiliniMerge commit 'refs/pull/336/head' of github.com:bitcoin...
2021-04-30 codeShark149Added grcov based code coverage reporting in github...
2021-04-28 LLFournMake wallet methods take &mut psbt
2021-04-16 Alekos FiliniMerge commit 'refs/pull/321/head' of github.com:bitcoin...
2021-04-16 Riccardo CasattaVerify PSBT input satisfaction
2021-04-16 Riccardo Casattadestructure tuple to improve clarity
2021-04-15 Steve Myers[ci] Revert fixed nightly-2021-03-23, use actual nightly
2021-04-15 Riccardo Casattacomment out println in tests, fix doc
2021-04-15 Riccardo CasattaAdd timelocks to policy satisfaction results
2021-04-15 Alekos FiliniMerge commit 'refs/pull/322/head' of github.com:bitcoin...
2021-04-15 Steve Myers[ci] Update 'test-readme-examples' job to use nightly... github/release/0.6.0
2021-04-15 Steve Myers[ci] Update 'Tarpaulin to codecov.io' job to use nightl...
2021-04-14 Alekos FiliniUpdate CHANGELOG for v0.6.0
2021-04-14 Alekos FiliniBump version to 0.6.1-dev
2021-04-14 Alekos FiliniBump version to 0.6.0 v0.6.0
2021-04-14 Alekos FiliniUse published `bdk-testutils-macros`
2021-04-14 Alekos FiliniBump version of `bdk-testutils-macros`
2021-04-13 Alekos FiliniMerge commit 'refs/pull/325/head' of github.com:bitcoin...
2021-04-13 Alekos FiliniMerge commit 'refs/pull/326/head' of github.com:bitcoin...
2021-04-13 Richard UlrichAllow setting RBF when bumping the fee of a transaction...
2021-04-13 Richard UlrichAdding tests to demonstrate that we can't keep RBF...
2021-04-12 Steve Myers[ci] Update 'Build docs' job to use nightly-2021-03-23
2021-04-09 Steve MyersBump version to 0.6.0-rc.1
2021-04-09 Steve MyersRemove unneeded script
2021-04-08 Steve Myers[ci] Update 'build-test' job to clippy check all-targets
2021-04-08 Steve MyersUpdate 'cargo-check.sh' to not check +nightly
2021-04-08 Steve MyersUse .flatten() instead of .filter_map(|x| x), clippy...
2021-04-08 Steve MyersUse .any() instead of .find().is_some(), clippy warning
2021-04-08 Steve MyersUse .get(0) instead of .iter().next(), clippy warning
2021-04-08 Steve MyersCompare float equality using error margin EPSILON,...
2021-04-08 Steve MyersRemove redundant clone, clippy warning
2021-04-08 Steve MyersRemove needlessly taken reference of both operands...
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
next