-
Notifications
You must be signed in to change notification settings - Fork 363
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
No metadata relayer support for hooks #2495
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2495 +/- ##
=======================================
Coverage ? 63.56%
=======================================
Files ? 89
Lines ? 1356
Branches ? 182
=======================================
Hits ? 862
Misses ? 487
Partials ? 7 ☔ View full report in Codecov by Sentry. |
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've reviewed the changes under /typescript/*
Mostly looks good! Just some small things :)
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.
Just looked at the rust
…ane-xyz/hyperlane-monorepo into kunal/no_metadata_relayer_minimal
Description
NoMetadataRelayer
moduleType which returns an emptyvec![]
onMetadataBuilder::build()
HyperlaneHookDeployer
which lets you deploy the hook, ISM and a testRecipient which specifies to use theAbtractNativeISM
Drive-by changes
Related issues
Backward compatibility
Backward compatible? Yes
Tooling changes needed? Need to update node to ^18
Testing