learnforpractice
released this
21 Apr 11:40
·
8 commits
to evm4eosio
since this release
- Only increase nonce on the origin trx call
- Return EVMC_OUT_OF_GAS on call to precompiled contracts running out of gas
- Fix CALLCODE
- Limited call depth to avoid a stack overflow
- Cache code in memory to reduce memory usage as simple malloc may cause lots of memory allocations
- Fix delegatecall
- Fix create