| 2021-05-11 |
Tobin Harding | Remove unnecessary clone |
commit | commitdiff | tree | snapshot |
| 2021-05-11 |
Tobin Harding | Use assert!(foo) instead of assert_eq!(foo, true) |
commit | commitdiff | tree | snapshot |
| 2021-05-07 |
Tobin Harding | Use PsbtKey instead of PSBT |
commit | commitdiff | tree | snapshot |
| 2021-05-07 |
Tobin Harding | Use Psbt instead of PSBT |
commit | commitdiff | tree | snapshot |
| 2021-05-07 |
Riccardo Casatta | continue signing when finding already finalized inputs |
commit | commitdiff | tree | snapshot |
| 2021-05-07 |
Alekos Filini | Merge commit 'refs/pull/341/head' of github.com:bitcoin... |
commit | commitdiff | tree | snapshot |
| 2021-05-06 |
Tobin Harding | Use `default: D` mirroring Rust documentation |
commit | commitdiff | tree | snapshot |
| 2021-05-06 |
Riccardo Casatta | get psbt inputs with bounds check |
commit | commitdiff | tree | snapshot |
| 2021-05-06 |
Riccardo Casatta | Check index out of bound also for tx inputs not only... |
commit | commitdiff | tree | snapshot |
| 2021-05-06 |
Alekos Filini | Rewrite the `non_witness_utxo` check |
commit | commitdiff | tree | snapshot |
| 2021-05-06 |
Alekos Filini | [signer] Replace `force_non_witness_utxo` with `only_wi... |
commit | commitdiff | tree | snapshot |
| 2021-05-06 |
Alekos Filini | [signer] Adjust signing behavior with `SignOptions` |
commit | commitdiff | tree | snapshot |
| 2021-05-05 |
Alekos Filini | [signer] Fix error variant |
commit | commitdiff | tree | snapshot |
| 2021-05-05 |
Alekos Filini | Fix import for `FromStr` |
commit | commitdiff | tree | snapshot |
| 2021-05-05 |
Alekos Filini | Merge commit 'refs/pull/336/head' of github.com:bitcoin... |
commit | commitdiff | tree | snapshot |
| 2021-04-30 |
codeShark149 | Added grcov based code coverage reporting in github... |
commit | commitdiff | tree | snapshot |
| 2021-04-28 |
LLFourn | Make wallet methods take &mut psbt |
commit | commitdiff | tree | snapshot |
| 2021-04-16 |
Alekos Filini | Merge commit 'refs/pull/321/head' of github.com:bitcoin... |
commit | commitdiff | tree | snapshot |
| 2021-04-16 |
Riccardo Casatta | Verify PSBT input satisfaction |
commit | commitdiff | tree | snapshot |
| 2021-04-16 |
Riccardo Casatta | destructure tuple to improve clarity |
commit | commitdiff | tree | snapshot |
| 2021-04-15 |
Steve Myers | [ci] Revert fixed nightly-2021-03-23, use actual nightly |
commit | commitdiff | tree | snapshot |
| 2021-04-15 |
Riccardo Casatta | comment out println in tests, fix doc |
commit | commitdiff | tree | snapshot |
| 2021-04-15 |
Riccardo Casatta | Add timelocks to policy satisfaction results |
commit | commitdiff | tree | snapshot |
| 2021-04-15 |
Alekos Filini | Merge commit 'refs/pull/322/head' of github.com:bitcoin... |
commit | commitdiff | tree | snapshot |
| 2021-04-15 |
Steve Myers | [ci] Update 'test-readme-examples' job to use nightly... github/release/0.6.0 |
commit | commitdiff | tree | snapshot |
| 2021-04-15 |
Steve Myers | [ci] Update 'Tarpaulin to codecov.io' job to use nightl... |
commit | commitdiff | tree | snapshot |
| 2021-04-14 |
Alekos Filini | Update CHANGELOG for v0.6.0 |
commit | commitdiff | tree | snapshot |
| 2021-04-14 |
Alekos Filini | Bump version to 0.6.1-dev |
commit | commitdiff | tree | snapshot |
| 2021-04-14 |
Alekos Filini | Bump version to 0.6.0 v0.6.0 |
commit | commitdiff | tree | snapshot |
| 2021-04-14 |
Alekos Filini | Use published `bdk-testutils-macros` |
commit | commitdiff | tree | snapshot |
| 2021-04-14 |
Alekos Filini | Bump version of `bdk-testutils-macros` |
commit | commitdiff | tree | snapshot |
| 2021-04-13 |
Alekos Filini | Merge commit 'refs/pull/325/head' of github.com:bitcoin... |
commit | commitdiff | tree | snapshot |
| 2021-04-13 |
Alekos Filini | Merge commit 'refs/pull/326/head' of github.com:bitcoin... |
commit | commitdiff | tree | snapshot |
| 2021-04-13 |
Richard Ulrich | Allow setting RBF when bumping the fee of a transaction... |
commit | commitdiff | tree | snapshot |
| 2021-04-13 |
Richard Ulrich | Adding tests to demonstrate that we can't keep RBF... |
commit | commitdiff | tree | snapshot |
| 2021-04-12 |
Steve Myers | [ci] Update 'Build docs' job to use nightly-2021-03-23 |
commit | commitdiff | tree | snapshot |
| 2021-04-09 |
Steve Myers | Bump version to 0.6.0-rc.1 |
commit | commitdiff | tree | snapshot |
| 2021-04-09 |
Steve Myers | Remove unneeded script |
commit | commitdiff | tree | snapshot |
| 2021-04-08 |
Steve Myers | [ci] Update 'build-test' job to clippy check all-targets |
commit | commitdiff | tree | snapshot |
| 2021-04-08 |
Steve Myers | Update 'cargo-check.sh' to not check +nightly |
commit | commitdiff | tree | snapshot |
| 2021-04-08 |
Steve Myers | Use .flatten() instead of .filter_map(|x| x), clippy... |
commit | commitdiff | tree | snapshot |
| 2021-04-08 |
Steve Myers | Use .any() instead of .find().is_some(), clippy warning |
commit | commitdiff | tree | snapshot |
| 2021-04-08 |
Steve Myers | Use .get(0) instead of .iter().next(), clippy warning |
commit | commitdiff | tree | snapshot |
| 2021-04-08 |
Steve Myers | Compare float equality using error margin EPSILON,... |
commit | commitdiff | tree | snapshot |
| 2021-04-08 |
Steve Myers | Remove redundant clone, clippy warning |
commit | commitdiff | tree | snapshot |
| 2021-04-08 |
Steve Myers | Remove needlessly taken reference of both operands... |
commit | commitdiff | tree | snapshot |
| 2021-04-07 |
Riccardo Casatta | Convert upper-case acronyms as suggested by CamelCase... |
commit | commitdiff | tree | snapshot |
| 2021-04-07 |
Riccardo Casatta | remove format! from assert! (will be an error in rust... |
commit | commitdiff | tree | snapshot |
| 2021-04-07 |
Riccardo Casatta | upgrade CI rust version to 1.51.0 |
commit | commitdiff | tree | snapshot |
| 2021-04-06 |
Steve Myers | Merge commit 'refs/pull/314/head' of github.com:bitcoin... |
commit | commitdiff | tree | snapshot |
| 2021-04-06 |
Daniel Karzel | Avoid over-/underflow error in coin_select |
commit | commitdiff | tree | snapshot |
| 2021-04-03 |
LLFourn | Use tagged serialization for blockchain config |
commit | commitdiff | tree | snapshot |
| 2021-03-31 |
Steve Myers | Merge commit 'refs/pull/310/head' of github.com:bitcoin... |
commit | commitdiff | tree | snapshot |
| 2021-03-29 |
Steve Myers | [ci] update MSRV to 1.46.0 |
commit | commitdiff | tree | snapshot |
| 2021-03-29 |
Alekos Filini | Merge branch 'release/0.5.1' |
commit | commitdiff | tree | snapshot |
| 2021-03-29 |
Alekos Filini | Bump version to 0.5.2-dev github/release/0.5.1 |
commit | commitdiff | tree | snapshot |
| 2021-03-29 |
Alekos Filini | Bump version to 0.5.1 v0.5.1 |
commit | commitdiff | tree | snapshot |
| 2021-03-29 |
Alekos Filini | Update CHANGELOG.md |
commit | commitdiff | tree | snapshot |
| 2021-03-29 |
Steve Myers | Pin hyper version to =0.14.4 |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Steve Myers | Update DEVELOPMENT_CYCLE for unreleased dev-dependencies |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Steve Myers | Fix new test to use new get_address() fn |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Steve Myers | Fix bdk-testutils-macros version |
commit | commitdiff | tree | snapshot |
| 2021-03-20 |
Steve Myers | Fix 0.5.1-dev CHANGELOG.md |
commit | commitdiff | tree | snapshot |
| 2021-03-17 |
Alekos Filini | Merge branch 'release/0.5.0' of github.com:bitcoindevki... |
commit | commitdiff | tree | snapshot |
| 2021-03-17 |
Alekos Filini | Bump version to 0.5.1-dev github/release/0.5.0 |
commit | commitdiff | tree | snapshot |
| 2021-03-17 |
Alekos Filini | Bump version to 0.5.0 v0.5.0 |
commit | commitdiff | tree | snapshot |
| 2021-03-17 |
Alekos Filini | Bump deps version |
commit | commitdiff | tree | snapshot |
| 2021-03-17 |
Alekos Filini | Update version in lib.rs |
commit | commitdiff | tree | snapshot |
| 2021-03-17 |
Alekos Filini | Update CHANGELOG with the new release tag |
commit | commitdiff | tree | snapshot |
| 2021-03-17 |
Alekos Filini | Merge commit 'refs/pull/296/head' of github.com:bitcoin... |
commit | commitdiff | tree | snapshot |
| 2021-03-17 |
Riccardo Casatta | update changelog and fix docs |
commit | commitdiff | tree | snapshot |
| 2021-03-16 |
davemo88 | brevity |
commit | commitdiff | tree | snapshot |
| 2021-03-16 |
davemo88 | update changelog |
commit | commitdiff | tree | snapshot |
| 2021-03-16 |
davemo88 | add get_psbt_input |
commit | commitdiff | tree | snapshot |
| 2021-03-15 |
Steve Myers | [wallet] Add get_address(AddressIndex::Reset(u32))... |
commit | commitdiff | tree | snapshot |
| 2021-03-15 |
Steve Myers | [wallet] Refactor get_*_address() into get_address... |
commit | commitdiff | tree | snapshot |
| 2021-03-15 |
Steve Myers | [wallet] Add get_unused_address() function, update... |
commit | commitdiff | tree | snapshot |
| 2021-03-15 |
Steve Myers | [wallet] Add fetch_index() helper function |
commit | commitdiff | tree | snapshot |
| 2021-03-15 |
Alekos Filini | Merge commit 'refs/pull/308/head' of github.com:bitcoin... |
commit | commitdiff | tree | snapshot |
| 2021-03-15 |
Alekos Filini | Merge commit 'refs/pull/309/head' of github.com:bitcoin... |
commit | commitdiff | tree | snapshot |
| 2021-03-12 |
davemo88 | better derivation path building |
commit | commitdiff | tree | snapshot |
| 2021-03-12 |
davemo88 | better derivation path building |
commit | commitdiff | tree | snapshot |
| 2021-03-11 |
davemo88 | handle descriptor xkey origin |
commit | commitdiff | tree | snapshot |
| 2021-03-11 |
Steve Myers | [ci] Manually install libclang-common-10-dev to 'check... |
commit | commitdiff | tree | snapshot |
| 2021-03-11 |
Alekos Filini | Bump version to 0.5.0-rc.1 |
commit | commitdiff | tree | snapshot |
| 2021-03-08 |
Riccardo Casatta | [policy] Populate satisfaction with singatures already... |
commit | commitdiff | tree | snapshot |
| 2021-03-08 |
Riccardo Casatta | [policy] uncomment and update 4 tests: 2 ignored and... |
commit | commitdiff | tree | snapshot |
| 2021-03-08 |
Riccardo Casatta | [policy] pass existing context instead of new one |
commit | commitdiff | tree | snapshot |
| 2021-03-08 |
Riccardo Casatta | [policy] pass secp context to setup_keys |
commit | commitdiff | tree | snapshot |
| 2021-03-06 |
Steve Myers | Update README license badge |
commit | commitdiff | tree | snapshot |
| 2021-03-03 |
Steve Myers | Update license to Apache 2.0 or MIT, copyright to Bitco... |
commit | commitdiff | tree | snapshot |
| 2021-03-01 |
Thomas Eizinger | Make constructor functions on `FeeRate` const |
commit | commitdiff | tree | snapshot |
| 2021-02-26 |
Alekos Filini | Merge commit 'refs/pull/285/head' of github.com:bitcoin... |
commit | commitdiff | tree | snapshot |
| 2021-02-26 |
Alekos Filini | Merge commit 'refs/pull/279/head' of github.com:bitcoin... |
commit | commitdiff | tree | snapshot |
| 2021-02-26 |
Alekos Filini | Merge commit 'refs/pull/297/head' of github.com:bitcoin... |
commit | commitdiff | tree | snapshot |
| 2021-02-26 |
Alekos Filini | [descriptor] Ensure that there are no duplicated keys |
commit | commitdiff | tree | snapshot |
| 2021-02-26 |
Thomas Eizinger | Update electrum-client to 0.7 |
commit | commitdiff | tree | snapshot |
| 2021-02-26 |
LLFourn | Clean up add_foreign_utxo tests a bit |
commit | commitdiff | tree | snapshot |
| 2021-02-26 |
LLFourn | Improve docs of satisfaction_weight |
commit | commitdiff | tree | snapshot |
| 2021-02-26 |
Lloyd Fournier | Apply typo fixes from @tcharding |
commit | commitdiff | tree | snapshot |
| next |