You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The service is supposed to store all txids from a block so that when a submission comes in with a tx which has already been mined the correct status can be reported. However, there is no requirement in general for txids to be stored beyond those which the service has received from counterparties. This is a workaround for ensuring ARC's retry logic doesn't keep these submissions in an infinite retry loop just because the other nodes are ignoring the attmpted broadcast.
The text was updated successfully, but these errors were encountered:
Hello @sirdeggen
This issue would be addressed by this open PR: #254
The feature of ARC to report MINED status which have been submitted not through that ARC instance will be lost for now, but is planned to be added again at a later stage with a new service.
The service is supposed to store all txids from a block so that when a submission comes in with a tx which has already been mined the correct status can be reported. However, there is no requirement in general for txids to be stored beyond those which the service has received from counterparties. This is a workaround for ensuring ARC's retry logic doesn't keep these submissions in an infinite retry loop just because the other nodes are ignoring the attmpted broadcast.
The text was updated successfully, but these errors were encountered: