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
@@ -89,7 +89,7 @@ impl BlockChain {
|
||||
state_root: Some(self.genesis_block.state_root.clone()),
|
||||
gas_used: Some(self.genesis_block.gas_used),
|
||||
extra_data: Some(self.genesis_block.extra_data.clone()),
|
||||
base_fee: self.genesis_block.base_fee,
|
||||
base_fee_per_gas: self.genesis_block.base_fee_per_gas,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@ pub struct Header {
|
||||
#[serde(rename = "uncleHash")]
|
||||
pub uncles_hash: H256,
|
||||
/// Base fee
|
||||
pub base_fee: Option<Uint>,
|
||||
pub base_fee_per_gas: Option<Uint>,
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
@@ -52,7 +52,7 @@ pub struct Genesis {
|
||||
/// Extra data.
|
||||
pub extra_data: Option<Bytes>,
|
||||
/// Base fee.
|
||||
pub base_fee: Option<Uint>,
|
||||
pub base_fee_per_gas: Option<Uint>,
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
@@ -124,7 +124,7 @@ mod tests {
|
||||
)
|
||||
.unwrap()
|
||||
),
|
||||
base_fee: None,
|
||||
base_fee_per_gas: None,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user