-
Notifications
You must be signed in to change notification settings - Fork 371
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: write merkle & IGP hook addresses if created by core deploy #4607
Conversation
|
fa26752
to
36e8829
Compare
Signed-off-by: pbio <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4607 +/- ##
=======================================
Coverage 73.89% 73.89%
=======================================
Files 100 100
Lines 1421 1421
Branches 180 180
=======================================
Hits 1050 1050
Misses 350 350
Partials 21 21
|
Signed-off-by: pbio <[email protected]>
36e8829
to
d33d27a
Compare
### Description original: there was a series of related problems that people are encountering with cli deploys where the merkleTreeHook is deployed but its address is not included in the artifacts. this PR was intended to bring parity with how infra does it, we can also update for now to only add the merkleTreeHook to the output to unblock the base problem people are having update: restricted to just `merkleTreeHook` and `interchainGasPaymaster` to provide MVP fix ![image](https://github.com/user-attachments/assets/9f38c3a8-5240-4cbe-a224-161a7a4da8af) ### Related issues hyperlane-xyz/hyperlane-registry#240 (comment) hyperlane-xyz/hyperlane-registry#236 (comment) hyperlane-xyz/hyperlane-registry#237 (comment) ### Backward compatibility yes ### Testing manual --------- Signed-off-by: pbio <[email protected]>
Description
original:
there was a series of related problems that people are encountering with cli deploys where the merkleTreeHook is deployed but its address is not included in the artifacts. this PR was intended to bring parity with how infra does it, we can also update for now to only add the merkleTreeHook to the output to unblock the base problem people are having
update:
restricted to just
merkleTreeHook
andinterchainGasPaymaster
to provide MVP fixRelated issues
hyperlane-xyz/hyperlane-registry#240 (comment)
hyperlane-xyz/hyperlane-registry#236 (comment)
hyperlane-xyz/hyperlane-registry#237 (comment)
Backward compatibility
yes
Testing
manual