]> Untitled Git - bdk-cli/shortlog
bdk-cli
30 min ago merge-scriptMerge bitcoindevkit/bdk-cli#242: Payjoin persistence master github/master
44 min ago Mshehu5Retry Payjoin requests with other relays
44 min ago Mshehu5Restrict payjoin inputs to confirmed UTXOs
44 min ago Mshehu5Add payjoin persistence test
44 min ago Mshehu5Prune stale payjoin sessions on DB open
44 min ago Mshehu5chore(deps): Bump payjoin and enable reqwest rustls
44 min ago Mshehu5Document payjoin recovery commands and SQLite setup
44 min ago Mshehu5Add commands to resume and view payjoin history
44 min ago Mshehu5Integrate payjoin session persistence into workflow
45 min ago Mshehu5Add SQLite backing store for payjoin sessions
40 hours ago merge-scriptMerge bitcoindevkit/bdk-cli#248: Update Wallet to 2...
41 hours ago Vihiga Tyonumchore: update bdk_electrum and bdk_esplora
41 hours ago Vihiga Tyonumfeat(WalletEvent): Add WalletEvent to rpc and cbf
41 hours ago Vihiga Tyonumchore(update-deps): Fix clippy warnings
41 hours ago Vihiga Tyonumchore: Update project dependencies
41 hours ago Vihiga Tyonumchore: Update bdk_wallet to v2.3
3 days ago merge-scriptMerge bitcoindevkit/bdk-cli#291: fix(create_tx): enforc...
4 days ago merge-scriptMerge bitcoindevkit/bdk-cli#225: feat(compile): compile...
6 days ago Artemiyfix(create_tx): enforce single recipient for send_all
2026-05-27 Vadim Anufrievtest(handlers): drop redundant cfg gate on test module
2026-05-27 Vadim Anufrievdocs: add pre-push recipe description to README
2026-05-27 Vadim Anufrievdocs(contributing): update CONTRIBUTING.md
2026-05-27 Vadim Anufrievrefactor(compile): lazy compilation and use pipe for...
2026-05-27 Vadim Anufrievfeat(compile): randomize unspendable internal key for...
2026-05-27 Vadim Anufrievchore(deps): make shlex a non-optional dependency
2026-05-19 merge-scriptMerge bitcoindevkit/bdk-cli#220: Add experimental silen...
2026-05-11 nymiusfeat(silentpayments): add experimental silent-payments...
2026-04-24 merge-scriptMerge bitcoindevkit/bdk-cli#179: Feature/bip322 integration
2026-04-23 Abiodun Awoyemichore(deps): switch bdk_bip322 from git to crates.io...
2026-04-21 merge-scriptMerge bitcoindevkit/bdk-cli#270: fix: fix RUSTSEC-2026...
2026-04-17 Abiodunfix: rename BIP322 commands, validate address ownership...
2026-04-17 aagbotemibip322: update proof handling for new bdk-bip322 API
2026-04-12 Vadim Anufrievchore: update rand 0.9.2 -> 0.9.3
2026-03-26 merge-scriptMerge bitcoindevkit/bdk-cli#265: Bump version to 3.0.0 v3.0.0
2026-03-26 Vihiga TyonumBump version to 3.0.0
2026-03-26 Vihiga Tyonumdocs: Update changelog for v3.0.0 release
2026-03-25 merge-scriptMerge bitcoindevkit/bdk-cli#251: Deps: Update transitiv...
2026-03-25 Vihiga Tyonumchore: update project deps
2026-03-25 Vihiga Tyonumdeps: Update rustls-webpki to 0.103.10
2026-03-25 Vihiga Tyonumdeps: Update aws-lc-sys to v0.39.0 & parent crate
2026-03-25 Vihiga Tyonumdeps: Update quinn-proto to v0.11.14
2026-03-20 merge-scriptMerge bitcoindevkit/bdk-cli#237: feat: add completions...
2026-03-19 merge-scriptMerge bitcoindevkit/bdk-cli#256: fix(test): Enable...
2026-03-19 merge-scriptMerge bitcoindevkit/bdk-cli#241: chore: remove remainig...
2026-03-19 merge-scriptMerge bitcoindevkit/bdk-cli#252: Enforce use of `1...
2026-03-19 va-andocs(readme): add note about updating completions
2026-03-18 Vihiga Tyonumfix(test): Enable any client type in config test
2026-03-18 merge-scriptMerge bitcoindevkit/bdk-cli#253: Add additional slash...
2026-03-17 nymiusdoc(payjoin): add additional slash to show ReceivePayjo...
2026-03-17 nymiusfix(dependencies): change payjoin version specifier...
2026-03-10 merge-scriptMerge bitcoindevkit/bdk-cli#247: CI: Replace Coveralls...
2026-03-10 merge-scriptMerge bitcoindevkit/bdk-cli#246: doc: add installation...
2026-03-09 Vihiga TyonumCI: Update code coverage to use Codecov action
2026-03-09 Vihiga Tyonumdocs: Update stated bdk_wallet version
2026-03-09 oscardoc: added prerequisites to readme
2026-02-24 Vadim Anufrievchore: clippy fixes
2026-02-24 Vadim AnufrievMerge branch 'master' into chore/remove-msrv
2026-02-24 Vadim AnufrievMerge branch 'master' into feat/add-completions-cmd
2026-02-24 merge-scriptMerge bitcoindevkit/bdk-cli#235: CI: Update `continous_...
2026-02-24 Vihiga TyonumCI: Fix clippy issues
2026-02-24 Vihiga Tyonumci: Update audit workflow and `bytes` dependency
2026-02-24 Vihiga Tyonumci: add prepush checks that mirrors ci workflow
2026-02-24 Vihiga Tyonumchore: fix clippy warnings
2026-02-24 Vihiga Tyonumci: update cont_integration workflow
2026-02-24 merge-scriptMerge bitcoindevkit/bdk-cli#230: Refactor sync_kyoto_client
2026-02-13 Vadim Anufrievchore: remove remainig msrv mentions
2026-02-10 Vadim Anufrievdocs(completions): edit help output
2026-02-10 Vadim Anufrievdocs(readme): add completions block to readme
2026-02-08 Vadim Anufrievchore(clippy): fix clippy warnings again
2026-02-07 Vadim Anufrievchore(clippy): resolve clippy warngins
2026-02-07 Vadim Anufrievfeat: add command for completions
2026-02-02 Mshehu5refactor(payjoin): add payjoin error variants to BDKCli...
2026-02-02 Mshehu5refactor(payjoin): implement polling-based monitoring...
2026-02-02 Mshehu5refactor: use BlockchainClient as references
2026-02-02 Mshehu5refactor: use handle pattern for Kyoto client
2026-01-19 merge-scriptMerge bitcoindevkit/bdk-cli#203: Add saving wallet...
2026-01-19 Steve Myersdoc(wallet-init): update README.md examples
2026-01-19 Vihiga Tyonumfeat(wallet-init): impl TryFrom for WalletOpts
2026-01-19 Vihiga Tyonumfeat(wallet-init): add `wallets` command
2026-01-16 Vihiga Tyonumfeat(init-wallet): rename init & add walletopts
2026-01-16 Vihiga Tyonumfeat: add initializing wallet config
2026-01-05 merge-scriptMerge bitcoindevkit/bdk-cli#233: Fix duplicate wallet...
2026-01-05 Mshehu5Fix duplicate wallet creation in non-persistent path
2025-12-19 merge-scriptMerge bitcoindevkit/bdk-cli#200: feat: add non-persiste...
2025-12-18 Mehmet Efe... docs: add Payjoin capability to the README
2025-12-18 Mehmet Efe... feat: add payjoin receive support
2025-12-18 Mehmet Efe... feat: add payjoin send support
2025-11-19 Mehmet Efe... refactor: move broadcast to a helper function
2025-11-19 Mehmet Efe... refactor: move sync to a helper function
2025-11-11 merge-scriptMerge bitcoindevkit/bdk-cli#180: Adding descriptor...
2025-11-05 Vihiga Tyonumfeat(desc): remove generate subcommand
2025-11-04 Vihiga Tyonumfeat(desc):update descriptors gen to use templates
2025-11-03 Vihiga Tyonumfeat(descriptors): fix descriptor generation github/adding_descriptor_generator
2025-11-03 Vihiga Tyonumfeat(descriptors): add multipath descs and pretty
2025-11-03 Vihiga Tyonumfix descriptors generation
2025-11-03 AmosOO7feat: add descriptor generation
2025-11-03 merge-scriptMerge bitcoindevkit/bdk-cli#224: fix(pretty-format...
2025-10-23 Vadim Anufrievchore(clippy): clippy fixes
2025-10-21 Vadim Anufrievtest(pretty): add tests for pretty option
2025-10-21 Vadim Anufrievfix(pretty): use pretty option in any position
next