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, and add per-validator builderAPI usage #3342

Merged
merged 5 commits into from
Jul 21, 2022

Conversation

realbigsean
Copy link
Member

@realbigsean realbigsean commented Jul 18, 2022

Issue Addressed

#3295
#3357

Proposed Changes

Follows a similar pattern of management to suggested_fee_recipient. Persistence to validator definitions file. A CLI flag that acts as a fallback for any unspecified values in the definitions file. Additionally if nothing is specified, we default gas_limit to 30_000_000 because this is the current execution layer default, and we will default builder_proposals to false.

Blocked on #3134

@realbigsean realbigsean added blocked bellatrix Required to support the Bellatrix Upgrade labels Jul 18, 2022
@realbigsean realbigsean changed the title Make gas limit configurable [builder API] Make gas limit configurable Jul 18, 2022
… configurable-gas-limit

� Conflicts:
�	lighthouse/tests/validator_client.rs
�	validator_client/src/cli.rs
�	validator_client/src/config.rs
@realbigsean realbigsean changed the title [builder API] Make gas limit configurable [builder API] Make gas limit configurable, and add per-validator builderAPI usage Jul 21, 2022
@realbigsean realbigsean merged commit ffd11fa into sigp:builder-api Jul 21, 2022
@realbigsean realbigsean deleted the configurable-gas-limit branch November 21, 2023 16:13
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 blocked
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant