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

Fix packet forwarding tests #3032

Merged
merged 10 commits into from
Jan 25, 2023
Merged

Conversation

ljoss17
Copy link
Contributor

@ljoss17 ljoss17 commented Jan 24, 2023

Closes: #3025

Description

This PR updates the tests for Packet Forwarding.
As of version 3.0.0, https://github.com/strangelove-ventures/packet-forward-middleware/releases/tag/v3.0.0, of the packet-forward-middleware, the memo field is used instead of a specific receiver address, see https://github.com/strangelove-ventures/packet-forward-middleware#examples.

Chains using new packet-forward-middleware


PR author checklist:

  • Added changelog entry, using unclog.
  • Added tests: integration (for Hermes) or unit/mock tests (for modules).
  • Linked to GitHub issue.
  • Updated code comments and documentation (e.g., docs/).
  • Tagged one reviewer who will be the one responsible for shepherding this PR.

Reviewer checklist:

  • Reviewed Files changed in the GitHub PR explorer.
  • Manually tested (in case integration/unit/mock tests are absent).

@ljoss17 ljoss17 added the O: tests Objective: Test more aspect of the relayer label Jan 24, 2023
port: &str,
memo: &str,
) -> Result<(), Error> {
simple_exec(
Copy link
Contributor

Choose a reason for hiding this comment

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

Once this is working, we should update ibc-proto-rs to include the memo field, and have another PR to update this method to submit the transaction within Rust.

tools/integration-test/src/tests/mod.rs Outdated Show resolved Hide resolved
@ljoss17 ljoss17 marked this pull request as ready for review January 25, 2023 10:24
@romac romac merged commit 6c0772e into master Jan 25, 2023
@romac romac deleted the luca_joss/fix-packet-forwarding-tests branch January 25, 2023 14:35
@romac
Copy link
Member

romac commented Jan 25, 2023

💯

yito88 added a commit to heliaxdev/hermes that referenced this pull request Apr 17, 2024
yito88 added a commit to heliaxdev/hermes that referenced this pull request Apr 30, 2024
yito88 added a commit to heliaxdev/hermes that referenced this pull request May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O: tests Objective: Test more aspect of the relayer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix forward_transfer test to match the updated API
3 participants