| 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 |
| 2020-08-30 |
Alekos Filini | [wallet] Support signing the whole tx instead of indivi... |
commit | commitdiff | tree | snapshot |
| 2020-08-30 |
Alekos Filini | [wallet] Add explicit ordering for the signers |
commit | commitdiff | tree | snapshot |
| 2020-08-30 |
Alekos Filini | [error] implement std::error::Error |
commit | commitdiff | tree | snapshot |
| 2020-08-30 |
Alekos Filini | [blockchain] impl OnlineBlockchain for types wrapped... |
commit | commitdiff | tree | snapshot |
| 2020-08-30 |
Alekos Filini | [wallet] Add AddressValidators |
commit | commitdiff | tree | snapshot |
| 2020-08-30 |
Alekos Filini | [descriptor] Tests for `DescriptorMeta::derive_from_psb... |
commit | commitdiff | tree | snapshot |
| 2020-08-30 |
Alekos Filini | [cli] Make the REPL return JSON |
commit | commitdiff | tree | snapshot |
| 2020-08-30 |
Alekos Filini | Use `miniscript::DescriptorPublicKey` |
commit | commitdiff | tree | snapshot |
| 2020-08-30 |
Alekos Filini | [compact_filters] Add support for Tor |
commit | commitdiff | tree | snapshot |
| 2020-08-30 |
Alekos Filini | Compact Filters blockchain implementation |
commit | commitdiff | tree | snapshot |
| 2020-08-14 |
Alekos Filini | Implement RBF and add a few tests |
commit | commitdiff | tree | snapshot |
| 2020-08-11 |
Alekos Filini | [tests] Run Bitcoin Core and Electrs on Travis |
commit | commitdiff | tree | snapshot |
| 2020-08-11 |
Alekos Filini | [tests] Add tests for `Wallet::create_tx()` |
commit | commitdiff | tree | snapshot |
| 2020-08-10 |
Alekos Filini | [tests] Add a proc macro to generate tests for `OnlineB... |
commit | commitdiff | tree | snapshot |
| 2020-08-10 |
Alekos Filini | [wallet] Add `force_non_witness_utxo()` to TxBuilder |
commit | commitdiff | tree | snapshot |
| 2020-08-10 |
Alekos Filini | [wallet] Allow limiting the use of internal utxos in... |
commit | commitdiff | tree | snapshot |
| 2020-08-10 |
Alekos Filini | [wallet] Add RBF and custom versions in TxBuilder |
commit | commitdiff | tree | snapshot |
| 2020-08-10 |
Alekos Filini | [wallet] TxOrdering, shuffle/bip69 support |
commit | commitdiff | tree | snapshot |
| 2020-08-10 |
Alekos Filini | [wallet] Nicer interface for WalletExport |
commit | commitdiff | tree | snapshot |
| 2020-08-10 |
Alekos Filini | Add a feature to enable the async interface on non... |
commit | commitdiff | tree | snapshot |
| 2020-08-08 |
Alekos Filini | [examples] Use `MemoryDatabase` in the compiler example |
commit | commitdiff | tree | snapshot |
| 2020-08-08 |
Alekos Filini | Update .travis.ci to test the `miniscriptc` example |
commit | commitdiff | tree | snapshot |
| 2020-08-07 |
Dominik Spicher | [examples] Fix Miniscript variants issue in compiler... |
commit | commitdiff | tree | snapshot |
| 2020-08-07 |
Dominik Spicher | [examples] Add missing dependency for compiler example |
commit | commitdiff | tree | snapshot |
| 2020-08-07 |
Dominik Spicher | [examples] Fix renamed thresh_m descriptor |
commit | commitdiff | tree | snapshot |
| 2020-08-07 |
Alekos Filini | [wallet] Add a type convert fee units, add `Wallet... |
commit | commitdiff | tree | snapshot |
| 2020-08-07 |
Alekos Filini | [export] Implement the wallet import/export format... |
commit | commitdiff | tree | snapshot |
| 2020-08-06 |
Alekos Filini | Improve .travis.ci |
commit | commitdiff | tree | snapshot |
| 2020-08-06 |
Alekos Filini | [wallet] Refill the address pool whenever necessary |
commit | commitdiff | tree | snapshot |
| 2020-08-06 |
Alekos Filini | [wallet] Abstract coin selection in a separate trait |
commit | commitdiff | tree | snapshot |
| 2020-08-06 |
Alekos Filini | [wallet] Add a `TxBuilder` struct to simplify `create_t... |
commit | commitdiff | tree | snapshot |
| 2020-08-06 |
Alekos Filini | [wallet] Abstract, multi-platform datetime utils |
commit | commitdiff | tree | snapshot |
| 2020-08-06 |
Alekos Filini | [wallet] Cleanup, remove unnecessary mutable references |
commit | commitdiff | tree | snapshot |
| 2020-07-21 |
Alekos Filini | [repl] Expose list_transactions() in the REPL |
commit | commitdiff | tree | snapshot |
| 2020-07-20 |
Alekos Filini | Make the blockchain interface async again on wasm32... |
commit | commitdiff | tree | snapshot |
| 2020-07-19 |
Alekos Filini | Update miniscript to version 1.0 |
commit | commitdiff | tree | snapshot |
| 2020-07-17 |
Alekos Filini | Remove async, upgrade electrum-client |
commit | commitdiff | tree | snapshot |
| 2020-06-30 |
Alekos Filini | Remove unused file |
commit | commitdiff | tree | snapshot |
| 2020-06-30 |
Alekos Filini | [database] Replace DerivationPaths with single u32s github/add-hd-keypaths-outputs |
commit | commitdiff | tree | snapshot |
| 2020-06-30 |
Alekos Filini | [wallet] Add hd_keypaths to outputs |
commit | commitdiff | tree | snapshot |
| 2020-05-17 |
Alekos Filini | [cli] Add a few commands to handle psbts |
commit | commitdiff | tree | snapshot |
| 2020-05-16 |
Alekos Filini | [wallet] Specify the policy branch with a map |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Alekos Filini | [descriptors] Transform a descriptor into its "public... |
commit | commitdiff | tree | snapshot |
| 2020-05-08 |
Alekos Filini | [wallet] Fix potential overflow when adding block heights |
commit | commitdiff | tree | snapshot |
| 2020-05-08 |
Alekos Filini | [wasm] Fix SystemTime for wasm and refactor the cli... |
commit | commitdiff | tree | snapshot |
| 2020-05-08 |
Alekos Filini | [database] fix deletion on batch objects |
commit | commitdiff | tree | snapshot |
| 2020-05-07 |
Alekos Filini | [blockchain] Use async I/O in the various blockchain... |
commit | commitdiff | tree | snapshot |
| 2020-05-07 |
Alekos Filini | [blockchain] add the Esplora backend |
commit | commitdiff | tree | snapshot |
| 2020-05-06 |
Alekos Filini | [readme] link to docs |
commit | commitdiff | tree | snapshot |
| 2020-05-06 |
Alekos Filini | [wallet] Add an option to change the assumed current... |
commit | commitdiff | tree | snapshot |
| 2020-05-06 |
Alekos Filini | [blockchain] add Error::OfflineClient |
commit | commitdiff | tree | snapshot |
| 2020-05-03 |
Alekos Filini | Add a generalized "Blockchain" interface |
commit | commitdiff | tree | snapshot |
| 2020-04-29 |
Alekos Filini | [database] Add an in-memory database |
commit | commitdiff | tree | snapshot |
| 2020-04-29 |
Alekos Filini | Add a miniscript compiler CLI |
commit | commitdiff | tree | snapshot |
| 2020-04-28 |
Alekos Filini | [cargo] Explicit Cargo.toml examples |
commit | commitdiff | tree | snapshot |
| 2020-04-28 |
Alekos Filini | [wallet] Add `assume_height_reached` in PSBTSatisfier |
commit | commitdiff | tree | snapshot |
| 2020-04-21 |
Alekos Filini | [repl] Add broadcast command |
commit | commitdiff | tree | snapshot |
| 2020-04-07 |
Alekos Filini | Contribution improvements |
commit | commitdiff | tree | snapshot |
| 2020-04-07 |
Daniela Brozzoni | Fix path calculation, fix test |
commit | commitdiff | tree | snapshot |
| 2020-04-07 |
Alekos Filini | Policy and contribution |
commit | commitdiff | tree | snapshot |
| 2020-04-07 |
Daniela Brozzoni | Small fix in sync |
commit | commitdiff | tree | snapshot |
| 2020-04-07 |
Alekos Filini | Wallet logic |
commit | commitdiff | tree | snapshot |
| 2020-02-07 |
Alekos Filini | Add a LICENSE file |
commit | commitdiff | tree | snapshot |
| 2020-02-07 |
Alekos Filini | Move everything in the root |
commit | commitdiff | tree | snapshot |
| next |