decipherhub / ibc-go

Interblockchain Communication Protocol (IBC) implementation in Golang.
https://ibc.cosmos.network/
MIT License
1 stars 1 forks source link

Implements relayer #5

Open boosik opened 2 years ago

boosik commented 2 years ago

Summary

We need to implements relayer including ibc-query features

Problem Definition

  1. Subcribe "sendQuery" msg from querier chain.
  2. Query data from queried chain.
  3. Submit result tx to querier chain.