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
Since the entire transaction failed and reverted, no changes to the blockchain state were made. From the AA user perspective, this situation is identical as if the bundle transaction hasn't been sent at all. The bundler likely will resend the bundle with corrected calldata, and then we'll be able to correctly index, parse and figure out the execution status of the AA operation.
Same approach also applies for other entities derived from raw transactions (e.g. failed transactions don't contain token transfers / logs), so we consider this behavior to be working as intended.
Describe the bug
Successful transactions can be scanned into User Operations, but failed transactions cannot.
Observed behavior
Fail transaction: https://scan-testnet.bevm.io/tx/0xd0a51ecf774725c0b4c640cf47e8a97debbbca0079f2a8246c2618febbf81737
User operations: https://scan-testnet.bevm.io/ops
Websocket rpc:
wss://testnet-trace.bevm.io
Expected behavior
Failed transactions can be scanned into User Operations.
Environment
Websocket rpc:
wss://testnet-trace.bevm.io
Backend: v6.9.1-beta
The text was updated successfully, but these errors were encountered: