Context and scope
One of the CI E2E test runs for #411 failed with an unexpected error. Re-run succeeded and the failure seemed unrelated to the changes so it was merged anyway.
We should find the cause of the test failure and fix it. The symptom is that the transaction that was meant to be relayed
@cam-schultz pointed out that TriggerProcessMissedBlocks depends on the assumption that relayer is the only thing that can trigger block production which might not be true with newer versions and the current tmpnet.
Logs do show that the relayer sent the message but there is no corresponding delivered message log
Context and scope One of the CI E2E test runs for #411 failed with an unexpected error. Re-run succeeded and the failure seemed unrelated to the changes so it was merged anyway.
We should find the cause of the test failure and fix it. The symptom is that the transaction that was meant to be relayed
@cam-schultz pointed out that TriggerProcessMissedBlocks depends on the assumption that relayer is the only thing that can trigger block production which might not be true with newer versions and the current tmpnet.
Logs do show that the relayer sent the message but there is no corresponding delivered message log