-
Notifications
You must be signed in to change notification settings - Fork 657
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
…st-where-the-channel-is-upgraded-and-fee-middleware-is-enabled
…st-where-the-channel-is-upgraded-and-fee-middleware-is-enabled
@@ -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 |
There was a problem hiding this comment.
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) | ||
}) | ||
} |
There was a problem hiding this comment.
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.
Grandpa tests are failing, need to check what's going on there now. |
…st-where-the-channel-is-upgraded-and-fee-middleware-is-enabled
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @crodriguezvega 🎉
…st-where-the-channel-is-upgraded-and-fee-middleware-is-enabled
There was a problem hiding this 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" |
There was a problem hiding this comment.
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
There was a problem hiding this 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!
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
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.
docs/
) or specification (x/<module>/spec/
).godoc
comments.Files changed
in the Github PR explorer.Codecov Report
in the comment section below once CI passes.