Is an error reported if transactions fail to be mined?

Suppose my Autotask code snippet sends a transaction. The task does not await mining and returns from the handler. But the transaction fails in the end to be mined. Will Defender notify the account of the failure?

Suppose the same scenario with two transactions. Will Defender similarly notify of both transaction failures?

Thanks!

:computer: Environment

Relayer and Autotask

:memo:Details

Using ethers.js to send the transaction(s) (DefenderRelayProvider and DefenderRelaySigner).

Hi @dkent600 -

Defender will continue to retry transactions until the validUntil parameter is reached (defaults to 8 hours if not provided with the request). At that point, it will replace the transaction with a NOOP, which except in very rare circumstances will be mined.

Defender does not provide any notifications when NOOPs are sent.

Please let us know if you have any other questions

1 Like

Thanks! Even if there is no notification, will a NOOP transaction still show up in a Defender log somewhere?

Yes, it would show up in logging like this:

1 Like