]> Untitled Git - bdk/shortlog
bdk
2020-12-15 Evgenii Prustfmt
2020-12-15 Evgenii PFix SignersContainer::find to filter out incorrect IDs
2020-12-15 Evgenii PFix SignersContainerKey PartialOrd to respect the ID
2020-12-15 Evgenii PRevert replacing BTreeMap to HashMap in SingersContainer
2020-12-14 LLFournFix doc comment fallout from s/script type/keychain
2020-12-14 Alekos FiliniRename `ScriptType` to `KeychainKind`
2020-12-14 Alekos Filini[ci] Ignore empty nightly docs commits instead of failing
2020-12-14 Alekos FiliniMerge commit 'refs/pull/222/head' of github.com:bitcoin...
2020-12-14 Alekos FiliniMerge commit 'refs/pull/221/head' of github.com:bitcoin...
2020-12-14 Alekos FiliniMerge commit 'refs/pull/224/head' of github.com:bitcoin...
2020-12-14 Evgenii PUse unstable sort by key for performance
2020-12-14 Alekos FiliniAdd the pull request template
2020-12-14 Steve Myers[docs] Add experimental warning to compact_filters...
2020-12-14 Steve Myers[docs] Add docs to the 'descriptor' module
2020-12-14 Steve Myers[docs] Add docs to the 'template' module
2020-12-14 Steve Myers[docs] Add docs to the 'policy' module
2020-12-14 Evgenii PIgnore broken tests. (#225)
2020-12-13 Evgenii Prustfmt
2020-12-13 Evgenii PAdd unit tests for SignersContainer
2020-12-13 Evgenii PRemove debug output
2020-12-13 Evgenii PReplace BTreeMap with a HashMap
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-11 Alekos Filini[keys] Replace `(Fingerprint, DerivationPath)` with...
2020-12-11 Alekos Filini[docs] Add the docs to the `keys` module
2020-12-11 Alekos Filini[docs] Various fixes to the docs
2020-12-11 Alekos Filini[ci] Test the examples in README.md
2020-12-08 Steve MyersAdd warn and TODOs for missing_docs and add lib.rs...
2020-12-08 Steve MyersAdd TODOs for missing_docs
2020-12-08 Steve MyersFix README.md examples
2020-12-07 Steve MyersFix unused import warning and docs link warning
2020-12-07 Alekos FiliniMerge commit 'refs/pull/214/head' of github.com:bitcoin...
2020-12-07 Alekos FiliniMerge commit 'refs/pull/213/head' of github.com:bitcoin...
2020-12-07 Alekos FiliniMerge commit 'refs/pull/210/head' of github.com:bitcoin...
2020-12-07 Alekos FiliniMerge commit 'refs/pull/208/head' of github.com:bitcoin...
2020-12-05 Riccardo Casatta[docs] database/any.rs
2020-12-05 Riccardo Casatta[docs] types.rs
2020-12-05 Riccardo Casatta[docs] descriptor/error.rs
2020-12-05 Riccardo Casatta[docs] compact_filters/mod.rs
2020-12-05 Riccardo Casatta[docs] error.rs
2020-12-04 Alekos FiliniMerge commit 'refs/pull/209/head' of github.com:bitcoin...
2020-12-04 Riccardo Casattageneralize impl_error! macro so that used for other...
2020-12-04 Riccardo CasattaRemove EsploraHeader json in favor of raw hex block...
2020-12-04 Steve MyersUpdate cli module to use StructOpt and add docs
2020-12-03 LLFournReplace UTXO::is_internal with script_type
2020-12-03 Alekos Filini[ci] Build and publish nightly docs
2020-12-03 Steve MyersFix docs
2020-12-02 Riccardo Casattaallow missing docs on self-explanatory variants
2020-12-02 Riccardo Casattamissing docs for esplora.rs (also remove useless pubs)
2020-12-02 Riccardo CasattaMissing docs for electrum.rs
2020-12-01 Alekos Filini[changelog] Update CHANGELOG.md to document `PSBT_GLOBA...
2020-12-01 Alekos Filini[wallet] Add tests for `TxBuilder::add_global_xpubs()`
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-12-01 Alekos Filini[blockchain] Fix clippy warnings
2020-12-01 LLFourn[wallet] Add wallet.network()
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 FiliniMerge commit 'refs/pull/188/head' of github.com:bitcoin...
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-24 Steve MyersAdd CHANGELOG.md
2020-11-24 LLFournRemove trait bounds on Wallet struct
2020-11-23 LLFourn[wallet] Eagerly finalize inputs
2020-11-23 LLFournFix to at least bitcoin ^0.25.2
2020-11-20 Alekos FiliniMerge commit 'refs/pull/172/head' of github.com:bitcoin...
2020-11-20 Alekos FiliniMerge commit 'refs/pull/184/head' of github.com:bitcoin...
2020-11-19 Riccardo CasattaUse dirs-next instead of dirs since the latter is unman...
2020-11-19 Justin MoonMore consistent references with 'signers' variables
2020-11-19 Justin Moon[wallet] Don't wrap SignersContainer arguments in Arc
2020-11-19 Alekos FiliniMerge commit 'refs/pull/169/head' of github.com:bitcoin...
2020-11-19 Riccardo CasattaAdd scheduled audit check in CI
2020-11-19 Alekos Filini[ci] Generate a different cache key for every job
2020-11-19 Riccardo Casattapin cc version because last breaks rocksdb build
2020-11-18 Justin Moon[wallet] Add witness and redeem scripts to PSBT outputs
2020-11-18 Riccardo CasattaAllow to set concurrency in Esplora config and optional...
2020-11-18 Riccardo CasattaMake esplora call in parallel
2020-11-18 Alekos FiliniMerge commit 'refs/pull/167/head' of github.com:bitcoin...
2020-11-18 Alekos FiliniMerge commit 'refs/pull/166/head' of github.com:bitcoin...
2020-11-18 Riccardo Casattafix typo
2020-11-17 Alekos Filini[descriptor] Add support for `sortedmulti` in `descriptor!`
2020-11-17 Alekos FiliniSwitch to "mainline" rust-miniscript
2020-11-17 Riccardo CasattaRemove unused varaint HeaderParseFail
2020-11-17 Riccardo CasattaRequire esplora feature for repl example
2020-11-17 Riccardo CasattaBring less data around
2020-11-17 Riccardo Casattaeagerly unwrap height option, save one collect
2020-11-17 Riccardo Casattause flatten instead of unwrap_or
2020-11-17 Riccardo Casattaavoid a max() call by checking minus or equal
2020-11-17 Riccardo CasattaUse filter_map instead of filter and map
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 CasattaUse our Instant struct to be compatible with wasm
2020-11-17 Riccardo Casatta[examples] support esplora blockchain source in repl
2020-11-17 Riccardo Casatta[sync] Improve sync
2020-11-17 LLFourn[wallet] Build output lookup inside complete transaction
2020-11-17 LLFourn[wallet] Add test that shwpkh populates witness_utxo
next