-
Notifications
You must be signed in to change notification settings - Fork 446
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
Arbos v32 debug #2671
Arbos v32 debug #2671
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -332,6 +331,9 @@ func (state *ArbosState) UpgradeArbosVersion( | |||
ensure(params.UpgradeToVersion(2)) | |||
ensure(params.Save()) | |||
|
|||
case 32: | |||
// no change state needed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to return an error if it's not a debug chain, otherwise out-of-date nodes will process the upgrade. We could just generally error if the version we're upgrading to is less than MaxArbosVersionSupported. That might be the way to go.
Stylus gas ink fixes
Stylus activation pricing
merged in a different PR |
This does only initial work to declare the existance of a (currently debug-only) arbos v32, under the constant ArbosVersion_StylusChargingFixes
pulls in: OffchainLabs/go-ethereum#360