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
BLOCKING fixes:
- Fix warn! to error! for failed delivery tx storage
- Remove success/debug logging for delivery tx storage (follow log-after-action rule)
- Remove leftover debug warn! with ALL CAPS in hyperlane_db.rs
- Remove CORS from /reprocess_message (security: POST endpoints should not have permissive CORS)
- Remove unused origin_db_delivery field from MessageContext
MAJOR fixes:
- Remove duplicate tx->message_id reverse mapping from delivery_db.rs
(origin-side mapping via HyperlaneDb is sufficient for /dispatched endpoint)
- Remove logging from low-level DB methods (let callers decide)
Simplifies delivery_db.rs to only store message_id -> delivery_tx mapping,
which is what the /delivered endpoint actually uses.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments