chainlink-testing-framework icon indicating copy to clipboard operation
chainlink-testing-framework copied to clipboard

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

Open Tofel opened this issue 1 year ago • 1 comments

…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.

Tofel avatar Apr 19 '24 13:04 Tofel