EIP-3529: Reduction in gas refunds (#406)
* Implement changed gas refund rules according to EIP-3529 * Add a unit test for changed gas refunds * Add missing comment * Add fork block to spec.hard_forks
This commit is contained in:
@@ -112,6 +112,8 @@ pub struct Params {
|
||||
/// See `CommonParams` docs.
|
||||
pub eip2930_transition: Option<Uint>,
|
||||
/// See `CommonParams` docs.
|
||||
pub eip3529_transition: Option<Uint>,
|
||||
/// See `CommonParams` docs.
|
||||
pub dust_protection_transition: Option<Uint>,
|
||||
/// See `CommonParams` docs.
|
||||
pub nonce_cap_increment: Option<Uint>,
|
||||
|
||||
Reference in New Issue
Block a user