|
13 | 13 | * We are using it in the -nuparams startup arg and input it with spaces is just ugly. |
14 | 14 | */ |
15 | 15 | const struct NUInfo NetworkUpgradeInfo[Consensus::MAX_NETWORK_UPGRADES] = { |
16 | | - { |
17 | | - /*.strName =*/ "Base", |
18 | | - /*.strInfo =*/ "PIVX network", |
19 | | - }, |
20 | | - { |
21 | | - /*.strName =*/ "PoS", |
22 | | - /*.strInfo =*/ "Proof of Stake Consensus activation", |
23 | | - }, |
24 | | - { |
25 | | - /*.strName =*/ "PoS_v2", |
26 | | - /*.strInfo =*/ "New selection for stake modifier", |
27 | | - }, |
28 | | - { |
29 | | - /*.strName =*/ "Zerocoin", |
30 | | - /*.strInfo =*/ "ZeroCoin protocol activation - start block v4", |
31 | | - }, |
32 | | - { |
33 | | - /*.strName =*/ "Zerocoin_v2", |
34 | | - /*.strInfo =*/ "New zerocoin serials and zPOS start", |
35 | | - }, |
36 | | - { |
37 | | - /*.strName =*/ "BIP65", |
38 | | - /*.strInfo =*/ "CLTV (BIP65) activation - start block v5", |
39 | | - }, |
40 | | - { |
41 | | - /*.strName =*/ "Zerocoin_Public", |
42 | | - /*.strInfo =*/ "Activation of zerocoin public spends (spend v3)", |
43 | | - }, |
44 | | - { |
45 | | - /*.strName =*/ "PIVX_v3.4", |
46 | | - /*.strInfo =*/ "New 256-bit stake modifier - start block v6", |
47 | | - }, |
48 | | - { |
49 | | - /*.strName =*/ "PIVX_v4.0", |
50 | | - /*.strInfo =*/ "New message sigs - start block v7 - time protocol - zc spend v4", |
51 | | - }, |
52 | | - { |
53 | | - /*.strName =*/ "v5_shield", |
54 | | - /*.strInfo =*/ "Sapling Shield - start block v8 - start transaction v3", |
55 | | - }, |
56 | | - { |
57 | | - /*.strName =*/ "PIVX_v5.2", |
58 | | - /*.strInfo =*/ "New cold-staking rules", |
59 | | - }, |
60 | | - { |
61 | | - /*.strName =*/ "PIVX_v5.3", |
62 | | - /*.strInfo =*/ "New staking rules", |
63 | | - }, |
64 | | - { |
65 | | - /*.strName =*/ "PIVX_v5.5", |
66 | | - /*.strInfo =*/ "New rewards structure", |
67 | | - }, |
68 | | - { |
69 | | - /*.strName =*/ "v6_evo", |
70 | | - /*.strInfo =*/ "Deterministic Masternodes", |
71 | | - }, |
72 | | - { |
73 | | - /*.strName =*/ "Test_dummy", |
74 | | - /*.strInfo =*/ "Test dummy info", |
75 | | - }, |
| 16 | + { |
| 17 | + /*.strName =*/"Base", |
| 18 | + /*.strInfo =*/"PIVX network", |
| 19 | + }, |
| 20 | + { |
| 21 | + /*.strName =*/"PoS", |
| 22 | + /*.strInfo =*/"Proof of Stake Consensus activation", |
| 23 | + }, |
| 24 | + { |
| 25 | + /*.strName =*/"PoS_v2", |
| 26 | + /*.strInfo =*/"New selection for stake modifier", |
| 27 | + }, |
| 28 | + { |
| 29 | + /*.strName =*/"Zerocoin", |
| 30 | + /*.strInfo =*/"ZeroCoin protocol activation - start block v4", |
| 31 | + }, |
| 32 | + { |
| 33 | + /*.strName =*/"Zerocoin_v2", |
| 34 | + /*.strInfo =*/"New zerocoin serials and zPOS start", |
| 35 | + }, |
| 36 | + { |
| 37 | + /*.strName =*/"BIP65", |
| 38 | + /*.strInfo =*/"CLTV (BIP65) activation - start block v5", |
| 39 | + }, |
| 40 | + { |
| 41 | + /*.strName =*/"Zerocoin_Public", |
| 42 | + /*.strInfo =*/"Activation of zerocoin public spends (spend v3)", |
| 43 | + }, |
| 44 | + { |
| 45 | + /*.strName =*/"PIVX_v3.4", |
| 46 | + /*.strInfo =*/"New 256-bit stake modifier - start block v6", |
| 47 | + }, |
| 48 | + { |
| 49 | + /*.strName =*/"PIVX_v4.0", |
| 50 | + /*.strInfo =*/"New message sigs - start block v7 - time protocol - zc spend v4", |
| 51 | + }, |
| 52 | + { |
| 53 | + /*.strName =*/"v5_shield", |
| 54 | + /*.strInfo =*/"Sapling Shield - start block v8 - start transaction v3", |
| 55 | + }, |
| 56 | + { |
| 57 | + /*.strName =*/"PIVX_v5.2", |
| 58 | + /*.strInfo =*/"New cold-staking rules", |
| 59 | + }, |
| 60 | + { |
| 61 | + /*.strName =*/"PIVX_v5.3", |
| 62 | + /*.strInfo =*/"New staking rules", |
| 63 | + }, |
| 64 | + { |
| 65 | + /*.strName =*/"PIVX_v5.5", |
| 66 | + /*.strInfo =*/"New rewards structure", |
| 67 | + }, |
| 68 | + { |
| 69 | + /*.strName =*/"v6_evo", |
| 70 | + /*.strInfo =*/"Deterministic Masternodes", |
| 71 | + }, |
| 72 | + { |
| 73 | + /*.strName =*/"shield_staking", |
| 74 | + /*.strInfo =*/"Shield Staking", |
| 75 | + }, |
| 76 | + { |
| 77 | + /*.strName =*/"Test_dummy", |
| 78 | + /*.strInfo =*/"Test dummy info", |
| 79 | + }, |
76 | 80 | }; |
77 | 81 |
|
78 | 82 | UpgradeState NetworkUpgradeState( |
|
0 commit comments