go-ethereum/consensus/misc
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
..
eip1559 common: drop BigMin and BigMax, they pollute our dep graph (#30645) 2024-10-21 12:45:33 +03:00
eip4844 params: EIP-7892 - Blob Parameter Only Hardforks (#32193) 2025-07-14 14:07:43 +02:00
dao.go core/state: move state log mechanism to a separate layer (#30569) 2024-10-23 08:03:36 +02:00
gaslimit.go consensus: fix ambiguous invalid gas limit error (#32405) 2025-08-12 06:11:18 -06:00