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

refactor: optional mailbox on warp config #5500

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

mshojaei-txfusion
Copy link
Collaborator

Description

This PR updates the warp route deployment configuration to handle mailbox addresses more consistently. Key changes:

  • Makes mailbox optional in the WarpRouteDeployConfig schema
  • Introduces a new WarpRouteDeployConfigMailboxRequired type for internal use
  • Updates the config filling logic to handle mailbox addresses through the context
  • Removes direct mailbox address prompting during config creation

Drive-by changes

  • Cleaned up some unused imports
  • Improved type safety around mailbox requirements
  • Updated tests to reflect new mailbox handling

Related issues

#5258

Backward compatibility

Yes - This change maintains backward compatibility while improving the internal handling of mailbox addresses.

Testing

Unit Tests - Existing tests have been updated to accommodate the new mailbox handling approach

Copy link

changeset-bot bot commented Feb 18, 2025

🦋 Changeset detected

Latest commit: 2ec2f6b

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

This PR includes changesets to release 9 packages
Name Type
@hyperlane-xyz/cli Minor
@hyperlane-xyz/sdk Minor
@hyperlane-xyz/infra Minor
@hyperlane-xyz/helloworld Minor
@hyperlane-xyz/widgets Minor
@hyperlane-xyz/ccip-server Minor
@hyperlane-xyz/github-proxy Minor
@hyperlane-xyz/utils Minor
@hyperlane-xyz/core Patch

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

@mshojaei-txfusion mshojaei-txfusion changed the title Refactor/optional mailbox on warp config refactor: optional mailbox on warp config Feb 18, 2025
config = await fillDefaults(context, config as any);

//fillDefaults would have added a mailbox to the config if it was missing
return WarpRouteDeployConfigSchema.parse(
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we not use WarpRouteDeployConfigMailboxRequired to parse then to avoid the type cast?

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