jwasinger
jwasinger
@chriseth and @frozeman are the maintainers of the original package. is there a way to have the original npm package name point towards the the new package if we migrate...
The linter doesn't like it and it was commented out so I removed it. I can bring it back.
Ah... There is a problem with this approach. If I make a change in evm2wasm which causes the Vm tests to break (swapping around endianness), I need to make a...
> Note that the /tmp/ewasm-node/4201 directory name above is arbitrary. It just needs to be unique. you can use whichever directory you would like for the data directory. you don't...
you need to delete your existing db (`geth removedb`) before using `geth init` to create a new one.
I think `WS_SECRET` needs to be `swedish_fish` ?
http://ewasm.ethereum.org:3003 looks like you aren't connected, if you are running a node. and both nodes show 1 peer connected (they are connected to each other) . So your geth node...
For some reason your geth node isn't connecting to the testnet.
set the log verbosity up to 12 `--vmodule "p2p=12"`, then filter for log entries containing the IP address of the node you are connecting to. Also, filter for entries containing...
that's your enode. you need to filter for the one you are connecting to (passed as `--bootnodes`.