wanderer
wanderer
> I'm guessing that DoS-susceptible flaws can also appear across other categories (e.g. the Go wasm VM has susceptibility that the Parity VM doesn't) so allowing out this one case...
> Ten times more than what? if we meter transcompiled evm1 code with evm2 gasprices, under option 2
It would probably make sense to piggy back off of [EIP 97](https://github.com/ethereum/EIPs/issues/97)
Regarding state operations. Here is some is the Approximate timing for disk reads compared to instuctions. http://norvig.com/21-days.html#answers
related https://github.com/WebAssembly/design/issues/720
> The JS interface would need to do the sleep then. I think This is really more an implementation problem with the current JS prototype. We can assume that other...
related https://github.com/WebAssembly/design/issues/720
also an alternative would be to use a callback based interface https://github.com/ewasm/design/pull/48
related https://github.com/ewasm/ewasm-kernel/issues/2
> We can at least be rather sure that no useful existing contract can have the same bytecode (prefix) as an ewasm contract. Currently all wasm binaries a prefixed with...