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

Some blocks were not indexed #106

Open
PushinSt opened this issue May 29, 2023 · 0 comments
Open

Some blocks were not indexed #106

PushinSt opened this issue May 29, 2023 · 0 comments

Comments

@PushinSt
Copy link

Hello.

Hello. I found a problem that I can not find an entry in the subgraph about a specific transaction. Could it be that the block was not indexed?

Graph:
https://thegraph.com/hosted-service/subgraph/uniswap/uniswap-v3

Transaction:
https://etherscan.io/tx/0xfdeca9f81d0f930e7e107f10b26fd79a26e67b7edf41c683c4d00038e7ccd6f2#eventlog

Event:
Burn

Request for the transaction that was not indexed:

query txnBurn_failed {
  transactions(
    where: {id: "0xfdeca9f81d0f930e7e107f10b26fd79a26e67b7edf41c683c4d00038e7ccd6f2"}
  ) {
    id
    burns {
      id
      pool {
        id
      }
    }
  }
}

Снимок экрана от 2023-05-29 12-32-56
Снимок экрана от 2023-05-29 12-34-07

An example of a similar transaction that has been indexed

query txnBurn_example {
  transactions(
    where: {id: "0x000319c5821b918eecea3863f597ca5479c95970b3998588583ad2f6133b4ba1"}
  ) {
    id
    burns {
      id
      pool {
        id
      }
    }
  }
}

Снимок экрана от 2023-05-29 12-33-12
Снимок экрана от 2023-05-29 12-34-13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant