Summary of Bug
Once in awhile, will see a broadcast go to PENDING but then not show up even with expiration block height set. Expiration reaper never finds the transaction and blocks transaction processing going forwards.
The transaction does not show up in unconfirmed tx list at query node.
Version
v1.6.1
Steps to Reproduce
Need a more elegant way to watch for uncofirmed tx's. Instead of querying the node by tx hash, check if the tx hash exists in unconfirmed tx's at query once. If not found, mark for retry.
For Admin Use
Summary of Bug
Once in awhile, will see a broadcast go to
PENDINGbut then not show up even with expiration block height set. Expiration reaper never finds the transaction and blocks transaction processing going forwards.The transaction does not show up in unconfirmed tx list at query node.
Version
v1.6.1
Steps to Reproduce
Need a more elegant way to watch for uncofirmed tx's. Instead of querying the node by tx hash, check if the tx hash exists in unconfirmed tx's at query once. If not found, mark for retry.
For Admin Use