Commit e51a2b3
committed
Merge rust-bitcoin/rust-miniscript#694: Depend on the new bitcoind-json-rpc group of crates
9cf60c8660cd4ffa07103a007b64c6a3a11a21cb Depend on the new bitcoind-json-rpc group of crates (Tobin C. Harding)
f4752d1a93557e3cb40ff1c72c47dd57a1d1d28a CI: Add fuzz to CRATES (Tobin C. Harding)
de2370ba3ff2423da318db092ff88219e2dfd612 Reduce coding convention attributes (Tobin C. Harding)
61a028a8bb1f89b82e811be51b9663e324089c42 CI: Fix workflow docs (Tobin C. Harding)
Pull request description:
There is an effort to improve the state of affairs in regards to integration testing extensively against multiple versions of Bitcoin Core. As part of this do:
- Depend on the new `rust-bitcoind-json-rpc` crates
- Run the integration tests against most versions of Core since 0.17.1
(Note the latest supported version is currently 26.0)
ref: https://crates.io/search?q=bitcoind-json-rpc
ACKs for top commit:
apoelstra:
ACK 9cf60c8660cd4ffa07103a007b64c6a3a11a21cb successfully ran local tests
Tree-SHA512: 296c978703addfa7e14541a78d4a302b23a48e6cefaf95a854f1a08d4598f68846c73775f1cfdc2a2788bcda1fe03ca73a686efbc88ed6fea5769f52569225a4File tree
11 files changed
+134
-549
lines changed- .github/workflows
- bitcoind-tests
- tests
- setup
- contrib
- src
11 files changed
+134
-549
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
186 | | - | |
| 185 | + | |
| 186 | + | |
187 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
188 | 211 | | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
199 | 218 | | |
200 | 219 | | |
201 | 220 | | |
| |||
0 commit comments