ewasm / go-ethereum

Official Go implementation of the Ethereum protocol
https://geth.ethereum.org
GNU Lesser General Public License v3.0
27 stars 4 forks source link

core/vm, evmc: fix evmc vaildation tests #11

Closed gballet closed 5 years ago

gballet commented 5 years ago

This fixes all the validate* errors in EWASM tests. It has been decided that CanRun will accept every contract that has the WASM magic number.

axic commented 5 years ago

This looks good, but I'm not sure if @chfast's PR is maintained on from this repo.

chfast commented 5 years ago

We can merge it. I will include that in EVMC PR later on.