Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Create the queriers interfaces #41

Closed
Tracked by #13
rach-id opened this issue Dec 1, 2022 · 0 comments · Fixed by #45
Closed
Tracked by #13

Create the queriers interfaces #41

rach-id opened this issue Dec 1, 2022 · 0 comments · Fixed by #45
Assignees
Labels
orchestrator orchestrator related p2p p2p network related relayer relayer related

Comments

@rach-id
Copy link
Member

rach-id commented Dec 1, 2022

We should create the QGB queriers interfaces, these latter can be divided as follows:

  • TmQuerier: which would contain calls to tendermint
  • AppQuerier: which would contain calls to Celestia-app
  • P2PQuerier: which would contain queries to the P2P network.

For now, before we have a store implementation, we can use the P2PQuerier directly to query for confirms which would be easier to implement and test.

@rach-id rach-id added p2p p2p network related orchestrator orchestrator related relayer relayer related labels Dec 1, 2022
@rach-id rach-id self-assigned this Dec 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
orchestrator orchestrator related p2p p2p network related relayer relayer related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant