Skip to content
New issue

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

user-ops-indexer: User operations cannot scan failed transactions #1121

Open
xiang-xx opened this issue Nov 13, 2024 · 0 comments
Open

user-ops-indexer: User operations cannot scan failed transactions #1121

xiang-xx opened this issue Nov 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@xiang-xx
Copy link

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

<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'
@xiang-xx xiang-xx added the bug Something isn't working label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant