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

set EIP-1559 to not supported in network config for Geth v1.10.x and … #922

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Tofel
Copy link
Contributor

@Tofel Tofel commented Apr 19, 2024

…lower


Below is a summarization created by an LLM (gpt-4-0125-preview). Be mindful of hallucinations and verify accuracy.

Why

The changes ensure compatibility and accurate configuration for different versions of Geth within test environments, specifically addressing network configuration based on the Geth version being used.

What

  • docker/test_env/geth_base.go
    • Added condition to set networkConfig.SupportsEIP1559 = false if comparableVersion < 110. This adjustment ensures that the test environment correctly reflects the capabilities of Geth versions prior to 1.10.x, where eth_maxPriorityFeePerGas is not implemented.

@cl-sonarqube-production
Copy link

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.

None yet

1 participant