You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't possible for the initial release of a chain upgrade. Until the chain is upgraded we dont know that the genesis is. it would be easier to write a way to fetch the genesis on init. This would only work once there is a genesis as well tho.
I have a demo of something like this, but never got around to completing it. I can look back at it in the coming days.
This was unfortunately an unworkable stopgap solution without changes to init, which would see genesis.json and the only options are to overwrite or not.
Summary
Includes:
Problem Definition
This reduces starting a node to:
Proposal
Create a Dockerfile that contains genesis & seeds are present in CMD.
May be more complex, because of init.
For Admin Use
The text was updated successfully, but these errors were encountered: