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 simple interchaintest test to CI. #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

0xekez
Copy link
Contributor

@0xekez 0xekez commented Apr 21, 2023

We previously removed these due to some bugs in interchaintest. This adds back interchaintest tests with a simple test that can be run without encountering those bugs to demonstrate a full deploy of Polytone for Oak.

@0xekez
Copy link
Contributor Author

0xekez commented Apr 21, 2023

At the moment, CI fails because interchaintest runs out of gas instantiating the voice module. If you would like to run this locally, you can modify your local version of interchaintest with the changes in this PR. On my machine, this means modifying the file /Users/ekez/go/pkg/mod/github.com/strangelove-ventures/interchaintest/[email protected]/chain/cosmos/chain_node.go.

The problem is that interchain test sets a very low gas limit on transactions by default so the voice module can't be instantiated. If you make the modification in the previous paragraph the issue will be resolved and you'll be able to run the intercahintest tests.

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.

1 participant