Skip to content

evmone4eosio v1.6

Latest
Compare
Choose a tag to compare
@learnforpractice learnforpractice released this 21 Apr 11:40
· 8 commits to evm4eosio since this release
  1. Only increase nonce on the origin trx call
  2. Return EVMC_OUT_OF_GAS on call to precompiled contracts running out of gas
  3. Fix CALLCODE
  4. Limited call depth to avoid a stack overflow
  5. Cache code in memory to reduce memory usage as simple malloc may cause lots of memory allocations
  6. Fix delegatecall
  7. Fix create