decipherhub / ibc-go

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

Implements ibc-query keeper #1

Open boosik opened 2 years ago

boosik commented 2 years ago

Summary

Implements ibc-query keeper.

Problem Definition

We need to implement ibc-query keeper. Following are the features that we need to implement.

  1. Handling function dealing with cross chain query tx submission.
  2. Handling function dealing with cross chain query "result" tx submission.

Please write test code for every function!