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

Research IBC integration #41

Open
prestwich opened this issue Mar 20, 2020 · 4 comments
Open

Research IBC integration #41

prestwich opened this issue Mar 20, 2020 · 4 comments
Labels
blocked enhancement New feature or request

Comments

@prestwich
Copy link
Member

What do we need to do here?

Some areas with questions/design considerations:

  1. how do we add an IBC module keeper reference on relay keeper
    1. (see setup on the gaia chain for examples of keepers referencing keepers)
  2. What is the IBC module interface like? Find a link and drop it here
  3. Should we dispatch an IBC message when a SubmitProof message is validated, or at the end of the block?
  4. How are IBC messages intended to be formatted
  5. What processes the message
    1. should we design a small Proof receiver module inteface (so that others can implement the receiver)
@prestwich
Copy link
Member Author

current work on IBC is here:
cosmos/cosmos-sdk#5277

@fedekunze
Copy link

@prestwich
Copy link
Member Author

Appreciate it 👐

@prestwich
Copy link
Member Author

prestwich commented Apr 13, 2020

Status update:

We may want to wait on this until IBC is specced and ready for arbitrary messages instead of asset passing. In the meantime, I think a simple interface for a ProofHandler module should be sufficient.

@prestwich prestwich added enhancement New feature or request blocked labels Apr 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
blocked enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants