Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions params/config_classic.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,15 @@ var (
EIP1014FBlock: big.NewInt(9573000),
EIP1052FBlock: big.NewInt(9573000),

// Istanbul eq, aka Aztlan
// ECIP-1061
// Istanbul eq, aka Phoenix
// ECIP-1088
EIP152FBlock: big.NewInt(10_500_839),
EIP1108FBlock: big.NewInt(10_500_839),
EIP1344FBlock: big.NewInt(10_500_839),
EIP1884FBlock: nil,
EIP1884FBlock: big.NewInt(10_500_839),
EIP2028FBlock: big.NewInt(10_500_839),
EIP2200FBlock: big.NewInt(10_500_839), // RePetersburg (=~ re-1283)

// ECIP-1078, aka Phoenix Fix
EIP2200DisableFBlock: nil, // big.NewInt(10_500_839)
EIP1283FBlock: nil, // big.NewInt(10_500_839)
EIP1706FBlock: nil, // big.NewInt(10_500_839)
ECIP1080FBlock: nil, // big.NewInt(10_500_839)

DisposalBlock: big.NewInt(5900000),
ECIP1017FBlock: big.NewInt(5000000),
ECIP1017EraRounds: big.NewInt(5000000),
Expand Down
22 changes: 8 additions & 14 deletions params/config_kotti.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,14 @@ var (
EIP1014FBlock: big.NewInt(1705549),
EIP1052FBlock: big.NewInt(1705549),

// Istanbul eq, aka Aztlan
// ECIP-1061
EIP152FBlock: big.NewInt(2058191),
EIP1108FBlock: big.NewInt(2058191),
EIP1344FBlock: big.NewInt(2058191),
EIP1884FBlock: nil,
EIP2028FBlock: big.NewInt(2058191),
EIP2200FBlock: big.NewInt(2058191), // RePetersburg (== re-1283)

// ECIP-1078, aka Phoenix Fix
EIP2200DisableFBlock: big.NewInt(2_208_203),
EIP1283FBlock: big.NewInt(2_208_203),
EIP1706FBlock: big.NewInt(2_208_203),
ECIP1080FBlock: big.NewInt(2_208_203),
// Istanbul eq, aka Phoenix
// ECIP-1088
EIP152FBlock: big.NewInt(2_200_013),
EIP1108FBlock: big.NewInt(2_200_013),
EIP1344FBlock: big.NewInt(2_200_013),
EIP1884FBlock: big.NewInt(2_200_013),
EIP2028FBlock: big.NewInt(2_200_013),
EIP2200FBlock: big.NewInt(2_200_013), // RePetersburg (== re-1283)

ECIP1017FBlock: big.NewInt(5000000),
ECIP1017EraRounds: big.NewInt(5000000),
Expand Down
22 changes: 8 additions & 14 deletions params/config_mordor.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,14 @@ var (
EIP1014FBlock: big.NewInt(301243),
EIP1052FBlock: big.NewInt(301243),

// Istanbul eq, aka Aztlan
// ECIP-1061
EIP152FBlock: big.NewInt(778507),
EIP1108FBlock: big.NewInt(778507),
EIP1344FBlock: big.NewInt(778507),
EIP1884FBlock: nil,
EIP2028FBlock: big.NewInt(778507),
EIP2200FBlock: big.NewInt(778507), // RePetersburg (== re-1283)

// ECIP-1078, aka Phoenix Fix
EIP2200DisableFBlock: big.NewInt(976_231),
EIP1283FBlock: big.NewInt(976_231),
EIP1706FBlock: big.NewInt(976_231),
ECIP1080FBlock: big.NewInt(976_231),
// Istanbul eq, aka Phoenix
// ECIP-1088
EIP152FBlock: big.NewInt(999_983),
EIP1108FBlock: big.NewInt(999_983),
EIP1344FBlock: big.NewInt(999_983),
EIP1884FBlock: big.NewInt(999_983),
EIP2028FBlock: big.NewInt(999_983),
EIP2200FBlock: big.NewInt(999_983), // RePetersburg (== re-1283)

DisposalBlock: big.NewInt(0),
ECIP1017FBlock: big.NewInt(0),
Expand Down