mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 20:47:59 -05:00
* increase mainnet gas limit to 36M, remove unused gas limit calculator from BesuControllerBuilder Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net> * gas limit in SystemCallProcessor is independent of the block gas limit Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net> * update test to reflect gas limit increase from 30M -> 36M Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net> * remove unused gas limit check from previous commit Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net> * moved the target gas limit constant for testnets to the same class as the one for mainnet Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net> * fix tests Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net> --------- Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>