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

Missing events from indexer. #381

Open
martines3000 opened this issue Dec 9, 2024 · 0 comments
Open

Missing events from indexer. #381

martines3000 opened this issue Dec 9, 2024 · 0 comments
Assignees
Labels
Bug Something isn't working P3 Start investigating within one working day

Comments

@martines3000
Copy link

Describe the bug
Missing events from indexer.

Indexer link: Swaylend USDC Mainnet

The events from the following transaction are missing in the indexer.

I also tested the behaviour by running the indexer locally with raw_events: true and the raw events were also missing.

Another thing I noticed is if I re-run the indexing locally from scratch the events are sometimes there and sometimes not.

I also found that the following query returns 2 entries (correct) when querying locally and only 1 entry (wrong) when querying in the GraphQL playground from the hosted service.

{
  UserCollateralEvent(
    where: {user_id: {_eq: "0x57bcd750538e7a9d33a883b91127fff97bd5c92b8b4da76e1ad4975aaa68c6b8"}}
  ) {
    id
    actionType
    user_id
    collateralAsset_id
    amount
    timestamp
  }
}
  • Envio version: v2.10.0
@JonoPrest JonoPrest added Bug Something isn't working P3 Start investigating within one working day labels Dec 10, 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 P3 Start investigating within one working day
Projects
None yet
Development

No branches or pull requests

3 participants