Closed poplexity closed 1 month ago
Per @guilledk:
we have 4 transactions on mainnet acording to this rpc that go over the 0x7fffffff gas limit:
We have implemented a fix, allowing block gas_limit to go up beyond the limit mentioned above, so we now do this dynamically.
Created https://github.com/telosnetwork/telos.evm/issues/178 to add a check in the contract to protect against this going forward.
On the EVM contract there is currently no check to ensure we do not accept a transaction who's gas limit is > the block's gas limit. We need to do 2 things, possibly 3: