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

e2e: successful test where the channel is upgraded and fee middleware is enabled #5358

Conversation

crodriguezvega
Copy link
Contributor

@crodriguezvega crodriguezvega commented Dec 11, 2023

Description

Work in progress: I need a new docker image from the relayer that Luca is building as we speak.

Test passing here. 🥳

closes: #5357

Commit Message / Changelog Entry

type: commit message

see the guidelines for commit messages. (view raw markdown for examples)


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.
  • Code follows the module structure standards and Go style guide.
  • Wrote unit and integration tests.
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/).
  • Added relevant godoc comments.
  • Provide a commit message to be used for the changelog entry in the PR description for review.
  • Re-reviewed Files changed in the Github PR explorer.
  • Review Codecov Report in the comment section below once CI passes.

@@ -12,20 +12,20 @@ require (
github.com/cosmos/ibc-go/modules/light-clients/08-wasm v0.0.0-00010101000000-000000000000
github.com/cosmos/ibc-go/v8 v8.0.0
github.com/docker/docker v24.0.7+incompatible
github.com/strangelove-ventures/interchaintest/v8 v8.0.0
github.com/strangelove-ventures/interchaintest/v8 v8.0.1-0.20231206154526-2f014d308bea
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I needed to bump interchaintest to get this PR that added support for a new field (chain type) that has been added to hermes config.toml.

s.Require().NoError(err)
s.Require().Equal(true, feeEnabled)
})
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I could try to send some incentivised packets, but I thought that the checks above were already enough.

e2e/testsuite/testsuite.go Show resolved Hide resolved
@crodriguezvega crodriguezvega added e2e channel-upgradability Channel upgradability feature labels Dec 13, 2023
@crodriguezvega
Copy link
Contributor Author

Grandpa tests are failing, need to check what's going on there now.

@colin-axner colin-axner added the priority PRs that need prompt reviews label Dec 13, 2023
…st-where-the-channel-is-upgraded-and-fee-middleware-is-enabled
Copy link
Contributor

@colin-axner colin-axner left a comment

Choose a reason for hiding this comment

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

Nice work @crodriguezvega 🎉

charleenfei and others added 2 commits December 15, 2023 11:39
…st-where-the-channel-is-upgraded-and-fee-middleware-is-enabled
Copy link
Member

@damiannolan damiannolan left a comment

Choose a reason for hiding this comment

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

Awesome work @crodriguezvega! Thanks

@@ -30,7 +30,7 @@ relayers:
tag: "latest"
- id: hyperspace
image: ghcr.io/misko9/hyperspace
tag: "timeout"
tag: "20231122v39"
Copy link
Member

Choose a reason for hiding this comment

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

:D

…st-where-the-channel-is-upgraded-and-fee-middleware-is-enabled
Copy link
Contributor

@DimitrisJim DimitrisJim left a comment

Choose a reason for hiding this comment

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

looks great to me!

@crodriguezvega crodriguezvega merged commit c88abcc into 04-channel-upgrades Dec 18, 2023
66 checks passed
@crodriguezvega crodriguezvega deleted the carlos/5357-successful-e2e-test-where-the-channel-is-upgraded-and-fee-middleware-is-enabled branch December 18, 2023 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
channel-upgradability Channel upgradability feature e2e priority PRs that need prompt reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants