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
Missing implementation. To build a MsgCreateClient the relayer needs a recent LigthtBlock. For MsgUpdateClient we would need the get_minimal_set() but the query_header_at_height() above would be great if it's faster.
Proposal
Initially, retrieve the header using plain RPC calls
At a later stage, retrieve and verify the header via the light client
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate milestone (priority) applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Crate
relayer
Summary
Implement https://github.com/informalsystems/ibc-rs/blob/ab6cac1e3dec846b9fb5c2fee0deb6a634f0f290/relayer/src/chain.rs#L112
Problem Definition
Missing implementation. To build a
MsgCreateClient
the relayer needs a recentLigthtBlock
. ForMsgUpdateClient
we would need theget_minimal_set()
but thequery_header_at_height()
above would be great if it's faster.Proposal
For Admin Use
The text was updated successfully, but these errors were encountered: