]> Untitled Git - bdk/shortlog
bdk
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
2020-10-07 Alekos FiliniAdd a Discord badge to the README
2020-10-05 Steve Myers[ci] add CI github actions
2020-10-02 Alekos FiliniFix the recovery of a descriptor given a PSBT
2020-09-30 LLFourn[keys] Less convoluted entropy generation
2020-09-26 Steve Myers[descriptor] add ToWalletDescriptor trait tests
2020-09-24 Alekos Filini[keys] Fix entropy generation
2020-09-24 Alekos Filini[keys] Add a trait for keys that can be generated
2020-09-24 Alekos Filini[descriptor] Add descriptor templates, add `DerivableKey`
2020-09-24 Alekos Filini[keys] Add a way to restrict the networks in which...
2020-09-24 Alekos Filini[keys] Take `ScriptContext` into account when convertin...
2020-09-24 Alekos Filini[keys] Add BIP39 support
2020-09-24 Alekos Filini[descriptor] Improve the descriptor macro, add traits...
2020-09-24 Alekos Filini[descriptor] Add a macro to write descriptors from...
2020-09-23 willcl-arkAdd CONTRIBUTING.md
2020-09-21 willcl-arkPrettify README examples on github
2020-09-16 Alekos Filini[signer] Fix signing for `ShWpkh` inputs
2020-09-16 Alekos Filini[cargo] Add the required `rand` features for `wasm32`
2020-09-15 Alekos Filini[database] Add `AnyDatabase` and `ConfigurableDatabase`
2020-09-15 Alekos Filini[blockchain] Document `AnyBlockchain` and `Configurable...
2020-09-15 Alekos Filini[blockchain] Add an `AnyBlockchain` enum to allow switc...
2020-09-15 Alekos Filini[blockchain] Add a trait to create `Blockchain`s from...
2020-09-14 Alekos FiliniUpdate the README
2020-09-14 Alekos Filini[cargo] Remove the `magic` alias for `repl`
2020-09-14 Alekos FiliniRename the library to `bdk`
2020-09-10 Alekos Filini[blockchain] Simplify the architecture of blockchain...
2020-09-09 Alekos Filini[repl] Revert back the repl example to use Electrum
2020-09-08 Alekos FiliniBump version to 0.1.0-beta.1 0.1.0-beta.1
2020-09-08 Alekos FiliniChange docs link while we can't publish the crate
2020-09-07 Alekos FiliniImprove the README, add examples
2020-09-05 LLFournRemove assumed "/api" prefix from esplora
2020-09-04 Alekos FiliniFix the `last_derivation_index` calculation
2020-09-04 Alekos FiliniRename the crate to just "magical"
2020-09-04 Alekos FiliniAdd docs for `Wallet`
2020-09-04 Alekos FiliniWrite more docs, make `TxBuilder::with_recipients`...
2020-09-04 Alekos FiliniWrite more docs
2020-09-03 Alekos FiliniWrite the docs for `blockchain::*`
2020-08-31 Alekos FiliniGeneral cleanup for the docs
2020-08-31 Alekos FiliniAdd the license to every file
2020-08-30 Alekos Filini[wallet] Add tests for `Wallet::sign()`
next