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
Client's RelayProvider already recognized failed transaction (event TransactionRelayed with status=0) and treat it as failure.
With #94, the relay() transaction doesn't gets reverted in case of contract problem, but it means that the client can behave strangely, as it "thinks" the transaction succeded.
Instead, the RelayProvider should check for TransactionFailed too, and report it as failure.
The text was updated successfully, but these errors were encountered:
Client's
RelayProvider
already recognized failed transaction (eventTransactionRelayed
withstatus=0
) and treat it as failure.With #94, the
relay()
transaction doesn't gets reverted in case of contract problem, but it means that the client can behave strangely, as it "thinks" the transaction succeded.Instead, the
RelayProvider
should check forTransactionFailed
too, and report it as failure.The text was updated successfully, but these errors were encountered: