-
Notifications
You must be signed in to change notification settings - Fork 9
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
Provide a way to generate genesis block from genesis constants and ledger #607
Comments
How do others create the genesis block? Does the Mina node not create one from genesis ledger and constants? (If not, where did the genesis block come from?) |
@robinbb The node generates it but it doesn't write them out as a Precomputed Block unfortunately. It's effectively a no-op block but we need to track it. We have the mainnet genesis block that we generated from the |
I understand that we generated it somehow, but how do others do that, I wonder. |
I'd like to see if there's a way to get the Mina node to dump the genesis block |
I think not technically required to parse logs from a Mina daemon. I'll move to a different milestone. Undo if I'm wrong. |
Given a genesis ledger and constants, write a function that generates the genesis block in precomputed block format for a given network.
The text was updated successfully, but these errors were encountered: