Open abernatskiy opened 1 year ago
Thank you for feedback, I already fixed this in my latest commit
I meant i fixed it in my last commit which i made recently after you spotted the bug!
Getting a
QueryFailedError: insert or update on table "wrapped_domain" violates foreign key constrain
error now around the height of 16931400. Likely you insert a WrappedDomain
entity record before inserting the Account
entity it refers to.
Thanks for providing the height, working on fixing it right now
fixed with the recent commit
i'm sure i have it fixed now
Last time I tried syncing it on 11/10 I got a bunch of errors that suggested inserting entities out of order. I saw you've made new commits since then. Gonna take a look at what it does now.
Sorry for all the headaches.
The squid syncs now, but the name
field for all WrappedDomain
entity records is null
. I found a bunch more issues:
NewTTLs
records in the squid vs 10+ in the subgraphAbiChanged
records in the squid vs 10+ in the subgraphInterfaceChanged
records in the squid vs 10+ in the subgraphNameUnwrapped
records in the squid vs 10+ in the subgraphFusesSet
records in the squid vs 10+ in the subgraphNameWrapped
records the name
field is null
everywherePlease fix.
You find this tool to be useful. Take a look at the (somewhat lax) comparison between the subgraph API and the squid API (my deployment of your code as it was on 17.11.2023) by running it as
npx compare-squid-to-subgraph https://api.thegraph.com/subgraphs/name/ensdomains/ens https://squid.subsquid.io/ricqcodes-ens-abernatskiy-test/v/v1/graphql -r 10 --temporal-ignore-ids --non-temporal-lower-case-ids
in the tool repo.
Thank you very much, will fix this asap
I'm sorry for silence, i have been trying to sync. I have a terrible internet over here so it's taking long time. It's been 4 days now
Fixed bug with recent commit. All previous noted bugs has being fixed
Thanks, testing! The squid takes a while to sync even on our infrastructure. I appreciate your effort.
I totally understand i apologize for all the stress, syncing my buggy
code while building an infrastructure. Thank you for always replying!
Hello again! Your squid's API has passed the test. Congrats!
Finally, thank you so much!
In a fully synced squid it has no records. Please fix.