eosnetworkfoundation / eos-evm-node

Other
3 stars 5 forks source link

call_eth returns insufficient gas when called with from field #329

Closed yarkinwho closed 3 days ago

yarkinwho commented 2 weeks ago

Should caused by setting txn.max_fee_per_gas in the all. We introduced this to fix an assertion error.

Now we fixed the assertion failure in a better way and we can safely remove this code. This will fix the issue.

yarkinwho commented 3 days ago

Merged into in main #333