Commit c353016
committed
Merge #6916: backport: bitcoin#23703, bitcoin#24860, bitcoin#25642, bitcoin#25650, bitcoin#25760, bitcoin#25829, bitcoin#25869, bitcoin#26589
2ff28c6 Merge bitcoin#26589: test: small fixups/improvements for get_previous_releases.py (MarcoFalke)
5db1752 Merge bitcoin#25782: test: check that `verifymessage` RPC fails for non-P2PKH addresses (Andrew Chow)
b838b60 Merge bitcoin#25869: wallet: remove UNKNOWN type from OUTPUT_TYPES array (Andrew Chow)
f093843 Merge bitcoin#25642: Don't wrap around when deriving an extended key at a too large depth (Andrew Chow)
4d0373f Merge bitcoin#25760: rest: clean-up for `mempool` endpoints (MacroFake)
46a187a Merge bitcoin#25650: script: default to necessary tags in `test/get_previous_releases.py` (MacroFake)
e378eeb Merge bitcoin#23703: scripted-diff: Use named args in RPC docs (fanquake)
6531d8f Merge bitcoin#25829: build: include share/rpcauth in release tarball (fanquake)
0beeb91 Merge bitcoin#25709: script: actually trigger the optimization in BuildScript (MacroFake)
7601680 Merge bitcoin#24860: Miniscript integration follow-ups (fanquake)
Pull request description:
## What was done?
Regular backports from Bitcoin Core v24
## How Has This Been Tested?
1. Run unit & functional tests.
2. Run `test/get_previous_releases.py -b` - it works
## Breaking Changes
N/A
## Checklist:
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have added or updated relevant unit/integration/functional/e2e tests
- [ ] I have made corresponding changes to the documentation
- [x] I have assigned this pull request to a milestone
ACKs for top commit:
UdjinM6:
utACK 2ff28c6
Tree-SHA512: 0503b053823f3c0b5c52caa21b1419d36037f31e6e3bde0bec27b432f50e0d8ed7d16195f891fd814cc5da0b5b23cf1b694b28ba0c4503f317b09d89e5c9f881File tree
27 files changed
+664
-456
lines changed- ci
- dash
- test
- contrib/guix/libexec
- src
- rpc
- script
- test
- fuzz
- wallet
- test
- functional
27 files changed
+664
-456
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| 360 | + | |
| 361 | + | |
360 | 362 | | |
361 | 363 | | |
362 | 364 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
| |||
127 | 130 | | |
128 | 131 | | |
129 | 132 | | |
| 133 | + | |
| 134 | + | |
130 | 135 | | |
131 | 136 | | |
132 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| 344 | + | |
344 | 345 | | |
345 | 346 | | |
346 | 347 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments