-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix aleth genesis file and instructions #143
base: master
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Balance in geth seems to be:
"9fa4f23079bae7a7a5c392b67e18093310315bfc": {
"balance": "100000000000000000000000000"
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right.. I only tested syncing against the public testnet (milestone-v1 genesis) and not staging
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you mean exactly?
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
dummymetering
anddummyevm2wasm
has to be removed in this PR as well.