]> Untitled Git - bdk-cli/shortlog
bdk-cli
2021-01-08 Steve MyersBump version to v0.1.1-dev github/release/0.1.0
2021-01-08 Steve MyersBump version to 0.1.0 v0.1.0
2021-01-08 Steve MyersFix crates.io license info
2021-01-07 Steve MyersFix rustdocs link
2021-01-07 Steve MyersAdd bdk and bdk_macros dependency versions
2021-01-07 Steve MyersPrep for publishing to crates.io, rename bin to bdk-cli
2020-12-31 Steve MyersAdd CHANGELOG.md
2020-12-31 Steve MyersAdd Network parser to lib.rs, remove from repl.rs
2020-12-28 Steve MyersFix github pull_request_template
2020-12-28 Steve Myers[ci] Add CI and Code Coverage badges to README
2020-12-28 Steve Myers[ci] Add audit, ci, and code coverage workflows
2020-12-28 Steve MyersFix tests
2020-12-22 Steve MyersAdd more examples to the README.md
2020-12-22 Steve MyersRemove --log_level parameter
2020-12-18 Steve MyersReorganize bdk cli module into new stand alone lib...
2020-12-14 Alekos FiliniRename `ScriptType` to `KeychainKind`
2020-12-14 Alekos FiliniMerge commit 'refs/pull/222/head' of github.com:bitcoin...
2020-12-14 Alekos FiliniAdd the pull request template
2020-12-11 Alekos FiliniMerge commit 'refs/pull/218/head' of github.com:bitcoin...
2020-12-11 Evgenii PFix the REPL example to have optional esplora
2020-12-11 Evgenii PRemove unused macro imports
2020-12-11 Evgenii PMake "esplora" feature optional for REPL binary
2020-12-07 Steve MyersFix unused import warning and docs link warning
2020-12-04 Steve MyersUpdate cli module to use StructOpt and add docs
2020-12-01 Alekos Filini[wallet] Add a flag to fill-in `PSBT_GLOBAL_XPUB`
2020-12-01 Alekos Filini[cli] Add a flag to build PSBTs for offline signers
2020-11-30 Alekos FiliniMerge commit 'refs/pull/189/head' of github.com:bitcoin...
2020-11-30 Alekos FiliniMerge commit 'refs/pull/191/head' of github.com:bitcoin...
2020-11-30 Riccardo Casattause electurm-client updated
2020-11-24 Alekos FiliniSwitch to `miniscript` from `crates.io`
2020-11-24 Alekos FiliniUpdate `tiny-bip39` to v0.8
2020-11-24 Steve MyersFix typo in CONTRIBUTING.md
2020-11-23 LLFournFix to at least bitcoin ^0.25.2
2020-11-19 Riccardo CasattaUse dirs-next instead of dirs since the latter is unman...
2020-11-19 Riccardo Casattapin cc version because last breaks rocksdb build
2020-11-18 Riccardo CasattaAllow to set concurrency in Esplora config and optional...
2020-11-18 Alekos FiliniMerge commit 'refs/pull/167/head' of github.com:bitcoin...
2020-11-17 Alekos FiliniSwitch to "mainline" rust-miniscript
2020-11-17 Riccardo CasattaRequire esplora feature for repl example
2020-11-17 Riccardo Casattause proper type for EsploraHeader, make conversion...
2020-11-17 Riccardo Casattaconditionally remove cli args according to enabled...
2020-11-17 Riccardo Casatta[examples] support esplora blockchain source in repl
2020-11-16 Riccardo Casattaignore .idea
2020-11-13 Alekos Filini[cli] Split the internal and external policy paths
2020-11-05 Alekos Filini[wallet] Split `send_all` into `set_single_recipient...
2020-10-30 Riccardo Casatta[repl] add max_addresses param in sync
2020-10-29 Steve Myers[ci] Fix all-keys and cli-utils tests
2020-10-29 Steve Myers[ci] Fix or ignore clippy warnings for all optional...
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
next