Skip to content

Merge MIP 4, 5 and 6 into develop branch #56

Merge MIP 4, 5 and 6 into develop branch

Merge MIP 4, 5 and 6 into develop branch #56

Triggered via pull request June 30, 2023 23:07
@squidicuzzsquidicuzz
synchronize #197
mip4-6
Status Success
Total duration 1m 20s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

cpp-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 10 warnings, and 10 notices
/src/chainparams.cpp:6:10 [clang-diagnostic-error]: src/chainparams.cpp#L6
'chainparams.h' file not found with <angled> include; use "quotes" instead
/src/chainparams.h:9:10 [clang-diagnostic-error]: src/chainparams.h#L9
'chainparamsbase.h' file not found with <angled> include; use "quotes" instead
/src/chainparams.h:10:10 [clang-diagnostic-error]: src/chainparams.h#L10
'consensus/params.h' file not found with <angled> include; use "quotes" instead
/src/fs.h:14:10 [clang-diagnostic-error]: src/fs.h#L14
'boost/filesystem.hpp' file not found
/src/logging.cpp:6:10 [clang-diagnostic-error]: src/logging.cpp#L6
'logging.h' file not found with <angled> include; use "quotes" instead
/src/logging.h:9:10 [clang-diagnostic-error]: src/logging.h#L9
'fs.h' file not found with <angled> include; use "quotes" instead
/src/fs.h:9:10 [clang-diagnostic-error]: src/fs.h#L9
'string' file not found
/src/logging.h:9:10 [clang-diagnostic-error]: src/logging.h#L9
'fs.h' file not found with <angled> include; use "quotes" instead
/src/chainparams.cpp:17:10 [modernize-deprecated-headers]: src/chainparams.cpp#L17
inclusion of deprecated C++ header 'assert.h'; consider using 'cassert' instead
/src/chainparams.cpp:28:15 [modernize-use-trailing-return-type]: src/chainparams.cpp#L28
use a trailing return type for this function
/src/chainparams.cpp:28:211 [performance-unnecessary-value-param]: src/chainparams.cpp#L28
the const qualified parameter 'network' is copied for each invocation; consider making it a reference
/src/chainparams.cpp:46:5 [bugprone-branch-clone]: src/chainparams.cpp#L46
if with identical then and else branches
/src/chainparams.cpp:66:15 [modernize-use-trailing-return-type]: src/chainparams.cpp#L66
use a trailing return type for this function
/src/chainparams.cpp:66:149 [performance-unnecessary-value-param]: src/chainparams.cpp#L66
the const qualified parameter 'network' is copied for each invocation; consider making it a reference
/src/chainparams.cpp:69:19 [cppcoreguidelines-init-variables]: src/chainparams.cpp#L69
variable 'genesisOutputScript' is not initialized
/src/chainparams.cpp:151:30 [cppcoreguidelines-avoid-magic-numbers: src/chainparams.cpp#L151
0x9d is a magic number; consider replacing it with a named constant
/src/chainparams.cpp:152:30 [cppcoreguidelines-avoid-magic-numbers: src/chainparams.cpp#L152
0xd4 is a magic number; consider replacing it with a named constant
Run clang-format on src/chainparams.cpp: src/chainparams.cpp#L1
File src/chainparams.cpp does not conform to Custom style guidelines. (lines 51, 111, 112, 121, 122, 123, 125, 126, 127, 129, 130, 131, 133, 134, 135, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 267, 278, 279, 280, 286, 287, 288, 290, 291, 292, 374, 376, 377, 378, 379, 401, 414, 420, 421, 422, 424, 425, 426, 551, 552, 554)
Run clang-format on src/logging.cpp: src/logging.cpp#L1
File src/logging.cpp does not conform to Custom style guidelines. (lines 12, 13, 16, 38, 60, 79, 84, 142, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 234, 237, 250, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 270, 283, 293, 303, 311, 312, 313, 340, 344, 357, 362)
Run clang-format on src/logging.h: src/logging.h#L1
File src/logging.h does not conform to Custom style guidelines. (lines 20, 23, 24, 25, 29, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 65, 66, 67, 68, 69, 70, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 89, 90, 92, 93, 95, 97, 98, 99, 101, 102, 103, 104, 106, 107, 108, 110, 111, 113, 114, 115, 116, 117, 118, 120, 121, 122, 123, 125, 127, 129, 130, 131, 132, 134, 136)
Run clang-format on src/miner.cpp: src/miner.cpp#L1
File src/miner.cpp does not conform to Custom style guidelines. (lines 8, 42, 49, 58, 61, 104, 105, 106, 107, 113, 114, 115, 116, 133, 142, 144, 158, 161, 166, 169, 170, 194, 198, 199, 209, 216, 225, 234, 236, 245, 261, 276, 277, 296, 303, 305, 320, 325, 326, 345, 349, 350, 360, 376, 395, 398, 399, 412, 416, 448, 452, 456, 468, 476, 478, 484, 487, 491, 499, 508, 515, 520, 529, 544, 545, 546, 547, 554, 579, 608, 609, 620, 625, 663, 666, 670, 676, 677, 695, 696, 731, 733, 758, 779, 781, 786, 804, 847, 879, 880, 881, 885, 889, 892, 893, 907, 923, 929, 953, 973, 988, 994, 1002, 1006, 1008, 1014, 1022, 1035, 1042, 1049, 1051, 1053, 1056, 1073, 1074, 1089, 1103, 1107, 1113, 1115, 1131, 1133, 1140)
Run clang-format on src/net_processing.cpp: src/net_processing.cpp#L1
File src/net_processing.cpp does not conform to Custom style guidelines. (lines 8, 40, 50, 83, 113, 131, 132, 133, 140, 141, 161, 162, 163, 165, 166, 167, 168, 169, 170, 171, 172, 174, 175, 177, 178, 180, 181, 183, 184, 186, 187, 189, 190, 191, 192, 193, 195, 196, 197, 198, 199, 200, 201, 202, 203, 205, 207, 221, 222, 229, 231, 239, 254, 259, 271, 285, 300, 325, 329, 331, 385, 466, 467, 468, 491, 503, 510, 511, 517, 519, 520, 523, 524, 530, 532, 534, 537, 539, 556, 570, 582, 583, 585, 607, 608, 612, 623, 641, 642, 657, 658, 697, 703, 717, 726, 731, 748, 772, 875, 876, 898, 904, 909, 917, 921, 924, 956, 958, 1001, 1016, 1026, 1056, 1059, 1080, 1094, 1112, 1119, 1121, 1124, 1150, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1182, 1183, 1184, 1185, 1189, 1190, 1191, 1192, 1193, 1196, 1197, 1198, 1199, 1225, 1247, 1248, 1252, 1253, 1270, 1313, 1314, 1342, 1345, 1346, 1348, 1360, 1368, 1394, 1405, 1433, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1449, 1450, 1451, 1452, 1453, 1455, 1456, 1457, 1458, 1471, 1485, 1488, 1494, 1495, 1496, 1497, 1498, 1532, 1561, 1570, 1571, 1581, 1607, 1630, 1632, 1633, 1655, 1690, 1716, 1749, 1757, 1773, 1784, 1787, 1800, 1801, 1802, 1803, 1843, 1873, 1876, 1877, 1889, 1890, 1895, 1903, 1907, 2021, 2028, 2029, 2030, 2042, 2046, 2052, 2069, 2094, 2098, 2102, 2113, 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2131, 2136, 2144, 2149, 2157, 2167, 2175, 2185, 2193, 2203, 2209, 2211, 2221, 2242, 2249, 2283, 2290, 2291, 2295, 2298, 2302, 2314, 2326, 2327, 2328, 2359, 2367, 2368, 2369, 2414, 2425, 2441, 2490, 2510, 2533, 2534, 2552, 2610, 2612, 2620, 2626, 2704, 2706, 2718, 2719, 2731, 2758, 2806, 2807, 2834, 2891, 2897, 2905, 2918, 2919, 2921, 2922, 2923, 2924, 2925, 2926, 2928, 2929, 2933, 2958, 2959, 2960, 2961, 2962, 2964, 2966, 2967, 2968, 2969, 2970, 2972, 2973, 2975, 2976, 2979, 2980, 2981, 2982, 2983, 2984, 2985, 2986, 2987, 2988, 2990, 2991, 2992, 2994, 2995, 2996, 2997, 2998, 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007, 3008, 3009, 3010, 3011, 3012, 3013, 3014, 3016, 3017, 3018, 3019, 3020, 3021, 3022, 3023, 3024, 3025, 3026, 3027, 3028, 3030, 3031, 3032, 3033, 3034, 3035, 3036, 3037, 3038, 3039, 3040, 3041, 3042, 3043, 3044, 3045, 3046, 3047, 3048, 3049, 3050, 3051, 3052, 3053, 3054, 3055, 3056, 3057, 3058, 3059, 3060, 3061, 3062, 3063, 3064, 3065, 3066, 3067, 3068, 3069, 3070, 3071, 3072, 3073, 3074, 3126, 3142, 3143, 3207, 3233, 3294, 3303, 3305, 3313, 3315, 3331, 3411, 3416, 3417, 3479, 3483, 3509, 3602, 3615, 3617, 3618, 3619, 3620, 3626, 3649, 3653, 3719, 3731, 3739, 3761, 3787, 3789, 3801, 3848, 3864, 3866, 3871, 3894, 3896, 3924, 3925, 3927, 3928, 3935, 3981, 4009, 4010, 4011, 4014, 4027, 4168, 4210, 4221, 4263, 4288, 4390, 4405, 4406, 4420, 4437, 4452, 4465, 4470, 4480, 4489, 4496, 4526, 4531, 4536, 4564, 4569, 4571, 4573, 4576, 4579, 4582, 4589, 4591, 4593, 4594, 4595, 4596, 4597, 4598, 4604, 4614, 4616, 4618, 4624, 4625, 4627, 4629, 4630, 4639, 4645, 4647, 4648, 4650, 4651, 4660, 4662, 4678)
Run clang-format on src/qtum/qtumDGP.cpp: src/qtum/qtumDGP.cpp#L1
File src/qtum/qtumDGP.cpp does not conform to Custom style guidelines. (lines 1, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 28, 32, 120, 123, 124, 127, 136, 140, 146, 148, 149, 158, 162, 168, 172, 178, 182, 188, 210, 214, 220, 224, 230, 255, 260, 274, 279, 297, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 380, 390, 394, 398, 402, 406, 409, 410, 420, 424, 428, 433, 435, 437, 448, 449, 450, 456, 460, 462, 464, 473, 475, 486, 488, 489, 495, 497, 502, 503, 508, 510, 515, 516, 522, 524, 525, 530, 532, 533, 542, 544, 545, 554, 556, 558, 567, 573, 575, 576, 582, 584, 585, 594, 598, 604, 607, 608, 645)
Run clang-format on src/qtum/qtumDGP.h: src/qtum/qtumDGP.h#L1
File src/qtum/qtumDGP.h does not conform to Custom style guidelines. (lines 4, 68, 75, 82, 84, 86, 88, 115, 137, 143, 145)
Run clang-format on src/rpc/blockchain.cpp: src/rpc/blockchain.cpp#L1
File src/rpc/blockchain.cpp does not conform to Custom style guidelines. (lines 8, 65, 70, 91, 93, 118, 123, 125, 127, 130, 140, 164, 205, 207, 209, 217, 242, 244, 246, 250, 252, 257, 275, 311, 319, 325, 329, 345, 348, 349, 352, 353, 355, 362, 363, 364, 365, 366, 368, 369, 370, 371, 372, 373, 374, 381, 382, 383, 384, 386, 387, 388, 389, 390, 391, 392, 398, 400, 409, 410, 411, 412, 413, 414, 415, 420, 421, 422, 423, 424, 425, 426, 435, 436, 438, 448, 449, 450, 451, 452, 453, 454, 455, 460, 461, 462, 463, 464, 465, 466, 477, 478, 480, 491, 492, 493, 494, 495, 496, 497, 498, 499, 504, 505, 506, 507, 508, 509, 510, 521, 522, 524, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 550, 551, 552, 553, 554, 556, 557, 558, 559, 560, 561, 562, 566, 567, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 630, 637, 693, 694, 695, 696, 697, 698, 699, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 782, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 849, 860, 861, 862, 863, 864, 865, 867, 868, 869, 870, 871, 872, 873, 874, 875, 886, 893, 894, 895, 896, 897, 898, 900, 901, 902, 903, 904, 905, 906, 919, 920, 921, 922, 923, 924, 931, 932, 933, 934, 935, 936, 937, 942, 946, 957, 969, 1001, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1046, 1050, 1052, 1055, 1058, 1067, 1079, 1081, 1092, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1158, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1256, 1262, 1283, 1337, 1340, 1341, 1342, 1343, 1353, 1357, 1359, 1363, 1368, 1371, 1372, 1373, 1375, 1378, 1379, 1400, 1412, 1425, 1430, 1444, 1445, 1458, 1463, 1471, 1484, 1508, 1516, 1529, 1552, 1558, 1589, 1601, 1612, 1622, 1624, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1657, 1658, 1663, 1680, 1729, 1731, 1736, 1740, 1780, 1786, 1795, 1808, 1816, 1822, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1869, 1892, 1894, 1895, 1897, 1904, 1905, 1917, 1947, 1948, 1949, 1950, 1951, 1952, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1985, 1991, 2000, 2067, 2083, 2084, 2085, 2086, 2087, 2088, 2089, 2094, 2095, 2096, 2097, 2098, 2099, 2100, 2102, 2104, 2105, 2106, 2107, 2108, 2109, 2111, 2112, 2113, 2114, 2115, 2116, 2118, 2120, 2121, 2123, 2124, 2126, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2168, 2175, 2176, 2177, 2178, 2179, 2180, 2182, 2183, 2184, 2185, 2186, 2187, 2188, 2210, 2211, 2231, 2232, 2233, 2234, 2235, 2246, 2247, 2248, 2249, 2250, 2251, 2252, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283, 2288, 2289, 2290, 2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2299, 2300, 2301, 2303, 2305, 2307, 2308, 2309, 2310, 2358, 2359, 2360, 2361, 2362, 2363, 2364, 2366, 2367, 2368, 2369, 2370, 2371, 2372, 2385, 2403, 2414, 2415, 2416, 2417, 2418, 2420, 2431, 2455, 2456, 2457, 2458, 2497, 2498, 2499, 2500, 2501, 2502, 2503, 2509, 2510, 2511, 2512, 2513, 2514, 2515, 2516, 2517, 2518, 2519, 2520, 2528, 2532, 2534, 2552, 2559, 2566, 2574, 2575, 2576, 2577, 2578, 2599, 2600, 2601, 2602, 2603, 2604, 2605, 2620, 2628, 2640, 2687, 2695, 2696, 2697, 2698, 2706, 2707, 2708, 2709, 2710, 2711, 2712, 2713, 2714, 2720, 2721, 2722, 2723, 2724, 2725, 2726, 2727, 2728, 2729, 2730, 2731, 2732, 2733, 2757, 2758, 2759, 2760, 2761, 2762, 2763,
Run clang-format on src/validation.cpp: src/validation.cpp#L1
File src/validation.cpp does not conform to Custom style guidelines. (lines 8, 54, 70, 74, 77, 86, 89, 109, 113, 118, 135, 167, 168, 170, 171, 172, 176, 177, 179, 180, 182, 184, 218, 219, 223, 248, 249, 296, 335, 402, 428, 429, 467, 468, 469, 470, 471, 477, 531, 574, 632, 636, 651, 653, 744, 747, 749, 757, 762, 770, 773, 777, 781, 787, 789, 791, 793, 797, 801, 804, 808, 812, 816, 819, 837, 838, 845, 850, 858, 859, 915, 925, 927, 928, 930, 931, 932, 947, 968, 970, 971, 972, 973, 977, 998, 999, 1000, 1001, 1005, 1016, 1022, 1023, 1032, 1034, 1035, 1042, 1044, 1045, 1046, 1047, 1058, 1069, 1072, 1087, 1107, 1118, 1130, 1132, 1133, 1134, 1135, 1152, 1201, 1204, 1205, 1209, 1228, 1230, 1239, 1240, 1307, 1314, 1315, 1318, 1330, 1333, 1377, 1383, 1403, 1424, 1425, 1430, 1436, 1468, 1472, 1480, 1486, 1500, 1519, 1522, 1528, 1529, 1533, 1565, 1579, 1655, 1676, 1678, 1680, 1684, 1686, 1687, 1690, 1691, 1696, 1697, 1710, 1726, 1727, 1728, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1753, 1763, 1768, 1784, 1785, 1789, 1795, 1796, 1811, 1814, 1816, 1817, 1837, 1853, 1861, 1886, 1906, 1974, 2062, 2063, 2069, 2089, 2092, 2097, 2114, 2120, 2126, 2130, 2135, 2155, 2158, 2197, 2220, 2256, 2262, 2281, 2291, 2292, 2332, 2354, 2361, 2363, 2365, 2367, 2371, 2375, 2377, 2383, 2390, 2394, 2402, 2404, 2415, 2416, 2426, 2427, 2430, 2434, 2437, 2438, 2439, 2445, 2452, 2455, 2460, 2464, 2466, 2470, 2474, 2478, 2483, 2487, 2489, 2498, 2503, 2508, 2520, 2532, 2535, 2538, 2539, 2552, 2553, 2554, 2564, 2566, 2579, 2588, 2612, 2621, 2638, 2646, 2649, 2651, 2652, 2653, 2654, 2655, 2656, 2657, 2658, 2659, 2660, 2661, 2662, 2663, 2664, 2665, 2666, 2667, 2671, 2673, 2674, 2675, 2676, 2677, 2678, 2679, 2680, 2681, 2682, 2683, 2684, 2685, 2686, 2687, 2688, 2689, 2690, 2691, 2692, 2693, 2694, 2695, 2696, 2697, 2712, 2719, 2720, 2730, 2732, 2749, 2752, 2757, 2769, 2771, 2772, 2773, 2775, 2781, 2786, 2788, 2789, 2804, 2807, 2814, 2817, 2824, 2829, 2830, 2834, 2838, 2841, 2842, 2849, 2852, 2853, 2854, 2856, 2867, 2869, 2872, 2876, 2877, 2878, 2880, 2885, 2889, 2893, 2899, 2902, 2903, 2904, 2905, 2906, 2907, 2908, 2914, 2916, 2919, 2929, 2933, 2949, 2952, 2960, 2962, 2977, 2979, 2984, 2985, 2987, 2992, 3002, 3003, 3005, 3009, 3015, 3027, 3029, 3030, 3032, 3033, 3034, 3035, 3036, 3037, 3038, 3039, 3040, 3041, 3042, 3046, 3047, 3048, 3049, 3050, 3051, 3052, 3053, 3055, 3056, 3057, 3058, 3059, 3060, 3061, 3062, 3063, 3064, 3068, 3075, 3085, 3087, 3095, 3097, 3098, 3100, 3110, 3117, 3118, 3119, 3121, 3124, 3127, 3136, 3147, 3156, 3157, 3160, 3166, 3169, 3178, 3182, 3186, 3197, 3198, 3204, 3206, 3208, 3209, 3222, 3231, 3241, 3242, 3243, 3244, 3252, 3319, 3343, 3416, 3427, 3444, 3460, 3461, 3462, 3470, 3472, 3473, 3475, 3477, 3481, 3490, 3497, 3510, 3516, 3520, 3525, 3548, 3555, 3558, 3563, 3571, 3579, 3580, 3582, 3590, 3592, 3597, 3600, 3603, 3606, 3608, 3615, 3618, 3627, 3629, 3630, 3633, 3637, 3642, 3644, 3645, 3646, 3647, 3652, 3654, 3656, 3660, 3663, 3667, 3671, 3675, 3677, 3682, 3684, 3690, 3695, 3698, 3699, 3700, 3724, 3732, 3735, 3739, 3742, 3746, 3747, 3751, 3756, 3759, 3765, 3789, 3792, 3794, 3797, 3804, 3810, 3813, 3814, 3815, 3839, 3849, 3853, 3857, 3858, 3865, 3866, 3868, 3871, 3875, 3876, 3885, 3889, 3891, 3893, 3894, 3896, 3904, 3906, 3907, 3909, 3917, 3919, 3928, 3931, 3938, 3942, 3949, 3952, 3954, 3956, 3968, 3970, 3976, 3979, 3983, 3986, 4029, 4032, 4043, 4054, 4055, 4056, 4057, 4058, 4059, 4060, 4061, 4062, 4063, 4064, 4065, 4066, 4067, 4068, 4069, 4070, 4071, 4072, 4073, 4074, 4075, 4076, 4077, 4078, 4079, 4080, 4081, 4082, 4083, 4084, 4085, 4086, 4087, 4088, 4089, 4090, 4091, 4092, 4093, 4094, 4095, 4096, 4097, 4098, 4099, 4100, 4101, 4102, 4103, 4104, 4105, 4106, 4107, 4108, 4109, 4110, 4111, 4112, 4113, 4114, 4115, 4116, 4117, 4118, 4119, 4120, 4121, 4122, 4123, 4124, 4125, 4126, 4127, 4128, 4129, 4130, 4131, 4132, 4133, 4134, 4135, 4136, 4137, 4138, 4139, 4140, 4141, 4142, 4143, 4144, 4145, 4153, 4161, 4191, 4195, 4199, 4203, 4205, 4208, 4209, 4215, 4217, 4221, 4225, 4229, 4252, 4271, 4284, 4285, 4286, 4287, 4288, 4289, 4303, 4305, 4377, 4380, 4384
Run clang-format on src/versionbits.cpp: src/versionbits.cpp#L1
File src/versionbits.cpp does not conform to Custom style guidelines. (lines 5, 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, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 125, 132, 172, 177)