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

[builder API] Make gas limit configurable #3295

Closed
Tracked by #3091
realbigsean opened this issue Jun 29, 2022 · 3 comments
Closed
Tracked by #3091

[builder API] Make gas limit configurable #3295

realbigsean opened this issue Jun 29, 2022 · 3 comments
Labels
bellatrix Required to support the Bellatrix Upgrade

Comments

@realbigsean
Copy link
Member

Description

Currently we are hard-coding , this should be configurable on a per-validator basis. We will likely want to track this in the validator definitions file, and allow users to update it via the HTTP API.

@mrabino1
Copy link

Interesting.. so the 30MM gas limit would be variable.. I would hope that we have a parameter to allow for the default to be 30MM

@realbigsean realbigsean mentioned this issue Jun 29, 2022
14 tasks
@paulhauner paulhauner added the bellatrix Required to support the Bellatrix Upgrade label Jun 30, 2022
@realbigsean
Copy link
Member Author

There's some discussion around it here: ethereum/builder-specs#17

But yes, I think we'd keep 30MM as a default, just want to make sure it's possible for validators to set it if they wish

@michaelsproul
Copy link
Member

I've opened a PR to add a standard HTTP API for the gas limit too: ethereum/keymanager-APIs#39

I'll open a Lighthouse issue for its implementation if the feedback is favourable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bellatrix Required to support the Bellatrix Upgrade
Projects
None yet
Development

No branches or pull requests

4 participants