Replies: 1 comment
-
Cc @liamsi |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the node(go-header) requires a genesis hash of a network for the node to start. However, this Genesis hash is a hash of the first block rather than a Genesis file. This requires the core network to be started first to generate the first block and only after the DA network. Even more, it requires network to be started before we can do a proper release with hardcoded genesis.
To solve this problem, I propose to enable bootstrapping DA nodes from the genesis file:
Some questions:
Once questions are answered and the solution is implemented, we will be able to run both nodes of both networks independently with a pre-prepared genesis file
Beta Was this translation helpful? Give feedback.
All reactions