| 2020-11-17 |
LLFourn | [wallet] Make coin_select return UTXOs instead of TxIns |
commit | commitdiff | tree | snapshot |
| 2020-11-17 |
Steve Myers | [ci] Remove actions-rs, cleanup names |
commit | commitdiff | tree | snapshot |
| 2020-11-16 |
Alekos Filini | [wallet] Use the branch-and-bound cs by default |
commit | commitdiff | tree | snapshot |
| 2020-11-16 |
Riccardo Casatta | remove unneeded pub modifier |
commit | commitdiff | tree | snapshot |
| 2020-11-16 |
Riccardo Casatta | ignore .idea |
commit | commitdiff | tree | snapshot |
| 2020-11-16 |
Riccardo Casatta | [sync] check last derivation in cache to avoid recomput... |
commit | commitdiff | tree | snapshot |
| 2020-11-13 |
Alekos Filini | [keys] Add a shortcut to generate keys with the default... |
commit | commitdiff | tree | snapshot |
| 2020-11-13 |
Alekos Filini | [keys] impl `ToDescriptorKey` for `GeneratedKey` |
commit | commitdiff | tree | snapshot |
| 2020-11-13 |
Alekos Filini | [keys] impl `GeneratableKey` for `bitcoin::PrivateKey` |
commit | commitdiff | tree | snapshot |
| 2020-11-13 |
Alekos Filini | [cli] Split the internal and external policy paths |
commit | commitdiff | tree | snapshot |
| 2020-11-13 |
Alekos Filini | [wallet] Take both spending policies into account in... |
commit | commitdiff | tree | snapshot |
| 2020-11-13 |
Daniela Brozzoni | [wallet] Replace `must_use` with `required` in coin... |
commit | commitdiff | tree | snapshot |
| 2020-11-13 |
Daniela Brozzoni | [wallet] Add tests for BranchAndBoundCoinSelection... |
commit | commitdiff | tree | snapshot |
| 2020-11-13 |
Daniela Brozzoni | [wallet] Add tests for BranchAndBoundCoinSelection... |
commit | commitdiff | tree | snapshot |
| 2020-11-13 |
Daniela Brozzoni | [wallet] Add tests for BranchAndBoundCoinSelection... |
commit | commitdiff | tree | snapshot |
| 2020-11-13 |
Daniela Brozzoni | [wallet] Add Branch and Bound coin selection |
commit | commitdiff | tree | snapshot |
| 2020-11-13 |
Daniela Brozzoni | [wallet] Use TXIN_DEFAULT_WEIGHT constant in coin selection |
commit | commitdiff | tree | snapshot |
| 2020-11-05 |
Alekos Filini | [wallet] Split `send_all` into `set_single_recipient... |
commit | commitdiff | tree | snapshot |
| 2020-11-05 |
Alekos Filini | Merge commit 'refs/pull/156/head' of github.com:bitcoin... |
commit | commitdiff | tree | snapshot |
| 2020-11-03 |
LLFourn | Make Signer and AddressValidator Send and Sync |
commit | commitdiff | tree | snapshot |
| 2020-11-03 |
LLFourn | Remove redundant Box around signers |
commit | commitdiff | tree | snapshot |
| 2020-11-03 |
LLFourn | Remove redundant Box around address validators |
commit | commitdiff | tree | snapshot |
| 2020-11-03 |
Steve Myers | [ci] test with all features enabled in single run |
commit | commitdiff | tree | snapshot |
| 2020-11-02 |
Steve Myers | [ci] Add code coverage github actions workflow |
commit | commitdiff | tree | snapshot |
| 2020-10-30 |
Riccardo Casatta | [repl] add max_addresses param in sync |
commit | commitdiff | tree | snapshot |
| 2020-10-29 |
Alekos Filini | Merge commit 'refs/pull/146/head' of github.com:bitcoin... |
commit | commitdiff | tree | snapshot |
| 2020-10-29 |
Steve Myers | [ci] Enable clippy for stable and tests by default |
commit | commitdiff | tree | snapshot |
| 2020-10-29 |
Steve Myers | [ci] Fix all-keys and cli-utils tests |
commit | commitdiff | tree | snapshot |
| 2020-10-29 |
Steve Myers | [ci] Enable clippy and test for optional features |
commit | commitdiff | tree | snapshot |
| 2020-10-29 |
Steve Myers | [ci] Fix or ignore clippy warnings for all optional... |
commit | commitdiff | tree | snapshot |
| 2020-10-28 |
Murch | Rename get_must_may_use_utxos to preselect_utxos |
commit | commitdiff | tree | snapshot |
| 2020-10-28 |
Murch | Rename may_use_utxos to optional_uxtos |
commit | commitdiff | tree | snapshot |
| 2020-10-27 |
Alekos Filini | Merge commit 'refs/pull/115/head' of github.com:bitcoin... |
commit | commitdiff | tree | snapshot |
| 2020-10-26 |
Steve Myers | [descriptor] Comment out incomplete ExtractPolicy trait... |
commit | commitdiff | tree | snapshot |
| 2020-10-26 |
Steve Myers | [descriptor] Fix compile errors after rebase |
commit | commitdiff | tree | snapshot |
| 2020-10-26 |
Steve Myers | [descriptor] Add descriptor macro tests |
commit | commitdiff | tree | snapshot |
| 2020-10-26 |
Steve Myers | [descriptor] Add get_checksum tests, cleanup tests |
commit | commitdiff | tree | snapshot |
| 2020-10-26 |
Steve Myers | [descriptor] Add ExtractPolicy trait tests |
commit | commitdiff | tree | snapshot |
| 2020-10-26 |
Murch | Rename must_use_utxos to required_utxos |
commit | commitdiff | tree | snapshot |
| 2020-10-26 |
Murch | Rename DumbCS to LargestFirstCoinSelection |
commit | commitdiff | tree | snapshot |
| 2020-10-23 |
LLFourn | Incorporate RBF rules into utxo selection function |
commit | commitdiff | tree | snapshot |
| 2020-10-23 |
LLFourn | [wallet] Stop implicitly enforcing manaul selection... |
commit | commitdiff | tree | snapshot |
| 2020-10-23 |
LLFourn | [wallet] Make 'unspendable' into a HashSet |
commit | commitdiff | tree | snapshot |
| 2020-10-23 |
LLFourn | [wallet] Replace ChangeSpendPolicy::filter_utxos with... |
commit | commitdiff | tree | snapshot |
| 2020-10-22 |
Richard Ulrich | Merging two match expressions for fee calculation |
commit | commitdiff | tree | snapshot |
| 2020-10-22 |
Richard Ulrich | Implementing review suggestions from afilini |
commit | commitdiff | tree | snapshot |
| 2020-10-20 |
Richard Ulrich | complying with clippy from the github CI |
commit | commitdiff | tree | snapshot |
| 2020-10-20 |
Richard Ulrich | allow to definie static fees for transactions Fixes... |
commit | commitdiff | tree | snapshot |
| 2020-10-16 |
Alekos Filini | [wallet] Default to SIGHASH_ALL if not specified |
commit | commitdiff | tree | snapshot |
| 2020-10-16 |
Alekos Filini | [wallet] Refactor `Wallet::bump_fee()` |
commit | commitdiff | tree | snapshot |
| 2020-10-16 |
Alekos Filini | [wallet] Improve `CoinSelectionAlgorithm` |
commit | commitdiff | tree | snapshot |
| 2020-10-16 |
LLFourn | [wallet] Make coin_select take may/must use utxo lists |
commit | commitdiff | tree | snapshot |
| 2020-10-15 |
LLFourn | Use collect to avoid iter unwrapping Options |
commit | commitdiff | tree | snapshot |
| 2020-10-13 |
Alekos Filini | [blockchain] Fix receiving a coinbase using Electrum... |
commit | commitdiff | tree | snapshot |
| 2020-10-13 |
Alekos Filini | [keys]: Re-export tiny-bip39 |
commit | commitdiff | tree | snapshot |
| 2020-10-13 |
Alekos Filini | Bump rust-bitcoin to 0.25, fix Cargo dependencies |
commit | commitdiff | tree | snapshot |
| 2020-10-12 |
Steve Myers | [ci] Remove travis.yml |
commit | commitdiff | tree | snapshot |
| 2020-10-10 |
Steve Myers | [ci] Fix clippy warnings for 1.47.0 |
commit | commitdiff | tree | snapshot |
| 2020-10-10 |
Steve Myers | [ci] Use bitcoindevkit/electrs base image for electrum... |
commit | commitdiff | tree | snapshot |
| 2020-10-10 |
Steve Myers | [ci] Fix clippy warnings, enable clippy checks |
commit | commitdiff | tree | snapshot |
| 2020-10-10 |
Steve Myers | [ci] Consolidate build, test, clippy jobs |
commit | commitdiff | tree | snapshot |
| 2020-10-07 |
Alekos Filini | Add a Discord badge to the README |
commit | commitdiff | tree | snapshot |
| 2020-10-05 |
Steve Myers | [ci] add CI github actions |
commit | commitdiff | tree | snapshot |
| 2020-10-02 |
Alekos Filini | Fix the recovery of a descriptor given a PSBT |
commit | commitdiff | tree | snapshot |
| 2020-09-30 |
LLFourn | [keys] Less convoluted entropy generation |
commit | commitdiff | tree | snapshot |
| 2020-09-26 |
Steve Myers | [descriptor] add ToWalletDescriptor trait tests |
commit | commitdiff | tree | snapshot |
| 2020-09-24 |
Alekos Filini | [keys] Fix entropy generation |
commit | commitdiff | tree | snapshot |
| 2020-09-24 |
Alekos Filini | [keys] Add a trait for keys that can be generated |
commit | commitdiff | tree | snapshot |
| 2020-09-24 |
Alekos Filini | [descriptor] Add descriptor templates, add `DerivableKey` |
commit | commitdiff | tree | snapshot |
| 2020-09-24 |
Alekos Filini | [keys] Add a way to restrict the networks in which... |
commit | commitdiff | tree | snapshot |
| 2020-09-24 |
Alekos Filini | [keys] Take `ScriptContext` into account when convertin... |
commit | commitdiff | tree | snapshot |
| 2020-09-24 |
Alekos Filini | [keys] Add BIP39 support |
commit | commitdiff | tree | snapshot |
| 2020-09-24 |
Alekos Filini | [descriptor] Improve the descriptor macro, add traits... |
commit | commitdiff | tree | snapshot |
| 2020-09-24 |
Alekos Filini | [descriptor] Add a macro to write descriptors from... |
commit | commitdiff | tree | snapshot |
| 2020-09-23 |
willcl-ark | Add CONTRIBUTING.md |
commit | commitdiff | tree | snapshot |
| 2020-09-21 |
willcl-ark | Prettify README examples on github |
commit | commitdiff | tree | snapshot |
| 2020-09-16 |
Alekos Filini | [signer] Fix signing for `ShWpkh` inputs |
commit | commitdiff | tree | snapshot |
| 2020-09-16 |
Alekos Filini | [cargo] Add the required `rand` features for `wasm32` |
commit | commitdiff | tree | snapshot |
| 2020-09-15 |
Alekos Filini | [database] Add `AnyDatabase` and `ConfigurableDatabase` |
commit | commitdiff | tree | snapshot |
| 2020-09-15 |
Alekos Filini | [blockchain] Document `AnyBlockchain` and `Configurable... |
commit | commitdiff | tree | snapshot |
| 2020-09-15 |
Alekos Filini | [blockchain] Add an `AnyBlockchain` enum to allow switc... |
commit | commitdiff | tree | snapshot |
| 2020-09-15 |
Alekos Filini | [blockchain] Add a trait to create `Blockchain`s from... |
commit | commitdiff | tree | snapshot |
| 2020-09-14 |
Alekos Filini | Update the README |
commit | commitdiff | tree | snapshot |
| 2020-09-14 |
Alekos Filini | [cargo] Remove the `magic` alias for `repl` |
commit | commitdiff | tree | snapshot |
| 2020-09-14 |
Alekos Filini | Rename the library to `bdk` |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
Alekos Filini | [blockchain] Simplify the architecture of blockchain... |
commit | commitdiff | tree | snapshot |
| 2020-09-09 |
Alekos Filini | [repl] Revert back the repl example to use Electrum |
commit | commitdiff | tree | snapshot |
| 2020-09-08 |
Alekos Filini | Bump version to 0.1.0-beta.1 0.1.0-beta.1 |
commit | commitdiff | tree | snapshot |
| 2020-09-08 |
Alekos Filini | Change docs link while we can't publish the crate |
commit | commitdiff | tree | snapshot |
| 2020-09-07 |
Alekos Filini | Improve the README, add examples |
commit | commitdiff | tree | snapshot |
| 2020-09-05 |
LLFourn | Remove assumed "/api" prefix from esplora |
commit | commitdiff | tree | snapshot |
| 2020-09-04 |
Alekos Filini | Fix the `last_derivation_index` calculation |
commit | commitdiff | tree | snapshot |
| 2020-09-04 |
Alekos Filini | Rename the crate to just "magical" |
commit | commitdiff | tree | snapshot |
| 2020-09-04 |
Alekos Filini | Add docs for `Wallet` |
commit | commitdiff | tree | snapshot |
| 2020-09-04 |
Alekos Filini | Write more docs, make `TxBuilder::with_recipients`... |
commit | commitdiff | tree | snapshot |
| 2020-09-04 |
Alekos Filini | Write more docs |
commit | commitdiff | tree | snapshot |
| 2020-09-03 |
Alekos Filini | Write the docs for `blockchain::*` |
commit | commitdiff | tree | snapshot |
| 2020-08-31 |
Alekos Filini | General cleanup for the docs |
commit | commitdiff | tree | snapshot |
| 2020-08-31 |
Alekos Filini | Add the license to every file |
commit | commitdiff | tree | snapshot |
| 2020-08-30 |
Alekos Filini | [wallet] Add tests for `Wallet::sign()` |
commit | commitdiff | tree | snapshot |
| next |