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:
Jochen Müller
2021-05-19 17:18:01 +02:00
committed by GitHub
parent f9f492638c
commit f14d3e5a5c
6 changed files with 125 additions and 4 deletions

View File

@@ -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>,