Skip to content

[mainnet]: Increase Elasticity to 3 and Decrease Gas Target to 25Mgas/s #356

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

jjtny1
Copy link
Contributor

@jjtny1 jjtny1 commented Jun 17, 2025

This PR increases the EIP1559 Elasticity parameter in our System Config to 3.
This PR also decreases our current per second gas target to 25Mgas/s from our current 35Mgas/s target.

Note that because the elasticity is being increased to 3, in order to achieve a 25Mgas/s gas target, we need to increase the gasLimit in the System Config to 150,000,000.

The formula being used is:

gas_target_per_second == (system_config_gas_limit / elasticity / block_time_seconds) = (150,000,000 / 3 / 2) == 25Mgas/s

@cb-heimdall
Copy link
Collaborator

cb-heimdall commented Jun 17, 2025

✅ Heimdall Review Status

Requirement Status More Info
Reviews 1/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

@jjtny1 jjtny1 requested a review from xenoliss June 17, 2025 21:55
@jjtny1 jjtny1 requested a review from xenoliss June 18, 2025 18:25
@jjtny1 jjtny1 changed the title [mainnet]: Increase Elasticity to 3 [mainnet]: Increase Elasticity to 3 and Decrease GasLimit to 25Mgas/s Jun 18, 2025
@cb-heimdall
Copy link
Collaborator

Review Error for xenoliss @ 2025-06-18 22:09:57 UTC
User failed mfa authentication, see go/mfa-help

@jjtny1 jjtny1 changed the title [mainnet]: Increase Elasticity to 3 and Decrease GasLimit to 25Mgas/s [mainnet]: Increase Elasticity to 3 and Decrease Gas Target to 25Mgas/s Jun 18, 2025
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.

3 participants