ewasm / hera

Hera: Ewasm virtual machine conforming to the EVMC API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

>=95% test coverage on the EEI implementation

axic opened this issue · comments

It seems three cases are not tested in eei.cpp:

  • call failure due to call depth exceeded
  • create failure due to call depth exceeded
  • create failure due to not enough sender balance [done in ewasm/tests/pull/90]

See https://codecov.io/gh/ewasm/hera/src/8085afc61ad523da49972e731e3bb1643f340e18/src/eei.cpp

cc @hugo-dc

Call/create depth limitation cannot be implemented due to the 63/64th rule.