EIP2929 with journaling + Yolov3 (#79)
This commit is contained in:
@@ -106,6 +106,8 @@ pub struct Params {
|
||||
/// See `CommonParams` docs.
|
||||
pub eip2315_transition: Option<Uint>,
|
||||
/// See `CommonParams` docs.
|
||||
pub eip2929_transition: Option<Uint>,
|
||||
/// See `CommonParams` docs.
|
||||
pub dust_protection_transition: Option<Uint>,
|
||||
/// See `CommonParams` docs.
|
||||
pub nonce_cap_increment: Option<Uint>,
|
||||
|
||||
@@ -38,6 +38,7 @@ pub enum ForkSpec {
|
||||
ByzantiumToConstantinopleAt5,
|
||||
ByzantiumToConstantinopleFixAt5,
|
||||
Berlin,
|
||||
Yolo3,
|
||||
}
|
||||
|
||||
/// Spec deserialization.
|
||||
|
||||
Reference in New Issue
Block a user