erigon-pulse/consensus/misc
Andrew Ashikhmin 319e99e72a
Skip gas limit checks for chains with gas limit contract (#7567)
Dirty hack to fix Chiado until #7151 is properly implemented. Should fix
the following error:
```
[WARN] [05-23|17:07:39.303] Verification failed for header           hash=0x4eee718e5958a862746ea9a9531a16e6a404698d3a0e8120e8aff743b9f1e0a2 height=1 err="invalid gas limit: have 12500000, want 10000000 +-= 9764"
```
2023-05-23 22:14:18 +02:00
..
dao.go Remove ETC-specific DAOForkSupport=false functionality (#7075) 2023-03-10 12:10:11 +00:00
eip1559_test.go Skip gas limit checks for chains with gas limit contract (#7567) 2023-05-23 22:14:18 +02:00
eip1559.go Skip gas limit checks for chains with gas limit contract (#7567) 2023-05-23 22:14:18 +02:00
eip4844_test.go eip-4844: data gas fees & related check (#7449) 2023-05-08 12:20:10 +07:00
eip4844.go eip-4844: data gas fees & related check (#7449) 2023-05-08 12:20:10 +07:00
gaslimit.go Upgrade tests to 9.0.2 (#2147) 2021-06-13 14:01:11 +01:00