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
Since the aggregate proof system of Sovereign SDK is still being implemented, the validation of rollup state transition is currently mocked in sovereign-ibc.
Implementation Strategy
We will first implement context-generic components that work with a Cosmos chain context, with a Sovereign chain as the counterparty chain. The components would be something like:
Part of: #10
Prerequisites: #95, #94
also: informalsystems/sovereign-ibc#65
Summary
sovereign-ibc
to verify Sovereign client updates.sovereign-ibc
.Implementation Strategy
We will first implement context-generic components that work with a Cosmos chain context, with a Sovereign chain as the counterparty chain. The components would be something like:
At the end, the
SovereignToCosmosRelay
context should implementCanCreateClient
usingCreateClientWithChains
, with all its dependencies implemented.An integration test would be written in the form:
The text was updated successfully, but these errors were encountered: