]> Untitled Git - bdk/shortlog
bdk
2020-09-30 LLFourn[keys] Less convoluted entropy generation
2020-09-26 Steve Myers[descriptor] add ToWalletDescriptor trait tests
2020-09-24 Alekos Filini[keys] Fix entropy generation
2020-09-24 Alekos Filini[keys] Add a trait for keys that can be generated
2020-09-24 Alekos Filini[descriptor] Add descriptor templates, add `DerivableKey`
2020-09-24 Alekos Filini[keys] Add a way to restrict the networks in which...
2020-09-24 Alekos Filini[keys] Take `ScriptContext` into account when convertin...
2020-09-24 Alekos Filini[keys] Add BIP39 support
2020-09-24 Alekos Filini[descriptor] Improve the descriptor macro, add traits...
2020-09-24 Alekos Filini[descriptor] Add a macro to write descriptors from...
2020-09-23 willcl-arkAdd CONTRIBUTING.md
2020-09-21 willcl-arkPrettify README examples on github
2020-09-16 Alekos Filini[signer] Fix signing for `ShWpkh` inputs
2020-09-16 Alekos Filini[cargo] Add the required `rand` features for `wasm32`
2020-09-15 Alekos Filini[database] Add `AnyDatabase` and `ConfigurableDatabase`
2020-09-15 Alekos Filini[blockchain] Document `AnyBlockchain` and `Configurable...
2020-09-15 Alekos Filini[blockchain] Add an `AnyBlockchain` enum to allow switc...
2020-09-15 Alekos Filini[blockchain] Add a trait to create `Blockchain`s from...
2020-09-14 Alekos FiliniUpdate the README
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-08 Alekos FiliniChange docs link while we can't publish the crate
2020-09-07 Alekos FiliniImprove the README, add examples
2020-09-05 LLFournRemove assumed "/api" prefix from esplora
2020-09-04 Alekos FiliniFix the `last_derivation_index` calculation
2020-09-04 Alekos FiliniRename the crate to just "magical"
2020-09-04 Alekos FiliniAdd docs for `Wallet`
2020-09-04 Alekos FiliniWrite more docs, make `TxBuilder::with_recipients`...
2020-09-04 Alekos FiliniWrite more docs
2020-09-03 Alekos FiliniWrite the docs for `blockchain::*`
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 tests for `Wallet::sign()`
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
next