bump ethereum tests 9.0.2, revert london mainnet block (#435)
* bump ethereum tests 9.0.2 * london mainnet block removed
This commit is contained in:
committed by
GitHub
parent
193b25a22d
commit
17057eeedc
@@ -172,14 +172,7 @@
|
||||
"eip1884Transition": "0x8a61c8",
|
||||
"eip2028Transition": "0x8a61c8",
|
||||
"eip2929Transition": "0xbad420",
|
||||
"eip2930Transition": "0xbad420",
|
||||
"eip1559Transition": "0xc3d0e8",
|
||||
"eip3198Transition": "0xc3d0e8",
|
||||
"eip3541Transition": "0xc3d0e8",
|
||||
"eip3529Transition": "0xc3d0e8",
|
||||
"eip1559BaseFeeMaxChangeDenominator": "0x8",
|
||||
"eip1559ElasticityMultiplier": "0x2",
|
||||
"eip1559BaseFeeInitialValue": "0x3B9ACA00"
|
||||
"eip2930Transition": "0xbad420"
|
||||
},
|
||||
"genesis": {
|
||||
"seal": {
|
||||
|
||||
Submodule crates/ethcore/res/json_tests updated: fa0ab110f3...5d651381da
@@ -65,7 +65,7 @@ impl From<ethjson::spec::Genesis> for Genesis {
|
||||
state_root: g.state_root.map(Into::into),
|
||||
gas_used: g.gas_used.map_or_else(U256::zero, Into::into),
|
||||
extra_data: g.extra_data.map_or_else(Vec::new, Into::into),
|
||||
base_fee: g.base_fee.map(Into::into),
|
||||
base_fee: g.base_fee_per_gas.map(Into::into),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user