]> Untitled Git - bdk/shortlog
bdk
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