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
@linuskendall, @brianlong, @mertimus: if web3.js added searchTransactionHistory to all getSignaturesStatuses calls made by the transaction confirmer, would your RPC explode, or would this be a non-event?
Problem
getSignatureStatus was added to confirmTransaction in #28290 for signatures that confirm before the onSignatureResult message arrives.
The issue is for older signatures that are no longer in the signatures cache, this will still hang because getSignatureStatus will not see the sig.
Proposed Solution
Add
searchTransactionHistory: true
(or expose it in confirmTransaciton) to the getSignatureStatus call.The text was updated successfully, but these errors were encountered: