Commit 2fa18a0
committed
e0bd147 fix: clippy errors (Steve Myers)
524562c fix: signing / finalizing `psbt` (Vihiga Tyonum)
fb7232f rpc: print status during full_scan and sync (Steve Myers)
4a66557 ci: remove WASM job, fix more clippy errors (Steve Myers)
eb947fc ci: with msrv 1.75 pin minreq to 2.13.2 (Steve Myers)
efc5fc5 ci: fix clippy errors (Steve Myers)
92cabb1 ci: update actions checkout and cache to v4, simplify matrix features (Steve Myers)
cb10873 refactor: fix error handling (Vihiga Tyonum)
8307db0 feat: re-enable `rpc` feature (Vihiga Tyonum)
8ac2529 ci: update the CI workflow (Vihiga Tyonum)
a2ad6b3 feat: add ci test for features (Vihiga Tyonum)
50a6a60 refactor: remove rpc, cbf, cleanup features (Steve Myers)
0be8453 refactor: update onlinewalletsubcommands (Vihiga Tyonum)
440bd36 refactor: update creating_backend fn (Vihiga Tyonum)
58f07a1 refactor: update nodes.rs file (Vihiga Tyonum)
cb4450b refactor: update imports and reserves feature (Vihiga Tyonum)
50233dd refactor: replace bdk::error with custom error (Vihiga Tyonum)
b8d2357 feat: add custom error enum (Vihiga Tyonum)
6f263bf feat!: replace bdk with bdk_wallet & update deps (Vihiga Tyonum)
b56c023 refactor: update imports from bdk to bd_wallet (Vihiga Tyonum)
91f5918 refactor: update imports from bdk to bdk_wallet (Vihiga Tyonum)
ddce50d refactor: update imports from bdk to bdk_wallet (Vihiga Tyonum)
4c89cbf refactor:update imports from bdk to use bdk_wallet (Vihiga Tyonum)
890cb45 refactor: add bdk_wallet (Vihiga Tyonum)
Pull request description:
<!-- You can erase any parts of this template not applicable to your Pull Request. -->
### Description
<!-- Describe the purpose of this PR, what's being adding and/or fixed -->
This PR update `bdk-cli` to use `bdk_wallet` v1
Issue: #172 (comment)
### Notes to the reviewers
- replaced `list_transactions` with `transactions`
- set `enable_rbf` to be `true` by default
- update creating and serializing Psbts
- update `new_wallet` to return `PersistedWallet<Connection>`
- default fee_rate to use FeeRate::BROADCAST_MIN
- update `zeroize` to version `1.8.1` from `<1.4.0`
- update `bdk-reserves` from `0.27.1` to `0.29.0`
- replace `bdk/electrum` with `bdk_electrum` for the `electrum` feature
- add `bdk_esplora` for the `bdk/use-esplora-ureq` and `bdk/use-esplora-reqwest` features
- add `bdk_bitcoind_rpc` lib to replace `bdk/rpc` feature
- add `hwi` library to replace `bdk/hardware-signer` feature
<!-- In this section you can include notes directed to the reviewers, like explaining why some parts
of the PR were done in a specific way -->
## Changelog notice
- set `enable_rbf` to be `true` by default
- update using `PartiallySignedTransaction` to `Psbt`
- default fee_rate to use FeeRate::BROADCAST_MIN
- update `zeroize` to version `1.8.1` from `<1.4.0`
- update `bdk-reserves` from `0.27.1` to `0.29.0`
- replace `bdk/electrum` with `bdk_electrum` for the `electrum` feature
- replace `bdk/use-esplora-ureq` and `bdk/use-esplora-reqwest` with `bdk_esplora` lib
- replace `bdk/rpc` with `bdk_bitcoind_rpc` lib
- replace `bdk/hardware-signer` with `hwi` lib
<!-- Notice the release manager should include in the release tag message changelog -->
<!-- See https://keepachangelog.com/en/1.0.0/ for examples -->
### Checklists
#### All Submissions:
* [x] I've signed all my commits
* [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk-cli/blob/master/CONTRIBUTING.md)
* [x] I ran `cargo fmt` and `cargo clippy` before committing
#### Bugfixes:
* [x] This pull request breaks the existing API
* [x] I'm linking the issue being fixed by this PR
ACKs for top commit:
notmandatory:
ACK e0bd147
Tree-SHA512: cd548805327b55a66be26aa0402ef7a4512a0a75ffdcefa243c86d838d82215a5e4605989436903c135c31902e84cebf8d88197db18df9193d1fc0cb9e0f567f
File tree
17 files changed
+2171
-4267
lines changed- .github/workflows
- ci
- src
- tests
17 files changed
+2171
-4267
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 35 | + | |
| 36 | + | |
40 | 37 | | |
41 | 38 | | |
42 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
31 | 19 | | |
32 | 20 | | |
33 | | - | |
| 21 | + | |
34 | 22 | | |
35 | 23 | | |
36 | 24 | | |
37 | | - | |
| 25 | + | |
38 | 26 | | |
39 | 27 | | |
40 | 28 | | |
| |||
48 | 36 | | |
49 | 37 | | |
50 | 38 | | |
51 | | - | |
52 | | - | |
| 39 | + | |
| 40 | + | |
53 | 41 | | |
| 42 | + | |
54 | 43 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
62 | 47 | | |
63 | | - | |
| 48 | + | |
64 | 49 | | |
65 | 50 | | |
66 | 51 | | |
67 | | - | |
| 52 | + | |
68 | 53 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
103 | 88 | | |
104 | 89 | | |
105 | 90 | | |
106 | 91 | | |
107 | 92 | | |
108 | 93 | | |
109 | | - | |
| 94 | + | |
110 | 95 | | |
111 | 96 | | |
112 | 97 | | |
| |||
0 commit comments