You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I remember correctly, one of the limitations for which v6 was selected as the initial adoptee was that both Hera EWASM and SSVM EWASM supported it at the time. I'm not sure if this is still the case.
Core-geth's ./evmc adoption and implementation is currently pegged at the latest release version of the v6 major series (v6.3.1).
As noted at the EVMC releases page, v7+ introduces support for the Istanbul EVM upgrades. As suggested by its major bump, it establishes a breaking change to the ABI along with quite a few other non-backward-compatible changes (see https://github.com/ethereum/evmc/releases/tag/v7.0.0).
This issue proposes providing support for the v7 series of EVMC.
Related
The text was updated successfully, but these errors were encountered: