Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable IBC Transfer #228

Closed
youngjoon-lee opened this issue Sep 8, 2021 · 3 comments
Closed

Enable IBC Transfer #228

youngjoon-lee opened this issue Sep 8, 2021 · 3 comments
Assignees
Labels
IBC Inter-Blockchain Communication
Milestone

Comments

@youngjoon-lee
Copy link
Contributor

youngjoon-lee commented Sep 8, 2021

Background

The IBC Transfer was already enabled on Mainnet/Testnet/Devnet because we've turned on the send_enabled/receive_enabled options in the genesis.json.

But, the IBC Transfer won't work until we upgrade cosmos-sdk to v0.42.9: #224
Also, we should learn how to use https://github.com/cosmos/relayer for the IBC Transfer.

Goal

Test the IBC Transfer with the following components:

  • The latest master of the panacea-core (which uses the cosmos-sdk v0.42.9)
  • Cosmos Hub (Gaia) Localnet
  • Cosmos Relayer

We will probably get some errors if something isn't configured well. Then, research how to configure it well.

Acceptance Criteria

  • We can transfer MED coins to the Cosmos Hub Localnet.
  • We know how to set up the relayer on production.
@youngjoon-lee youngjoon-lee added the IBC Inter-Blockchain Communication label Sep 8, 2021
This was referenced Sep 8, 2021
@youngjoon-lee
Copy link
Contributor Author

We've succeeded in transferring MED coins to the Gaia localnet through IBC.
That is, IBC works on our Mainnet only if we upgrade the cosmos-sdk to v0.42.9 (by the issue #224).

@youngjoon-lee
Copy link
Contributor Author

youngjoon-lee commented Sep 13, 2021

Plus, we need to take a deep look at how IBC and the relayer work in order to set up our infra properly (even though the relayer may be operated by other players).

So, let's put our research progress here and wrap them up as a document in the end if necessary.

@youngjoon-lee youngjoon-lee modified the milestones: v2.0.3, v2.0.2 Sep 14, 2021
@youngjoon-lee
Copy link
Contributor Author

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IBC Inter-Blockchain Communication
Projects
None yet
Development

No branches or pull requests

2 participants