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
The client query commands for state and consensus are currently commented out as the initial query infrastructure was changed.
The code should be uncommented and fixed so it works at least up to the deserialization.
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Maybe let's not bother with things that "work up to deserialization" and just fix it once we can go all the way through, including deserialization? Should be soon given progress on tendermint-rs
We will need this for the relayer MVP where we short-circuit the serialization/ deserialization. It's also a good validation that the way we model the multiple client types and their states, consensus, etc. is good.
The query logic used to be there, unsatisfactory, so it was mostly cut out in #174 where the infrastructure around queries changes. What's left can be seen in relayer/src/query/client.rs.
Summary of Bug
The client query commands for state and consensus are currently commented out as the initial query infrastructure was changed.
The code should be uncommented and fixed so it works at least up to the deserialization.
The text was updated successfully, but these errors were encountered: