You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
Background
The IBC Transfer was already enabled on Mainnet/Testnet/Devnet because we've turned on the
send_enabled
/receive_enabled
options in thegenesis.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:
master
of the panacea-core (which uses the cosmos-sdk v0.42.9)We will probably get some errors if something isn't configured well. Then, research how to configure it well.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: