eosnetworkfoundation / eos-evm-contract

EOS EVM
MIT License
22 stars 14 forks source link

Make an exception for privileged accounts when calculating gas #734

Closed stephenpdeos closed 2 months ago

stephenpdeos commented 2 months ago

For all operations (native transactions, opcodes) that involve use of a privileged account (reserved address or precompile address), do not calculate the gas as if the account is a new account

Related to https://github.com/eosnetworkfoundation/eos-evm-internal/issues/196