-
Notifications
You must be signed in to change notification settings - Fork 20.3k
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
core: initializing a clique network with invalid genesis extradata is not rejected, crashes later #20710
Comments
The extradata section in clique has special meaning. Beside the vanity of ethash, it also contains a 65 byte signature for non-genesis blocks and an authorized signer list for the genesis. The vanity is also not optional, rather mandatory. Would be nicer to reject the genesis on |
Hi, is help still needed? I can try it. |
Looking into this. Would love to take on as first issue. |
YAY - PR's welcome! |
@ligi Does ETH have a discord/slack channel I can join? |
Finally had the time to sit down to explore the code. Currently does |
… On Wed, 30 Mar 2022 at 15:29, Martin Holst Swende ***@***.***> wrote:
Closed #20710 <#20710> via
#24470 <#24470>.
—
Reply to this email directly, view it on GitHub
<#20710 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQDJWKZXOJ6TEGYZ2PAQDDDVCQGIDANCNFSM4K2HDQEA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi there,
Please note that this is an issue tracker reserved for bug reports and feature requests.
For general questions please use the gitter channel or the Ethereum stack exchange at https://ethereum.stackexchange.com.
System information
Geth version:
1.9.11-unstable
OS & Version: OSX
Expected behaviour
Complain gracefully
Actual behaviour
Steps to reproduce the behaviour
where genesis.json is
Backtrace
Log
The text was updated successfully, but these errors were encountered: