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
{{ message }}
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
This task involves enabling the rollup to introspect itself and query its own consensus state. However, the structure of the rollup’s consensus state is unclear at the moment (blocked by #7).
But, in any case, considering Celestia as our first target DA layer, we might use a dummy Tendermint client for the rollup on the mock Cosmos chain with an intermediary implementation for the host_consensus_state method.
This task is necessary for establishing clients on both mock chains and preparing for the subsequent step, which involves updating the rollup's client on mock Cosmos.
The text was updated successfully, but these errors were encountered:
Farhad-Shabani
changed the title
Add test to create rollup client on mock Cosmos chain
Add test for creating dummy rollup client on mock Cosmos chain
Dec 8, 2023
Summary
This task involves enabling the rollup to introspect itself and query its own consensus state. However, the structure of the rollup’s consensus state is unclear at the moment (blocked by #7).
But, in any case, considering Celestia as our first target DA layer, we might use a dummy Tendermint client for the rollup on the mock Cosmos chain with an intermediary implementation for the
host_consensus_state
method.This task is necessary for establishing clients on both mock chains and preparing for the subsequent step, which involves updating the rollup's client on mock Cosmos.
The text was updated successfully, but these errors were encountered: