You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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
0 commit comments