logs_non-solana_2025-01-20_900_nocolor.txt
In a wierd flow, we see in the relayer logs:
- tx hash
0xe7726b08fc16662612c0a9e1783014a8d66221613ca26a8a70fef5474096d7d0 being submitted
2026-01-20T09:16:12.726463Z INFO hyperlane_ethereum::tx: Dispatched tx, tx_hash: 0xe7726b08fc16662612c0a9e1783014a8d66221613ca26a8a70fef5474096d7d0
at chains/hyperlane-ethereum/src/tx.rs:97
in hyperlane_ethereum::tx::track_pending_tx
in hyperlane_ethereum::contracts::mailbox::process with tx_gas_limit: Some(385000), metadata: 0x726f757465725f706f73745f646973706174636800000003000000000000000088e1e592cb55eba3906a6cf62bf7018ca0b8db625b1cb1a0fa7d1dcfe34525b00000061578c311e4328a58baf99ccbee1d6ed7285edb487b7d18a722f00fa282697a82e0016a3b6bbca2617f098d7aebf39fbe6cd376d41c9dab5e10193b6077748bec251c78a618925312735a5245db7fa395d124f380f9a4cad45ac25c306b7fb5907999465bb41673266ff8e01064c75c026f386eeba10e17addcf6e91a1e05579467731babbe562fe8f9487c815a9ebd68ffbc5822b3f146165dae24c8109ddad76aacca5dad31accc8c7644dcd39a772dc9f356660aecb86569c9cb5f24044194cce46b1cfaa4bc59cb08c268590a33c316b647b631d16eb5282b32de9d7d595c26d57ded234a7ae348987422ed9d85e697c3602e09590a4a14231a3e26424043800cf70e1bd826edbb9398aefa9b9705131c223d80dbfaf56aa35fd6490683dc4b0931b1624aa23e9b9d1b31fe13cda998131a684d4b59a2a002896e6c144453e5252ce2961b4c7dde684b69c8dddb4524ec83326feaa828e3534a440f4de0131b56d3992fb456784098c2f54fc6a1b0f9334582a3734fc291639ef6b7646b005f9972a862871b
in relayer::msg::pending_message::submit with id: 0x56bddffcea300a5723ba42fac6d2deff1b63c27da5a7cbbd30a89a2a224de339, domain: ethereum
in relayer::msg::message_processor::submit_classic_task with domain: ethereum
2026-01-20T09:17:42.726600Z ERROR relayer::msg::pending_message: Process transaction submission failed, message_id: 0x56bddffcea300a5723ba42fac6d2deff1b63c27da5a7cbbd30a89a2a224de339, error: TransactionTimeout, gas_limit: 385000
at agents/relayer/src/msg/pending_message.rs:434
in relayer::msg::pending_message::submit with id: 0x56bddffcea300a5723ba42fac6d2deff1b63c27da5a7cbbd30a89a2a224de339, domain: ethereum
in relayer::msg::message_processor::submit_classic_task with domain: ethereum
- message detected as already delivered
2026-01-20T09:17:53.036001Z WARN relayer::msg::pending_message: DELIVERY_STORAGE: No submission_outcome available, cannot store delivery tx hash, message_id: 0x56bddffcea300a5723ba42fac6d2deff1b63c27da5a7cbbd30a89a2a224de339, destination: 1
at agents/relayer/src/msg/pending_message.rs:952
in relayer::msg::message_processor::confirm_classic_task with domain: ethereum
the message was actually submitted with the following tx:
https://etherscan.io/tx/0xc757cd2dd7b3ecd83fedffc4cc65425c956b5b89c90f95a429ad7c7f0c759586
which doesn't show up in the logs at all
logs_non-solana_2025-01-20_900_nocolor.txt
In a wierd flow, we see in the relayer logs:
0xe7726b08fc16662612c0a9e1783014a8d66221613ca26a8a70fef5474096d7d0being submittedthe message was actually submitted with the following tx:
https://etherscan.io/tx/0xc757cd2dd7b3ecd83fedffc4cc65425c956b5b89c90f95a429ad7c7f0c759586
which doesn't show up in the logs at all