Skip to content

Commit 308955c

Browse files
authored
Rutanio BIP9 activation window update, and checkpoints updated too (#363)
* Rutanio Checkpoints updated * Rutanio BIP9 activation windows updated
1 parent 92f796d commit 308955c

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

src/Networks/Blockcore.Networks.Rutanio/Networks/RutanioMain.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ public RutanioMain()
9494

9595
var bip9Deployments = new RutanioBIP9Deployments
9696
{
97-
[RutanioBIP9Deployments.ColdStaking] = new BIP9DeploymentsParameters("ColdStaking", 27, new DateTime(2020, 6, 1, 0, 0, 0, DateTimeKind.Utc), new DateTime(2021, 6, 1, 0, 0, 0, DateTimeKind.Utc), BIP9DeploymentsParameters.DefaultMainnetThreshold),
98-
[RutanioBIP9Deployments.CSV] = new BIP9DeploymentsParameters("CSV", 0, new DateTime(2020, 6, 1, 0, 0, 0, DateTimeKind.Utc), new DateTime(2021, 6, 1, 0, 0, 0, DateTimeKind.Utc), BIP9DeploymentsParameters.DefaultMainnetThreshold),
99-
[RutanioBIP9Deployments.Segwit] = new BIP9DeploymentsParameters("Segwit", 1, new DateTime(2020, 6, 1, 0, 0, 0, DateTimeKind.Utc), new DateTime(2021, 6, 1, 0, 0, 0, DateTimeKind.Utc), BIP9DeploymentsParameters.DefaultMainnetThreshold)
97+
[RutanioBIP9Deployments.ColdStaking] = new BIP9DeploymentsParameters("ColdStaking", 27, new DateTime(2021, 8, 1, 0, 0, 0, DateTimeKind.Utc), new DateTime(2021, 12, 1, 0, 0, 0, DateTimeKind.Utc), BIP9DeploymentsParameters.DefaultMainnetThreshold),
98+
[RutanioBIP9Deployments.CSV] = new BIP9DeploymentsParameters("CSV", 0, new DateTime(2021, 8, 1, 0, 0, 0, DateTimeKind.Utc), new DateTime(2021, 12, 1, 0, 0, 0, DateTimeKind.Utc), BIP9DeploymentsParameters.DefaultMainnetThreshold),
99+
[RutanioBIP9Deployments.Segwit] = new BIP9DeploymentsParameters("Segwit", 1, new DateTime(2021, 8, 1, 0, 0, 0, DateTimeKind.Utc), new DateTime(2021, 12, 1, 0, 0, 0, DateTimeKind.Utc), BIP9DeploymentsParameters.DefaultMainnetThreshold)
100100
};
101101

102102
consensusFactory.Protocol = new ConsensusProtocol()

src/Networks/Blockcore.Networks.Rutanio/RutanioSetup.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ internal class RutanioSetup
7575
{ 475000, new CheckpointInfo(new uint256("0x502700a3ab205f8e7120dcfad7d982dc30b3067f529e712032c724d8a21d7482"), new uint256("0x6bff1fd82fd6c13799c614f44b8f785e7ba976d1ff082a165309bac6e72dfd43")) },
7676
{ 500000, new CheckpointInfo(new uint256("0xc128acd15b2a6d2d17a30ef251677fd7580bb78e5954f589ff438c607995d44b"), new uint256("0x7513e311fe01cf69da8d77ffd5f31b38ec899cb2c49ae320bf5e2ac1e3b88f71")) },
7777
{ 700000, new CheckpointInfo(new uint256("0x30b6030252cb34146a1e9f86bde5724200442b249f7f2460364c9864f9a7fc06"), new uint256("0xa6f63b8a4de53fe866f279caa0657a99d51f59fcf6f20525892550347e638e03")) },
78-
{ 951000, new CheckpointInfo(new uint256("0x4a67de08b5e15d170832a0bc37e880d32adca39844be41a5d2767d019a98894e"), new uint256("0x79eaf1dae3e97a9c3a4e8e830918c95dfbf742f5c29f2552b219465b7ce0dd42")) }
78+
{ 951000, new CheckpointInfo(new uint256("0x4a67de08b5e15d170832a0bc37e880d32adca39844be41a5d2767d019a98894e"), new uint256("0x79eaf1dae3e97a9c3a4e8e830918c95dfbf742f5c29f2552b219465b7ce0dd42")) },
79+
{ 1030300, new CheckpointInfo(new uint256("0x439a78be0c10f121ce2751827e472f6b52da99ad64c33065c54e3fb3595ea669"), new uint256("0x604b739272eea4a97c81467acb1e0d4a99831c0e7123bfc66937f0e3056f20bd")) },
80+
{ 1089000, new CheckpointInfo(new uint256("0xa0cdd6c7a639d58d83a4e0d86aabd293ad13a5c90a98f7f077028755876d4b1d"), new uint256("0x9241a6b2faea0b626a899e71549996e828bb6266f7cae8ffde800ee47f980656")) }
7981
}
8082
};
8183

0 commit comments

Comments
 (0)