mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
Mumbai: add Napoli block (#9346)
Cherry pick PR #9345 --------- Co-authored-by: Arpit Temani <temaniarpit27@gmail.com>
This commit is contained in:
parent
ffb6b83c09
commit
705814b1ab
@ -158,7 +158,8 @@ func TestCreation(t *testing.T) {
|
||||
{2722000, 0, ID{Hash: checksumToBytes(0x8647df30), Next: 13996000}}, // First Istanbul block
|
||||
{13996000, 0, ID{Hash: checksumToBytes(0x06cc1179), Next: 22640000}}, // First Berlin block
|
||||
{22640000, 0, ID{Hash: checksumToBytes(0x9adf950e), Next: 41874000}}, // First London block
|
||||
{41874000, 0, ID{Hash: checksumToBytes(0x0c015a91), Next: 0}}, // First Agra block
|
||||
{41874000, 0, ID{Hash: checksumToBytes(0x0c015a91), Next: 45648608}}, // First Agra block
|
||||
{45648608, 0, ID{Hash: checksumToBytes(0x0f2316c1), Next: 0}}, // First Napoli block
|
||||
},
|
||||
},
|
||||
// Amoy test cases
|
||||
|
@ -58,6 +58,7 @@
|
||||
"jaipurBlock": 22770000,
|
||||
"delhiBlock": 29638656,
|
||||
"indoreBlock": 37075456,
|
||||
"agraBlock": 41874000
|
||||
"agraBlock": 41874000,
|
||||
"napoliBlock": 45648608
|
||||
}
|
||||
}
|
||||
|
@ -33,7 +33,7 @@ var (
|
||||
const (
|
||||
VersionMajor = 2 // Major version component of the current release
|
||||
VersionMinor = 57 // Minor version component of the current release
|
||||
VersionMicro = 2 // Patch version component of the current release
|
||||
VersionMicro = 3 // Patch version component of the current release
|
||||
VersionModifier = "" // Modifier component of the current release
|
||||
VersionKeyCreated = "ErigonVersionCreated"
|
||||
VersionKeyFinished = "ErigonVersionFinished"
|
||||
|
Loading…
Reference in New Issue
Block a user