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 is a parent tracking issue for validating fraud proofs with light clients using the cosmos-sdk.
At a high level we need to be able to populate a state store from a state witness and execute a single state transition, one of BeginBlock, DeliverTx, or EndBlock and receive an Intermediate State Root (ISR). The key difficulty is that light clients do not generally have a state store.
This is a parent tracking issue for validating fraud proofs with light clients using the cosmos-sdk.
At a high level we need to be able to populate a state store from a state witness and execute a single state transition, one of
BeginBlock
,DeliverTx
, orEndBlock
and receive an Intermediate State Root (ISR). The key difficulty is that light clients do not generally have a state store.Refrences:
Child Issues:
The text was updated successfully, but these errors were encountered: