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 Byzantium fork added a status field to the transaction receipt, which tells us whether the transaction was successful or failed.
Having said that, currently the keeper determines transaction status by checking if the transaction logged any event or not. I guess we can safely replace it by just checking that status field, as we already fetch the receipt anyway.
The text was updated successfully, but these errors were encountered:
The Byzantium fork added a
status
field to the transaction receipt, which tells us whether the transaction was successful or failed.Having said that, currently the keeper determines transaction status by checking if the transaction logged any event or not. I guess we can safely replace it by just checking that
status
field, as we already fetch the receipt anyway.The text was updated successfully, but these errors were encountered: