plugeth/consensus
jovijovi b3b8b268eb
consensus: define MaxGasLimit as a const in params (#24092)
* consensus: use the maxGasLimit constant to check the header.GasLimit to avoid creating new variables repeatedly

* consensus: check the header.GasLimit by the public constant MaxGasLimit

* consensus: check the header.GasLimit by the constant MaxGasLimit
2021-12-14 10:17:25 +01:00
..
beacon consensus: define MaxGasLimit as a const in params (#24092) 2021-12-14 10:17:25 +01:00
clique consensus: define MaxGasLimit as a const in params (#24092) 2021-12-14 10:17:25 +01:00
ethash consensus: define MaxGasLimit as a const in params (#24092) 2021-12-14 10:17:25 +01:00
misc params: changed CatalystBlock to TerminalTotalDifficulty (#23700) 2021-10-11 18:58:11 +03:00
consensus.go all: core rework for the merge transition (#23761) 2021-11-26 13:23:02 +02:00
errors.go consensus: fix possessives in comments. (#20209) 2019-10-28 09:57:34 +02:00
merger.go all: core rework for the merge transition (#23761) 2021-11-26 13:23:02 +02:00