go-ethereum/consensus
Rizky Ikwan 2e9c9b5e98
consensus: fix ambiguous invalid gas limit error (#32405)
## Description

Correct symmetric tolerance in gas limit validation:
Replace ambiguous "+-=" with standard "+/-" in the error message.
Logic rejects when |header − parent| ≥ limit, so allowed range is |Δ| ≤
limit − 1.

No logic or functionality has been modified.
2025-08-12 06:11:18 -06:00
..
beacon core, consensus/beacon: defer trie resolution (#31725) 2025-06-25 09:42:11 +08:00
clique core: consolidate BlockChain constructor options (#31925) 2025-06-19 12:21:15 +02:00
ethash consensus: remove clique RPC APIs (#31875) 2025-05-23 11:29:01 +02:00
misc consensus: fix ambiguous invalid gas limit error (#32405) 2025-08-12 06:11:18 -06:00
consensus.go consensus: remove clique RPC APIs (#31875) 2025-05-23 11:29:01 +02:00
errors.go consensus/beacon: check that only the latest pow block is valid ttd block (#25187) 2022-06-29 15:13:19 +03:00