litentry / litentry-graph

A GraphQL Server providing aggregated blockchain identity data
Apache License 2.0
7 stars 0 forks source link

Data mismatch in squid indexer and polkadot network #228

Closed ishrak-imam closed 2 years ago

ishrak-imam commented 2 years ago

Screenshot 2022-04-25 at 16 15 45 Screenshot 2022-04-25 at 16 15 56

Polkadot data for open tips and that of indexer don't match.

jdomingos commented 2 years ago

I've detected the issue, it's an error on the polkadot indexer. I'll provide a fix tonight or tomorrow.

jdomingos commented 2 years ago

@ishrak-imam, it's not an easy fix. In the latest blocks, there is a tip creating using a multisignature. Seems like our indexers and squid cannot read the properly and are returning an error.

I'll keep you posted

jdomingos commented 2 years ago

Fix is here: https://github.com/litentry/squid/pull/88

It has been validated locally.

jdomingos commented 2 years ago

Seems everything is good!