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

Graceful handling of packet events in the presence of multiple relayers #983

Closed
5 tasks done
ancazamfir opened this issue May 24, 2021 · 0 comments · Fixed by #984
Closed
5 tasks done

Graceful handling of packet events in the presence of multiple relayers #983

ancazamfir opened this issue May 24, 2021 · 0 comments · Fixed by #984
Assignees
Milestone

Comments

@ancazamfir
Copy link
Collaborator

Crate

relayer

Summary

Before processing a packet event hermes should verify that the event has not been already processed.

Problem Definition

Currently the relayer retries multiple times without checking if the event has been processed already. This happens for all events except the WriteAcknowledgmentEv

Proposal

Acceptance Criteria

Run multiple relayers with different accounts. Send a number of packets and make sure the slower instance doesn't retry more than once.
Perform the tests for recv, ack and timeout packets


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate milestone (priority) applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@ancazamfir ancazamfir added this to the 05.2021 milestone May 24, 2021
@ancazamfir ancazamfir self-assigned this May 24, 2021
This was referenced Nov 1, 2021
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 a pull request may close this issue.

1 participant