You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rollup functionality is enabled with the optimism field in the chain config. The EIP-1559 parameters are configurable to adjust for faster more frequent and smaller blocks. The parameters can be overriden for testing.
Where should this feature live?
This feature will involve a modification to the ChainSpec type behind the optimism feature flag in reth-primitives.
Completion Criteria
The ChainSpec type has been modified to include an optimism field that contains a struct with the eip1559 elasticity/denominator.
Describe the feature
Diff Category: Core | Chain Config
Overview
The rollup functionality is enabled with the
optimism
field in the chain config. The EIP-1559 parameters are configurable to adjust for faster more frequent and smaller blocks. The parameters can be overriden for testing.Where should this feature live?
This feature will involve a modification to the
ChainSpec
type behind theoptimism
feature flag inreth-primitives
.Completion Criteria
ChainSpec
type has been modified to include anoptimism
field that contains a struct with the eip1559 elasticity/denominator.Additional context
Resources
op-geth
diffop-erigon
diffThe text was updated successfully, but these errors were encountered: