Eip 3554 enabled, London blocks defined (#433)

* Eip 3554 enabled
* london hard fork blocks
This commit is contained in:
Dusan Stanivukovic 2021-06-15 11:18:56 +02:00 committed by GitHub
parent 5dec58ba9f
commit 93b39df02d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 38 additions and 8 deletions

View File

@ -137,7 +137,8 @@
"difficultyBombDelays": { "difficultyBombDelays": {
"0x42ae50": "0x2dc6c0", "0x42ae50": "0x2dc6c0",
"0x6f1580": "0x1e8480", "0x6f1580": "0x1e8480",
"0x8c6180": "0x3d0900" "0x8c6180": "0x3d0900",
"0xc3d0e8": "0xaae60"
} }
} }
} }
@ -171,7 +172,14 @@
"eip1884Transition": "0x8a61c8", "eip1884Transition": "0x8a61c8",
"eip2028Transition": "0x8a61c8", "eip2028Transition": "0x8a61c8",
"eip2929Transition": "0xbad420", "eip2929Transition": "0xbad420",
"eip2930Transition": "0xbad420" "eip2930Transition": "0xbad420",
"eip1559Transition": "0xc3d0e8",
"eip3198Transition": "0xc3d0e8",
"eip3541Transition": "0xc3d0e8",
"eip3529Transition": "0xc3d0e8",
"eip1559BaseFeeMaxChangeDenominator": "0x8",
"eip1559ElasticityMultiplier": "0x2",
"eip1559BaseFeeInitialValue": "0x3B9ACA00"
}, },
"genesis": { "genesis": {
"seal": { "seal": {

View File

@ -33,6 +33,13 @@
"eip2028Transition": "0x17d433", "eip2028Transition": "0x17d433",
"eip2929Transition": "0x441064", "eip2929Transition": "0x441064",
"eip2930Transition": "0x441064", "eip2930Transition": "0x441064",
"eip1559Transition": "0x4d3fcd",
"eip3198Transition": "0x4d3fcd",
"eip3541Transition": "0x4d3fcd",
"eip3529Transition": "0x4d3fcd",
"eip1559BaseFeeMaxChangeDenominator": "0x8",
"eip1559ElasticityMultiplier": "0x2",
"eip1559BaseFeeInitialValue": "0x3B9ACA00",
"gasLimitBoundDivisor": "0x400", "gasLimitBoundDivisor": "0x400",
"maxCodeSize": "0x6000", "maxCodeSize": "0x6000",
"maxCodeSizeTransition": "0x0", "maxCodeSizeTransition": "0x0",

View File

@ -33,6 +33,13 @@
"eip2028Transition": "0x52efd1", "eip2028Transition": "0x52efd1",
"eip2929Transition": "0x7e8270", "eip2929Transition": "0x7e8270",
"eip2930Transition": "0x7e8270", "eip2930Transition": "0x7e8270",
"eip1559Transition": "0x87c5c4",
"eip3198Transition": "0x87c5c4",
"eip3541Transition": "0x87c5c4",
"eip3529Transition": "0x87c5c4",
"eip1559BaseFeeMaxChangeDenominator": "0x8",
"eip1559ElasticityMultiplier": "0x2",
"eip1559BaseFeeInitialValue": "0x3B9ACA00",
"gasLimitBoundDivisor": "0x400", "gasLimitBoundDivisor": "0x400",
"maxCodeSize": "0x6000", "maxCodeSize": "0x6000",
"maxCodeSizeTransition": "0x0", "maxCodeSizeTransition": "0x0",

View File

@ -17,7 +17,8 @@
"difficultyBombDelays": { "difficultyBombDelays": {
"0x19f0a0": "0x2dc6c0", "0x19f0a0": "0x2dc6c0",
"0x408b70": "0x1e8480", "0x408b70": "0x1e8480",
"0x6c993d": "0x3d0900" "0x6c993d": "0x3d0900",
"0xa03549": "0xaae60"
} }
} }
} }
@ -53,7 +54,14 @@
"eip1884Transition": "0x62f756", "eip1884Transition": "0x62f756",
"eip2028Transition": "0x62f756", "eip2028Transition": "0x62f756",
"eip2929Transition": "0x95b8dd", "eip2929Transition": "0x95b8dd",
"eip2930Transition": "0x95b8dd" "eip2930Transition": "0x95b8dd",
"eip1559Transition": "0xa03549",
"eip3198Transition": "0xa03549",
"eip3541Transition": "0xa03549",
"eip3529Transition": "0xa03549",
"eip1559BaseFeeMaxChangeDenominator": "0x8",
"eip1559ElasticityMultiplier": "0x2",
"eip1559BaseFeeInitialValue": "0x3B9ACA00"
}, },
"genesis": { "genesis": {

View File

@ -86,7 +86,7 @@ mod tests {
|| ethereum::new_foundation(&String::new()), || ethereum::new_foundation(&String::new()),
vec![ vec![
1_150_000, 1_920_000, 2_463_000, 2_675_000, 4_370_000, 7_280_000, 9_069_000, 1_150_000, 1_920_000, 2_463_000, 2_675_000, 4_370_000, 7_280_000, 9_069_000,
9_200_000, 12_244_000, 9_200_000, 12_244_000, 12_833_000,
], ],
) )
} }
@ -96,7 +96,7 @@ mod tests {
test_spec( test_spec(
|| ethereum::new_ropsten(&String::new()), || ethereum::new_ropsten(&String::new()),
vec![ vec![
10, 1_700_000, 4_230_000, 4_939_394, 6_485_846, 7_117_117, 9_812_189, 10, 1_700_000, 4_230_000, 4_939_394, 6_485_846, 7_117_117, 9_812_189, 10_499_401,
], ],
) )
} }
@ -106,7 +106,7 @@ mod tests {
test_spec( test_spec(
|| ethereum::new_rinkeby(&String::new()), || ethereum::new_rinkeby(&String::new()),
vec![ vec![
1, 2, 3, 1_035_301, 3_660_663, 4_321_234, 5_435_345, 8_290_928, 1, 2, 3, 1_035_301, 3_660_663, 4_321_234, 5_435_345, 8_290_928, 8_897_988,
], ],
) )
} }
@ -115,7 +115,7 @@ mod tests {
fn goerli_spec() { fn goerli_spec() {
test_spec( test_spec(
|| ethereum::new_goerli(&String::new()), || ethereum::new_goerli(&String::new()),
vec![1_561_651, 4_460_644], vec![1_561_651, 4_460_644, 5_062_605],
) )
} }
} }