chainlink-testing-framework
chainlink-testing-framework copied to clipboard
set EIP-1559 to not supported in network config for Geth v1.10.x and …
…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 = falseifcomparableVersion < 110. This adjustment ensures that the test environment correctly reflects the capabilities of Geth versions prior to 1.10.x, whereeth_maxPriorityFeePerGasis not implemented.
- Added condition to set
Quality Gate passed
Issues
0 New issues
0 Fixed issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code