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

Add Docker IBC Test Environment #1248

Merged
merged 17 commits into from
Nov 30, 2022
Merged

Add Docker IBC Test Environment #1248

merged 17 commits into from
Nov 30, 2022

Conversation

Taztingo
Copy link
Contributor

Description

Added a docker testing environment for IBC. The newly introduced make targets setup/breakdown a docker environment with 3 containers. Two of the containers have independent blockchains, each with 1 validator, and the third container has a relayer to forward packets between the two chains. Both blockchains will fund the relayer account, and a connection, client, and transfer channel will be setup.

closes: #1242


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer
  • Review Codecov Report in the comment section below once CI passes

@Taztingo Taztingo requested a review from a team as a code owner November 29, 2022 15:26
@Taztingo Taztingo marked this pull request as draft November 29, 2022 16:02
@Taztingo Taztingo marked this pull request as ready for review November 29, 2022 16:26
Copy link
Contributor

@nullpointer0x00 nullpointer0x00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be so nice!

Copy link
Contributor

@nullpointer0x00 nullpointer0x00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs changelog entry

llama-del-rey
llama-del-rey previously approved these changes Nov 30, 2022
networks/ibc/README.md Show resolved Hide resolved
@Taztingo Taztingo enabled auto-merge (squash) November 30, 2022 20:50
@Taztingo Taztingo merged commit 5c5c9ed into main Nov 30, 2022
@Taztingo Taztingo deleted the taztingo/1242-ibc-docker branch November 30, 2022 20:58
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.

Docker environment for IBC
3 participants