-
Notifications
You must be signed in to change notification settings - Fork 389
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
feat: implement multi-message relay #4812
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 2ea23c1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4812 +/- ##
=======================================
Coverage 77.53% 77.53%
=======================================
Files 103 103
Lines 2110 2110
Branches 190 190
=======================================
Hits 1636 1636
Misses 453 453
Partials 21 21
|
…atch transaction.
Signed-off-by: pbio <[email protected]>
would be cool to use this for #4722 |
@@ -19,12 +19,11 @@ export const statusCommand: CommandModuleWithWriteContext< | |||
description: 'Dispatch transaction hash', | |||
}, | |||
}, | |||
handler: async ({ context, origin, destination, id, relay, dispatchTx }) => { |
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.
Considering that the destination var is unused maybe we should remove it from the command options too so that users won't try to set it and then see unexpected results because the value is not used
Description
relayAll
method to HyperlaneRelayer in SDK.Drive-by changes
getContracts
in HyperlaneCoreRelated issues
Backward compatibility
Testing
Manual with ICA governance tx