testnet
testnet copied to clipboard
fix aleth genesis file and instructions
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.
I removed startingBlock
for precompiles as all precompiles should be able to be callled since first block.
I'm trying to figure out why I'm getting genesis mismatch errors trying to connect to the testnet using this PR.
@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
)
LGTM. can we merge this?
@jwasinger how about @hugo-dc's last comment?
Okay, genesis file should work now.