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

tilt: add ibc relayer which connects wormchain and terra2 to dev envi… #2215

Merged
merged 1 commit into from
Jan 18, 2023

Conversation

nik-suri
Copy link
Contributor

@nik-suri nik-suri commented Jan 9, 2023

…ronment

#2197

This PR adds an IBC relayer to the dev tilt environment. The IBC relayer waits for wormchain and terra to startup and then connects them using IBC.

This also adds new accounts (and their corresponding mnemonics) to the genesis files for wormchain and terra2. These accounts are for the relayer to post messages to each chain.

cosmwasm/devnet/config/config.toml Show resolved Hide resolved
cosmwasm/devnet/config/genesis.json Show resolved Hide resolved
wormchain/ibc-relayer/Dockerfile Outdated Show resolved Hide resolved
@nik-suri nik-suri force-pushed the ibc-relayer branch 3 times, most recently from bc7df3c to 1e4a28c Compare January 10, 2023 21:33
@jynnantonix jynnantonix marked this pull request as draft January 12, 2023 08:11
@nik-suri nik-suri force-pushed the ibc-relayer branch 2 times, most recently from 1a6d09a to 6d9f977 Compare January 12, 2023 17:44
@nik-suri nik-suri marked this pull request as ready for review January 12, 2023 23:55
conorpp
conorpp previously approved these changes Jan 13, 2023
jynnantonix
jynnantonix previously approved these changes Jan 16, 2023
wormchain/ibc-relayer/Dockerfile Show resolved Hide resolved
…ronment

- updates terra2 devnet chain timeout_commit to "1s" since the timeout_commit of "0.5s" is too fast and leads to Terra2's clock going into the future.
- updates terra2 devnet chain unbonding_time to "1814400s" which is the default value and translates to a valid trusting period for IBC connectivity.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Guardian IBC Relayer to facilitate connection between wormchain and other IBC-enabled Cosmos chains
4 participants