]> Untitled Git - bdk-cli/shortlog
bdk-cli
2020-10-23 LLFourn[wallet] Stop implicitly enforcing manaul selection...
2020-10-13 Alekos FiliniBump rust-bitcoin to 0.25, fix Cargo dependencies
2020-10-02 Alekos FiliniFix the recovery of a descriptor given a PSBT
2020-09-24 Alekos Filini[descriptor] Add descriptor templates, add `DerivableKey`
2020-09-24 Alekos Filini[keys] Add BIP39 support
2020-09-23 willcl-arkAdd CONTRIBUTING.md
2020-09-16 Alekos Filini[cargo] Add the required `rand` features for `wasm32`
2020-09-15 Alekos Filini[blockchain] Add a trait to create `Blockchain`s from...
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-07 Alekos FiliniImprove the README, add examples
2020-09-04 Alekos FiliniRename the crate to just "magical"
2020-09-04 Alekos FiliniWrite more docs, make `TxBuilder::with_recipients`...
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 AddressValidators
2020-08-30 Alekos Filini[cli] Make the REPL return JSON
2020-08-30 Alekos FiliniUse `miniscript::DescriptorPublicKey`
2020-08-30 Alekos Filini[compact_filters] Add support for Tor
2020-08-30 Alekos FiliniCompact Filters blockchain implementation
2020-08-14 Alekos FiliniImplement RBF and add a few tests
2020-08-10 Alekos Filini[tests] Add a proc macro to generate tests for `OnlineB...
2020-08-10 Alekos Filini[wallet] Add `force_non_witness_utxo()` to TxBuilder
2020-08-10 Alekos FiliniAdd a feature to enable the async interface on non...
2020-08-07 Dominik Spicher[examples] Add missing dependency for compiler example
2020-08-07 Alekos Filini[wallet] Add a type convert fee units, add `Wallet...
2020-08-06 Alekos Filini[wallet] Refill the address pool whenever necessary
2020-08-06 Alekos Filini[wallet] Abstract coin selection in a separate trait
2020-08-06 Alekos Filini[wallet] Add a `TxBuilder` struct to simplify `create_t...
2020-08-06 Alekos Filini[wallet] Abstract, multi-platform datetime utils
2020-07-21 Alekos Filini[repl] Expose list_transactions() in the REPL
2020-07-20 Alekos FiliniMake the blockchain interface async again on wasm32...
2020-07-19 Alekos FiliniUpdate miniscript to version 1.0
2020-07-17 Alekos FiliniRemove async, upgrade electrum-client
2020-05-17 Alekos Filini[cli] Add a few commands to handle psbts
2020-05-16 Alekos Filini[wallet] Specify the policy branch with a map
2020-05-10 Alekos Filini[descriptors] Transform a descriptor into its "public...
2020-05-08 Alekos Filini[wasm] Fix SystemTime for wasm and refactor the cli...
2020-05-07 Alekos Filini[blockchain] Use async I/O in the various blockchain...
2020-05-07 Alekos Filini[blockchain] add the Esplora backend
2020-05-06 Alekos Filini[wallet] Add an option to change the assumed current...
2020-05-03 Alekos FiliniAdd a generalized "Blockchain" interface
2020-04-29 Alekos FiliniAdd a miniscript compiler CLI
2020-04-28 Alekos Filini[cargo] Explicit Cargo.toml examples
2020-04-21 Alekos Filini[repl] Add broadcast command
2020-04-07 Alekos FiliniContribution improvements
2020-04-07 Alekos FiliniPolicy and contribution
2020-04-07 Alekos FiliniWallet logic
2020-02-07 Alekos FiliniAdd a LICENSE file
2020-02-07 Alekos FiliniMove everything in the root
2020-01-22 Alekos FiliniInitial commit