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

automatically retries messages to multisig broker #5477

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

hughy
Copy link
Contributor

@hughy hughy commented Oct 3, 2024

Summary

adds a server 'ack' message that the server sends to the client upon receiving and successfully parsing the client message. each 'ack' contains the client's message id

client sets an interval to retry sending each message. when it receives the 'ack' for its message it clears the interval for that message id

Testing Plan

  1. modified server to randomly drop messages
  2. ran dkg successfully

Documentation

Does this change require any updates to the Iron Fish Docs (ex. the RPC API
Reference
)? If yes, link a
related documentation pull request for the website.

[ ] Yes

Breaking Change

Is this a breaking change? If yes, add notes below on why this is breaking and label it with breaking-change-rpc or breaking-change-sdk.

[ ] Yes

@hughy hughy requested a review from a team as a code owner October 3, 2024 16:40
adds a server 'ack' message that the server sends to the client upon receiving
and successfully parsing the client message. each 'ack' contains the client's
message id

client sets an interval to retry sending each message. when it receives the
'ack' for its message it clears the interval for that message id
@hughy hughy force-pushed the feat/hughy/multisig-client-retry branch from e28d4f9 to 1cb21b9 Compare October 3, 2024 19:56
@hughy hughy merged commit a92a859 into staging Oct 3, 2024
9 checks passed
@hughy hughy deleted the feat/hughy/multisig-client-retry branch October 3, 2024 20:24
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.

2 participants