Evermint is a fork of open source Evmos, maintains bug fixes, customization and enable developers to fork and transform to their chain, fully customized naming, in just 2 steps. For research and development purpose.
GNU Lesser General Public License v3.0
3
stars
3
forks
source link
imp(evm): force enable all hardfork in chain config #154
The code logic is very complicated with London hardfork logic even tho it always Enabled and the logic when it disabled is useless.
To make the code more simple to maintain, it should be removed.
This PR contains:
Enforce enable all hardfork in chain config
^ This was leading to Base Fee can no longer be nil so it was changed to non-nil sdkmath.Int, previously *big.Int
The code logic is very complicated with London hardfork logic even tho it always Enabled and the logic when it disabled is useless. To make the code more simple to maintain, it should be removed.
This PR contains:
sdkmath.Int
, previously *big.Int