This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
Implement validate_self_client
method
#147
Labels
validate_self_client
method
#147
Summary
Now by having the Protobuf and domain definitions of the rollup's
ClientState
we can think of how to implement thevalidate_self_client
method.Context
Given our latest ClientState structure for the rollup portion,
sov-ibc
needs internal access to thegenesis_da_height
,genesis_root_hash
, andcode_commitment
so can verify the receiving client state of rollup (A) on counterparty chain (B) as part of connection messages.Tasks
Requirements
The text was updated successfully, but these errors were encountered: