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

Fix sync errors as mentioned in #15 #17

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

cwang25
Copy link

@cwang25 cwang25 commented Nov 11, 2021

Fix #15. Changes the uses of getUnderlyingPrice, name, symbol to try_getUnderlyingPrice, try_name, try_symbol...etc

Current subgraph is stuck at Block 12,996,808
image

By add try_ to those functions, it would be able to sync to the head just fine.
image

@cwang25 cwang25 marked this pull request as draft November 11, 2021 18:31
@cwang25 cwang25 marked this pull request as ready for review November 11, 2021 18:31
@juanmardefago
Copy link

Hey @cwang25, thanks for the extra code fixes!

I'll be merging my fix first, since the deployment for that fix is already synced on the hosted service (and it should automatically and instantly fix the official subgraph), but after merging that one I'll review your code and most likely merge that too, so it starts syncing in parallel to fix any further issues :)

@cwang25
Copy link
Author

cwang25 commented Nov 15, 2021

No problem. Happy to help :)
Thanks @juanmardefago .

I have also quick-fixed the merge conflict, this PR is good to merge anytime.

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

Successfully merging this pull request may close these issues.

Indexing error on subgraph
3 participants