Conversation
|
I removed |
|
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 931c304#diff-8ff30e3d87b04b0d6767d45bce187afd |
|
LGTM. can we merge this? |
|
@jwasinger how about @hugo-dc's last comment? |
|
Okay, genesis file should work now. |
| "0000000000000000000000000000000000000007": { "precompiled": { "name": "alt_bn128_G1_mul", "linear": { "base": 40000, "word": 0 } } }, | ||
| "0000000000000000000000000000000000000008": { "precompiled": { "name": "alt_bn128_pairing_product" } }, | ||
| "000000000000000000000000000000000000000a": { "codeFromFile": "metering.wasm", "balance": "0x01", "nonce": "0x00", "storage": {} }, | ||
| "9fa4f23079bae7a7a5c392b67e18093310315bfc": { "balance": "0x200000000000000000000000000000000000000000000000000000000000000", "storage": {}, "nonce": "0x0", "code": "" } |
There was a problem hiding this comment.
Balance in geth seems to be:
"9fa4f23079bae7a7a5c392b67e18093310315bfc": {
"balance": "100000000000000000000000000"
}
There was a problem hiding this comment.
Right.. I only tested syncing against the public testnet (milestone-v1 genesis) and not staging
There was a problem hiding this comment.
Something else must have changed with the genesis we have in staging because I am getting genesis mismatch when trying to connect after making this change.
There was a problem hiding this comment.
Okay it syncs against staging. We need a tagged release so that #143 can be merged and then, the aleth branches changed here and this PR merged.
I updated the genesis file and instructions to connect an aleth node to the testnet.
Fixes #140
Please let me know if not needed files for
dummymeteringanddummyevm2wasmhas to be removed in this PR as well.