Commit 65366a4
committed
Merge dashpay#7099: refactor(rpc): migrate composite RPCs to client conversion table, drop
2d5817e doc: add release notes (Kittywhiskers Van Gogh)
11bf976 refactor: add composite RPC bools to conversion table, deprecate old fn (Kittywhiskers Van Gogh)
53a66ca refactor: drop unused `ParseInt{32,64}V()`, unresolvable `ParseDoubleV()` (Kittywhiskers Van Gogh)
ac537fc fix: adapt `ParseBlockIndex` to work with stringy integers, update docs (Kittywhiskers Van Gogh)
e2ee1f7 refactor: drop array parsing logic in `quorum rotationinfo` (Kittywhiskers Van Gogh)
635ecd9 refactor: remove `ParseInt{32,64}V()` usage in Dash-specific code (Kittywhiskers Van Gogh)
fd6ccaf fix: don't string quote numerical arguments (Kittywhiskers Van Gogh)
Pull request description:
## Additional Information
* Dependent on dashpay#7098
## Breaking Changes
See release notes.
## Checklist
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas **(note: N/A)**
- [x] I have added or updated relevant unit/integration/functional/e2e tests
- [x] I have made corresponding changes to the documentation
- [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_
ACKs for top commit:
PastaPastaPasta:
utACK 2d5817e
UdjinM6:
The issue with a swallowed exception exists on develop actually, can be fixed in a follow-up PR.
utACK 2d5817e
Tree-SHA512: 2432af51fca2e2ac5b1272d244c96588a9122a82428bdb1a6a9c926eecfa3292f0767749b6d1c67632cc9b8ba7942c266cdc5e0a9ddd06a27b167fe0df28808aParseInt{32,64}V(), lay foundation to drop ParseBoolV()
File tree
12 files changed
+181
-123
lines changed- doc
- src
- rpc
- test
- test/functional
12 files changed
+181
-123
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
259 | 277 | | |
| 278 | + | |
| 279 | + | |
260 | 280 | | |
| 281 | + | |
| 282 | + | |
261 | 283 | | |
262 | 284 | | |
263 | 285 | | |
| 286 | + | |
264 | 287 | | |
| 288 | + | |
265 | 289 | | |
| 290 | + | |
266 | 291 | | |
267 | 292 | | |
268 | 293 | | |
| 294 | + | |
| 295 | + | |
269 | 296 | | |
| 297 | + | |
270 | 298 | | |
| 299 | + | |
271 | 300 | | |
272 | 301 | | |
273 | 302 | | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
274 | 307 | | |
| 308 | + | |
275 | 309 | | |
276 | 310 | | |
277 | 311 | | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
278 | 334 | | |
279 | 335 | | |
280 | 336 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
713 | 713 | | |
714 | 714 | | |
715 | 715 | | |
716 | | - | |
| 716 | + | |
717 | 717 | | |
718 | 718 | | |
719 | 719 | | |
| |||
1277 | 1277 | | |
1278 | 1278 | | |
1279 | 1279 | | |
1280 | | - | |
| 1280 | + | |
1281 | 1281 | | |
1282 | 1282 | | |
1283 | 1283 | | |
| |||
1462 | 1462 | | |
1463 | 1463 | | |
1464 | 1464 | | |
1465 | | - | |
| 1465 | + | |
1466 | 1466 | | |
1467 | 1467 | | |
1468 | 1468 | | |
| |||
1495 | 1495 | | |
1496 | 1496 | | |
1497 | 1497 | | |
1498 | | - | |
| 1498 | + | |
1499 | 1499 | | |
1500 | 1500 | | |
1501 | 1501 | | |
| |||
1587 | 1587 | | |
1588 | 1588 | | |
1589 | 1589 | | |
1590 | | - | |
1591 | | - | |
| 1590 | + | |
| 1591 | + | |
| 1592 | + | |
| 1593 | + | |
| 1594 | + | |
| 1595 | + | |
| 1596 | + | |
1592 | 1597 | | |
| 1598 | + | |
1593 | 1599 | | |
1594 | 1600 | | |
1595 | 1601 | | |
1596 | 1602 | | |
| 1603 | + | |
| 1604 | + | |
| 1605 | + | |
| 1606 | + | |
| 1607 | + | |
| 1608 | + | |
| 1609 | + | |
| 1610 | + | |
| 1611 | + | |
| 1612 | + | |
| 1613 | + | |
| 1614 | + | |
| 1615 | + | |
| 1616 | + | |
| 1617 | + | |
| 1618 | + | |
| 1619 | + | |
1597 | 1620 | | |
1598 | 1621 | | |
1599 | 1622 | | |
1600 | 1623 | | |
1601 | 1624 | | |
1602 | | - | |
1603 | | - | |
| 1625 | + | |
| 1626 | + | |
1604 | 1627 | | |
1605 | 1628 | | |
1606 | 1629 | | |
| |||
1635 | 1658 | | |
1636 | 1659 | | |
1637 | 1660 | | |
1638 | | - | |
1639 | | - | |
1640 | | - | |
1641 | | - | |
1642 | | - | |
1643 | | - | |
1644 | | - | |
1645 | | - | |
1646 | | - | |
1647 | | - | |
1648 | | - | |
1649 | | - | |
1650 | | - | |
1651 | | - | |
1652 | | - | |
1653 | | - | |
1654 | | - | |
1655 | | - | |
1656 | 1661 | | |
1657 | 1662 | | |
1658 | 1663 | | |
1659 | 1664 | | |
1660 | 1665 | | |
1661 | | - | |
1662 | | - | |
| 1666 | + | |
| 1667 | + | |
1663 | 1668 | | |
1664 | 1669 | | |
1665 | 1670 | | |
| |||
1834 | 1839 | | |
1835 | 1840 | | |
1836 | 1841 | | |
1837 | | - | |
1838 | | - | |
| 1842 | + | |
| 1843 | + | |
1839 | 1844 | | |
1840 | 1845 | | |
1841 | 1846 | | |
| |||
1872 | 1877 | | |
1873 | 1878 | | |
1874 | 1879 | | |
1875 | | - | |
1876 | | - | |
| 1880 | + | |
| 1881 | + | |
1877 | 1882 | | |
1878 | 1883 | | |
1879 | 1884 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
180 | | - | |
| 179 | + | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | | - | |
365 | | - | |
| 364 | + | |
| 365 | + | |
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
| 381 | + | |
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
| |||
0 commit comments