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

fix: warp route artifact symbol #499

Merged
merged 7 commits into from
Jan 17, 2025
Merged

fix: warp route artifact symbol #499

merged 7 commits into from
Jan 17, 2025

Conversation

Xaroz
Copy link
Contributor

@Xaroz Xaroz commented Jan 17, 2025

Description

This PR along with a PR to the monorepo aims to fix the artifacts for warp route deployments by taking into account the symbol field, mentioned in this issue

  • Add WarpRouteOptions as optional parameter to addWarpRoute
  • Change getWarpRouteArtifactPaths to receive a symbol as the folder path
  • Include unit test

Backward compatibility

Yes

Testing

CLI
Unit test

@Xaroz Xaroz requested a review from jmrossy January 17, 2025 18:39
Copy link

changeset-bot bot commented Jan 17, 2025

🦋 Changeset detected

Latest commit: acf0af5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@hyperlane-xyz/registry Minor

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

Copy link
Collaborator

@jmrossy jmrossy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM just one comment

src/registry/IRegistry.ts Outdated Show resolved Hide resolved
@Xaroz Xaroz requested a review from jmrossy January 17, 2025 19:53
.changeset/little-paws-begin.md Outdated Show resolved Hide resolved
@Xaroz Xaroz added this pull request to the merge queue Jan 17, 2025
Merged via the queue into main with commit b3d0a00 Jan 17, 2025
6 checks passed
@Xaroz Xaroz deleted the fix/warp-route-options branch January 17, 2025 20:31
github-merge-queue bot pushed a commit to hyperlane-xyz/hyperlane-monorepo that referenced this pull request Jan 20, 2025
…es (#5212)

### Description

<!--
What's included in this PR?
-->
Fixes #5164 

Fixed an issue where symbols were not taken into account when creating
artifacts through warp deploy.

### Drive-by changes

<!--
Are there any minor or drive-by changes also included?
-->

Update registry packages

### Related issues

<!--
- Fixes #[issue number here]
-->
Related issue: [registry
fix](hyperlane-xyz/hyperlane-registry#499)


### Backward compatibility

<!--
Are these changes backward compatible? Are there any infrastructure
implications, e.g. changes that would prohibit deploying older commits
using this infra tooling?

Yes/No
-->
Yes

### Testing

<!--
What kind of testing have these changes undergone?

None/Manual/Unit Tests
-->
CLI
Manual
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