]> Untitled Git - bdk/shortlog
bdk
2020-08-30 Alekos Filini[wallet] Support signing the whole tx instead of indivi...
2020-08-30 Alekos Filini[wallet] Add explicit ordering for the signers
2020-08-30 Alekos Filini[error] implement std::error::Error
2020-08-30 Alekos Filini[blockchain] impl OnlineBlockchain for types wrapped...
2020-08-30 Alekos Filini[wallet] Add AddressValidators
2020-08-30 Alekos Filini[descriptor] Tests for `DescriptorMeta::derive_from_psb...
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-11 Alekos Filini[tests] Run Bitcoin Core and Electrs on Travis
2020-08-11 Alekos Filini[tests] Add tests for `Wallet::create_tx()`
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 Filini[wallet] Allow limiting the use of internal utxos in...
2020-08-10 Alekos Filini[wallet] Add RBF and custom versions in TxBuilder
2020-08-10 Alekos Filini[wallet] TxOrdering, shuffle/bip69 support
2020-08-10 Alekos Filini[wallet] Nicer interface for WalletExport
2020-08-10 Alekos FiliniAdd a feature to enable the async interface on non...
2020-08-08 Alekos Filini[examples] Use `MemoryDatabase` in the compiler example
2020-08-08 Alekos FiliniUpdate .travis.ci to test the `miniscriptc` example
2020-08-07 Dominik Spicher[examples] Fix Miniscript variants issue in compiler...
2020-08-07 Dominik Spicher[examples] Add missing dependency for compiler example
2020-08-07 Dominik Spicher[examples] Fix renamed thresh_m descriptor
2020-08-07 Alekos Filini[wallet] Add a type convert fee units, add `Wallet...
2020-08-07 Alekos Filini[export] Implement the wallet import/export format...
2020-08-06 Alekos FiliniImprove .travis.ci
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-08-06 Alekos Filini[wallet] Cleanup, remove unnecessary mutable references
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-06-30 Alekos FiliniRemove unused file
2020-06-30 Alekos Filini[database] Replace DerivationPaths with single u32s github/add-hd-keypaths-outputs
2020-06-30 Alekos Filini[wallet] Add hd_keypaths to outputs
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[wallet] Fix potential overflow when adding block heights
2020-05-08 Alekos Filini[wasm] Fix SystemTime for wasm and refactor the cli...
2020-05-08 Alekos Filini[database] fix deletion on batch objects
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[readme] link to docs
2020-05-06 Alekos Filini[wallet] Add an option to change the assumed current...
2020-05-06 Alekos Filini[blockchain] add Error::OfflineClient
2020-05-03 Alekos FiliniAdd a generalized "Blockchain" interface
2020-04-29 Alekos Filini[database] Add an in-memory database
2020-04-29 Alekos FiliniAdd a miniscript compiler CLI
2020-04-28 Alekos Filini[cargo] Explicit Cargo.toml examples
2020-04-28 Alekos Filini[wallet] Add `assume_height_reached` in PSBTSatisfier
2020-04-21 Alekos Filini[repl] Add broadcast command
2020-04-07 Alekos FiliniContribution improvements
2020-04-07 Daniela BrozzoniFix path calculation, fix test
2020-04-07 Alekos FiliniPolicy and contribution
2020-04-07 Daniela BrozzoniSmall fix in sync
2020-04-07 Alekos FiliniWallet logic
2020-02-07 Alekos FiliniAdd a LICENSE file
2020-02-07 Alekos FiliniMove everything in the root
2020-02-07 Alekos FiliniImprove the database interface, add a few tests for...
2020-02-07 Alekos FiliniAdd a generalized database trait and a Sled-based imple...
2020-02-07 Alekos FiliniCreate a PSBT signer from an ExtendedDescriptor
2020-02-07 Alekos FiliniWrap Miniscript descriptors to support xpubs
2020-02-07 Alekos FiliniAdd travis-ci
2020-02-06 Alekos FiliniUse the published electrum-client crate
2020-02-06 Alekos Filinielectrum: add `rustls` as the default ssl implementation
2020-02-03 Alekos FiliniMissing test file
2020-01-27 Alekos FiliniLightweight Electrum client with SSL/SOCKS5 support
2020-01-22 Alekos FiliniInitial commit