Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wip: holocene operator fee #12166

Draft
wants to merge 10 commits into
base: develop
Choose a base branch
from

Conversation

yuwen01
Copy link

@yuwen01 yuwen01 commented Sep 27, 2024

Adds the operator fee, as described in this design doc and this spec

Here, I propose that these changes be included in the Holocene hardfork instead of isthmus, like the spec says. This can easily be changed if necessary.

This PR will additionally require changes to GasPriceOracle.sol, L1Block.sol, and SystemConfig.sol in order to be usable, which @roberto-bayardo and @tynes are working on right now.

@@ -112,7 +112,7 @@ func ProcessSystemConfigUpdateLogEvent(destSysCfg *eth.SystemConfig, ev *types.L
return NewCriticalError(errors.New("too many bytes"))
}
if rollupCfg.IsEcotone(l1Time) {
if err := eth.CheckEcotoneL1SystemConfigScalar(scalar); err != nil {
if err := eth.CheckL1SystemConfigScalar(scalar); err != nil {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to update this for operator fee. Conflicts with existing holocene changes, so I'm leaving it for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant