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
From the logs, the failed status seems not to be determined by the connector. It's determined by the Firefly Core logic. If it cannot submit a blockchain transaction and would eventually succeed through retrying, they it shouldn't return Failed status.
FireFly integration tests are seeing blockchain operations move from
Failed
toPending
status after evm revert errors:It seems wrong for an operation that has reached a "final" state of either
Failed
orSucceeded
to ever move out of that state.The text was updated successfully, but these errors were encountered: