BulletproofTxManager
[WARN] BulletproofTxManager: dropped old transactions from transaction queue
SELECT * FROM eth_txes;
DELETE from eth_txes WHERE state = 'unconfirmed';
DELETE from job_runs WHERE status = 'pending_outgoing_confirmations';[ERROR] cannot create transaction; too many unstarted transactions in the queue
SELECT * FROM eth_txes;
DELETE from eth_txes WHERE state = 'unconfirmed';
DELETE from job_runs WHERE status = 'pending_outgoing_confirmations';[WARN] EthBroadcaster: transaction throttling; transactions in-flight and unstarted transactions pending (maximum number of in-flight transactions is per key)
[ERROR] EthBroadcaster: transaction gas price was rejected by the eth node for being too high.
[ERROR] EthBroadcaster: tx at gas price Wei was rejected due to insufficient eth
[ERROR] default gas price wei was rejected by the eth node for being too low
[ERROR] Hit gas price bump ceiling, will not bump further. This is a terminal error
[ERROR] invariant violation: could not increment nonce because no rows matched query
[ERROR] EthConfirmer batchFetchReceipt failed
[WARN] Transaction reverted on chain
[ERROR] EthConfirmer: eth_tx with ID expired without ever getting a receipt for any of our attempts
[WARN] EthConfirmer: transactions to rebroadcast which exceeds limit of
[ERROR] Failed to bump gas
[WARN] EthConfirmer: chain length supplied for re-org detection was shorter than EvmFinalityDepth. If this happens a lot, it could indicate a problem with the remote RPC endpoint, a compatibility issue with a particular blockchain, heads table being truncated too early, or some other problem
[WARN] EthResender: failed to resend unconfirmed transactions
[WARN] NonceSyncer: address has been used before, either by an external wallet or a different Chainlink node. Local nonce is but the on-chain nonce for this account was. It's possible that this node was restored from a backup. If so, transactions sent by the previous node will NOT be re-org protected and in rare cases may need to be manually bumped/resubmitted.
Last updated