EIP-211 RETURNDATACOPY and RETURNDATASIZE (#5678)
* EIP-211 * Optimized memory usage * Optimized truncation
This commit is contained in:
committed by
Nikolay Volf
parent
241de230bb
commit
99bfef2801
@@ -75,6 +75,9 @@ pub struct Params {
|
||||
/// See `CommonParams` docs.
|
||||
#[serde(rename="eip210ContractGas")]
|
||||
pub eip210_contract_gas: Option<Uint>,
|
||||
/// See `CommonParams` docs.
|
||||
#[serde(rename="eip211Transition")]
|
||||
pub eip211_transition: Option<Uint>,
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user