| 2020-11-19 |
Justin Moon | More consistent references with 'signers' variables |
commit | commitdiff | tree | snapshot |
| 2020-11-19 |
Justin Moon | [wallet] Don't wrap SignersContainer arguments in Arc |
commit | commitdiff | tree | snapshot |
| 2020-11-19 |
Alekos Filini | Merge commit 'refs/pull/169/head' of github.com:bitcoin... |
commit | commitdiff | tree | snapshot |
| 2020-11-19 |
Alekos Filini | [ci] Generate a different cache key for every job |
commit | commitdiff | tree | snapshot |
| 2020-11-19 |
Riccardo Casatta | pin cc version because last breaks rocksdb build |
commit | commitdiff | tree | snapshot |
| 2020-11-18 |
Justin Moon | [wallet] Add witness and redeem scripts to PSBT outputs |
commit | commitdiff | tree | snapshot |
| 2020-11-18 |
Riccardo Casatta | Allow to set concurrency in Esplora config and optional... |
commit | commitdiff | tree | snapshot |
| 2020-11-18 |
Riccardo Casatta | Make esplora call in parallel |
commit | commitdiff | tree | snapshot |
| 2020-11-18 |
Alekos Filini | Merge commit 'refs/pull/167/head' of github.com:bitcoin... |
commit | commitdiff | tree | snapshot |
| 2020-11-18 |
Alekos Filini | Merge commit 'refs/pull/166/head' of github.com:bitcoin... |
commit | commitdiff | tree | snapshot |
| 2020-11-18 |
Riccardo Casatta | fix typo |
commit | commitdiff | tree | snapshot |
| 2020-11-17 |
Alekos Filini | [descriptor] Add support for `sortedmulti` in `descriptor!` |
commit | commitdiff | tree | snapshot |
| 2020-11-17 |
Alekos Filini | Switch to "mainline" rust-miniscript |
commit | commitdiff | tree | snapshot |
| 2020-11-17 |
Riccardo Casatta | Remove unused varaint HeaderParseFail |
commit | commitdiff | tree | snapshot |
| 2020-11-17 |
Riccardo Casatta | Require esplora feature for repl example |
commit | commitdiff | tree | snapshot |
| 2020-11-17 |
Riccardo Casatta | Bring less data around |
commit | commitdiff | tree | snapshot |
| 2020-11-17 |
Riccardo Casatta | eagerly unwrap height option, save one collect |
commit | commitdiff | tree | snapshot |
| 2020-11-17 |
Riccardo Casatta | use flatten instead of unwrap_or |
commit | commitdiff | tree | snapshot |
| 2020-11-17 |
Riccardo Casatta | avoid a max() call by checking minus or equal |
commit | commitdiff | tree | snapshot |
| 2020-11-17 |
Riccardo Casatta | Use filter_map instead of filter and map |
commit | commitdiff | tree | snapshot |
| 2020-11-17 |
Riccardo Casatta | use proper type for EsploraHeader, make conversion... |
commit | commitdiff | tree | snapshot |
| 2020-11-17 |
Riccardo Casatta | conditionally remove cli args according to enabled... |
commit | commitdiff | tree | snapshot |
| 2020-11-17 |
Riccardo Casatta | Use our Instant struct to be compatible with wasm |
commit | commitdiff | tree | snapshot |
| 2020-11-17 |
Riccardo Casatta | [examples] support esplora blockchain source in repl |
commit | commitdiff | tree | snapshot |
| 2020-11-17 |
Riccardo Casatta | [sync] Improve sync |
commit | commitdiff | tree | snapshot |
| 2020-11-17 |
LLFourn | [wallet] Build output lookup inside complete transaction |
commit | commitdiff | tree | snapshot |
| 2020-11-17 |
LLFourn | [wallet] Add test that shwpkh populates witness_utxo |
commit | commitdiff | tree | snapshot |
| 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 |
| next |