erigon-pulse/consensus
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
..
aura Skip gas limit checks for chains with gas limit contract (#7567) 2023-05-23 22:14:18 +02:00
bor Skip gas limit checks for chains with gas limit contract (#7567) 2023-05-23 22:14:18 +02:00
clique Skip gas limit checks for chains with gas limit contract (#7567) 2023-05-23 22:14:18 +02:00
db [Diagnostics] Simplify logging settings, introduce correct log rotation with lumberjack (#7273) 2023-04-07 21:08:44 +00:00
ethash Skip gas limit checks for chains with gas limit contract (#7567) 2023-05-23 22:14:18 +02:00
merge Skip gas limit checks for chains with gas limit contract (#7567) 2023-05-23 22:14:18 +02:00
misc Skip gas limit checks for chains with gas limit contract (#7567) 2023-05-23 22:14:18 +02:00
chain_reader.go Use BlockReader in ForkValidator, CliqueAPI (#7562) 2023-05-23 14:49:17 +07:00
consensus.go Proper Gnosis Chain rewards in trace_block (#7473) 2023-05-09 17:19:23 +02:00
errors.go Withdrawals part 1 (#6009) 2022-12-01 09:15:01 +01:00
result.go Clean up DEBUG category logs (#2776) 2021-10-05 08:14:04 +07:00