core/forkid: add some more test items for mainnet istanbul

This commit is contained in:
Péter Szilágyi 2019-10-31 10:42:30 +02:00
parent be7691612f
commit cf5a920079
No known key found for this signature in database
GPG key ID: E9AE538CEDF8293D

View file

@ -56,7 +56,9 @@ func TestCreation(t *testing.T) {
{4370000, ID{Hash: checksumToBytes(0xa00bc324), Next: 7280000}}, // First Byzantium block
{7279999, ID{Hash: checksumToBytes(0xa00bc324), Next: 7280000}}, // Last Byzantium block
{7280000, ID{Hash: checksumToBytes(0x668db0af), Next: 9069000}}, // First and last Constantinople, first Petersburg block
{9069001, ID{Hash: checksumToBytes(0x879d6e30), Next: 0}}, // Today Istanbul block
{9068999, ID{Hash: checksumToBytes(0x668db0af), Next: 9069000}}, // Last Petersburg block
{9069000, ID{Hash: checksumToBytes(0x879d6e30), Next: 0}}, // Today Istanbul block
{10000000, ID{Hash: checksumToBytes(0x879d6e30), Next: 0}}, // Future Istanbul block
},
},
// Ropsten test cases