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
Context
Currently, the init_chain function does not return the initial root hash after genesis. This forces us to use hacks and process an empty blob such as in the demo-rollup. Moreover, the rollup needs to be able to get the initial state hash to properly initialize the chain state.
Solution
Return the initial root hash after genesis in the init_chain function.
Context
Currently, the
init_chain
function does not return the initial root hash after genesis. This forces us to use hacks and process an empty blob such as in the demo-rollup. Moreover, the rollup needs to be able to get the initial state hash to properly initialize the chain state.Solution
init_chain
function.The text was updated successfully, but these errors were encountered: