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
As of #3511 the runtimes are able to access consensus layer state. The missing part are the data structures required to access state from Rust, specifically:
consensus.LightBlock
staking.state.ImmutableState (partial)
This also requires the consensus layer version to be checked on runtime initialization and rejected in case it is incompatible. Later on we can consider adding additional Rust state representations as required.
The text was updated successfully, but these errors were encountered:
As of #3511 the runtimes are able to access consensus layer state. The missing part are the data structures required to access state from Rust, specifically:
consensus.LightBlock
staking.state.ImmutableState
(partial)This also requires the consensus layer version to be checked on runtime initialization and rejected in case it is incompatible. Later on we can consider adding additional Rust state representations as required.
The text was updated successfully, but these errors were encountered: