Paweł Bylica
Paweł Bylica
Can you test it again @trungtt1981. In private mode node discovery was auto-disabled.
I made the change already. Now `--private` does not imply `--no-dicovery`, so discovery should be on. Just build the recent version.
Use develop branch.
Do you need any help with this?
In both cases the most convenient way is to dynamically load a shared library with a VM.
Do you have the EVM ready?
Does it pass all state tests?
I think we should wait until you have the full compatible VM because it makes testing a lot easier. If the rest of the client has better progress, you can...
Can the wasm 1.0 tests from `WebAssembly/spec`, branch `wg_v1` be updated to the need syntax? It looks there are only 4 cases of the old syntax: ``` find ../wasm-spec/test/core -name...
I profiled `wasm-interp` and the issue is in "New interpreter (#1330)" introduced in 1.0.14. I could not use our benchmarking tool and bigger set of inputs because the API changes...