]> Untitled Git - bdk/shortlog
bdk
2020-11-30 Alekos FiliniMerge commit 'refs/pull/191/head' of github.com:bitcoin...
2020-11-30 Riccardo Casattause electurm-client updated
2020-11-24 Alekos FiliniMerge commit 'refs/pull/188/head' of github.com:bitcoin...
2020-11-24 Alekos FiliniSwitch to `miniscript` from `crates.io`
2020-11-24 Alekos FiliniUpdate `tiny-bip39` to v0.8
2020-11-24 LLFournRemove trait bounds on Wallet struct
2020-11-23 LLFourn[wallet] Eagerly finalize inputs
2020-11-23 LLFournFix to at least bitcoin ^0.25.2
2020-11-20 Alekos FiliniMerge commit 'refs/pull/172/head' of github.com:bitcoin...
2020-11-20 Alekos FiliniMerge commit 'refs/pull/184/head' of github.com:bitcoin...
2020-11-19 Riccardo CasattaUse dirs-next instead of dirs since the latter is unman...
2020-11-19 Justin MoonMore consistent references with 'signers' variables
2020-11-19 Justin Moon[wallet] Don't wrap SignersContainer arguments in Arc
2020-11-19 Alekos FiliniMerge commit 'refs/pull/169/head' of github.com:bitcoin...
2020-11-19 Riccardo CasattaAdd scheduled audit check in CI
2020-11-19 Alekos Filini[ci] Generate a different cache key for every job
2020-11-19 Riccardo Casattapin cc version because last breaks rocksdb build
2020-11-18 Justin Moon[wallet] Add witness and redeem scripts to PSBT outputs
2020-11-18 Riccardo CasattaAllow to set concurrency in Esplora config and optional...
2020-11-18 Riccardo CasattaMake esplora call in parallel
2020-11-18 Alekos FiliniMerge commit 'refs/pull/167/head' of github.com:bitcoin...
2020-11-18 Alekos FiliniMerge commit 'refs/pull/166/head' of github.com:bitcoin...
2020-11-18 Riccardo Casattafix typo
2020-11-17 Alekos Filini[descriptor] Add support for `sortedmulti` in `descriptor!`
2020-11-17 Alekos FiliniSwitch to "mainline" rust-miniscript
2020-11-17 Riccardo CasattaRemove unused varaint HeaderParseFail
2020-11-17 Riccardo CasattaRequire esplora feature for repl example
2020-11-17 Riccardo CasattaBring less data around
2020-11-17 Riccardo Casattaeagerly unwrap height option, save one collect
2020-11-17 Riccardo Casattause flatten instead of unwrap_or
2020-11-17 Riccardo Casattaavoid a max() call by checking minus or equal
2020-11-17 Riccardo CasattaUse filter_map instead of filter and map
2020-11-17 Riccardo Casattause proper type for EsploraHeader, make conversion...
2020-11-17 Riccardo Casattaconditionally remove cli args according to enabled...
2020-11-17 Riccardo CasattaUse our Instant struct to be compatible with wasm
2020-11-17 Riccardo Casatta[examples] support esplora blockchain source in repl
2020-11-17 Riccardo Casatta[sync] Improve sync
2020-11-17 LLFourn[wallet] Build output lookup inside complete transaction
2020-11-17 LLFourn[wallet] Add test that shwpkh populates witness_utxo
2020-11-17 LLFourn[wallet] Make coin_select return UTXOs instead of TxIns
2020-11-17 Steve Myers[ci] Remove actions-rs, cleanup names
2020-11-16 Alekos Filini[wallet] Use the branch-and-bound cs by default
2020-11-16 Riccardo Casattaremove unneeded pub modifier
2020-11-16 Riccardo Casattaignore .idea
2020-11-16 Riccardo Casatta[sync] check last derivation in cache to avoid recomput...
2020-11-13 Alekos Filini[keys] Add a shortcut to generate keys with the default...
2020-11-13 Alekos Filini[keys] impl `ToDescriptorKey` for `GeneratedKey`
2020-11-13 Alekos Filini[keys] impl `GeneratableKey` for `bitcoin::PrivateKey`
2020-11-13 Alekos Filini[cli] Split the internal and external policy paths
2020-11-13 Alekos Filini[wallet] Take both spending policies into account in...
2020-11-13 Daniela Brozzoni[wallet] Replace `must_use` with `required` in coin...
2020-11-13 Daniela Brozzoni[wallet] Add tests for BranchAndBoundCoinSelection...
2020-11-13 Daniela Brozzoni[wallet] Add tests for BranchAndBoundCoinSelection...
2020-11-13 Daniela Brozzoni[wallet] Add tests for BranchAndBoundCoinSelection...
2020-11-13 Daniela Brozzoni[wallet] Add Branch and Bound coin selection
2020-11-13 Daniela Brozzoni[wallet] Use TXIN_DEFAULT_WEIGHT constant in coin selection
2020-11-05 Alekos Filini[wallet] Split `send_all` into `set_single_recipient...
2020-11-05 Alekos FiliniMerge commit 'refs/pull/156/head' of github.com:bitcoin...
2020-11-03 LLFournMake Signer and AddressValidator Send and Sync
2020-11-03 LLFournRemove redundant Box around signers
2020-11-03 LLFournRemove redundant Box around address validators
2020-11-03 Steve Myers[ci] test with all features enabled in single run
2020-11-02 Steve Myers[ci] Add code coverage github actions workflow
2020-10-30 Riccardo Casatta[repl] add max_addresses param in sync
2020-10-29 Alekos FiliniMerge commit 'refs/pull/146/head' of github.com:bitcoin...
2020-10-29 Steve Myers[ci] Enable clippy for stable and tests by default
2020-10-29 Steve Myers[ci] Fix all-keys and cli-utils tests
2020-10-29 Steve Myers[ci] Enable clippy and test for optional features
2020-10-29 Steve Myers[ci] Fix or ignore clippy warnings for all optional...
2020-10-28 MurchRename get_must_may_use_utxos to preselect_utxos
2020-10-28 MurchRename may_use_utxos to optional_uxtos
2020-10-27 Alekos FiliniMerge commit 'refs/pull/115/head' of github.com:bitcoin...
2020-10-26 Steve Myers[descriptor] Comment out incomplete ExtractPolicy trait...
2020-10-26 Steve Myers[descriptor] Fix compile errors after rebase
2020-10-26 Steve Myers[descriptor] Add descriptor macro tests
2020-10-26 Steve Myers[descriptor] Add get_checksum tests, cleanup tests
2020-10-26 Steve Myers[descriptor] Add ExtractPolicy trait tests
2020-10-26 MurchRename must_use_utxos to required_utxos
2020-10-26 MurchRename DumbCS to LargestFirstCoinSelection
2020-10-23 LLFournIncorporate RBF rules into utxo selection function
2020-10-23 LLFourn[wallet] Stop implicitly enforcing manaul selection...
2020-10-23 LLFourn[wallet] Make 'unspendable' into a HashSet
2020-10-23 LLFourn[wallet] Replace ChangeSpendPolicy::filter_utxos with...
2020-10-22 Richard UlrichMerging two match expressions for fee calculation
2020-10-22 Richard UlrichImplementing review suggestions from afilini
2020-10-20 Richard Ulrichcomplying with clippy from the github CI
2020-10-20 Richard Ulrichallow to definie static fees for transactions Fixes...
2020-10-16 Alekos Filini[wallet] Default to SIGHASH_ALL if not specified
2020-10-16 Alekos Filini[wallet] Refactor `Wallet::bump_fee()`
2020-10-16 Alekos Filini[wallet] Improve `CoinSelectionAlgorithm`
2020-10-16 LLFourn[wallet] Make coin_select take may/must use utxo lists
2020-10-15 LLFournUse collect to avoid iter unwrapping Options
2020-10-13 Alekos Filini[blockchain] Fix receiving a coinbase using Electrum...
2020-10-13 Alekos Filini[keys]: Re-export tiny-bip39
2020-10-13 Alekos FiliniBump rust-bitcoin to 0.25, fix Cargo dependencies
2020-10-12 Steve Myers[ci] Remove travis.yml
2020-10-10 Steve Myers[ci] Fix clippy warnings for 1.47.0
2020-10-10 Steve Myers[ci] Use bitcoindevkit/electrs base image for electrum...
2020-10-10 Steve Myers[ci] Fix clippy warnings, enable clippy checks
2020-10-10 Steve Myers[ci] Consolidate build, test, clippy jobs
next