This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Description
What do we need to do here?
Some areas with questions/design considerations:
- how do we add an IBC module keeper reference on relay keeper
- (see setup on the gaia chain for examples of keepers referencing keepers)
- What is the IBC module interface like? Find a link and drop it here
- Should we dispatch an IBC message when a
SubmitProof message is validated, or at the end of the block?
- How are IBC messages intended to be formatted
- What processes the message
- should we design a small Proof receiver module inteface (so that others can implement the receiver)