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
Add checks or work around for safe-app-sdk's getBySafeTxHash or Safe Transaction API's getTransaction endpoint to ensure that we have a way to tell whether a transaction was actually cancelled (invalidated nonce) or whether it is marked as cancelled temporarily (nonce transaction detected but transaction has not yet been indexed).
For now we have a work around to only accept cancelled transactions that have cleared a few minutes after it's last updated date.
The text was updated successfully, but these errors were encountered:
mmv08
changed the title
add additional checks around whether a GnosisTransaction is cancelled or waiting to be indexed
add additional checks around whether a SafeTransaction is cancelled or waiting to be indexed
Nov 7, 2022
Discussed with @rmeissner offline
Add checks or work around for safe-app-sdk's getBySafeTxHash or Safe Transaction API's getTransaction endpoint to ensure that we have a way to tell whether a transaction was actually cancelled (invalidated nonce) or whether it is marked as cancelled temporarily (nonce transaction detected but transaction has not yet been indexed).
For now we have a work around to only accept cancelled transactions that have cleared a few minutes after it's last updated date.
The text was updated successfully, but these errors were encountered: