ewasm / testnet

Testnet planning & documentation
64 stars 19 forks source link

fix aleth genesis file and instructions #143

Open hugo-dc opened 5 years ago

hugo-dc commented 5 years ago

I updated the genesis file and instructions to connect an aleth node to the testnet. Fixes https://github.com/ewasm/testnet/issues/140 Please let me know if not needed files for dummymetering and dummyevm2wasm has to be removed in this PR as well.

hugo-dc commented 5 years ago

I removed startingBlock for precompiles as all precompiles should be able to be callled since first block.

jwasinger commented 5 years ago

I'm trying to figure out why I'm getting genesis mismatch errors trying to connect to the testnet using this PR.

hugo-dc commented 5 years ago

@jwasinger this genesis file won't work for the current testnet, the faucet balance was changed https://github.com/ewasm/testnet/commit/931c30402378176e2d34d7677bc38dc509deed45#diff-8ff30e3d87b04b0d6767d45bce187afd If you want to sync aleth to the testnet you must use the genesis file in the cluster repo (ewasm-spec.json)

jwasinger commented 5 years ago

LGTM. can we merge this?

axic commented 5 years ago

@jwasinger how about @hugo-dc's last comment?

jwasinger commented 5 years ago

Okay, genesis file should work now.