We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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
<envs> - name: USER_OPS_INDEXER__INDEXER__RPC_URL value: 'wss://testnet-trace.bevm.io' - name: USER_OPS_INDEXER__INDEXER__ENTRYPOINTS__V06_ENTRY_POINT value: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789' - name: USER_OPS_INDEXER__INDEXER__ENTRYPOINTS__V07 value: 'false' - name: USER_OPS_INDEXER__DATABASE__CREATE_DATABASE value: 'false' - name: USER_OPS_INDEXER__DATABASE__RUN_MIGRATIONS value: 'true' - name: USER_OPS_INDEXER__INDEXER__CONCURRENCY value: '10' - name: USER_OPS_INDEXER__INDEXER__REALTIME__ENABLED value: 'true' - name: USER_OPS_INDEXER__INDEXER__PAST_RPC_LOGS_INDEXER__ENABLED value: 'false' - name: USER_OPS_INDEXER__INDEXER__PAST_RPC_LOGS_INDEXER__BLOCK_RANGE value: '1000' - name: USER_OPS_INDEXER__INDEXER__PAST_DB_LOGS_INDEXER__ENABLED value: 'false' - name: USER_OPS_INDEXER__INDEXER__PAST_DB_LOGS_INDEXER__START_BLOCK value: '0' - name: USER_OPS_INDEXER__INDEXER__PAST_DB_LOGS_INDEXER__END_BLOCK value: '0' - name: USER_OPS_INDEXER__API__MAX_PAGE_SIZE value: '100' - name: USER_OPS_INDEXER__SERVER__HTTP__ADDR value: '[::]:8050'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: