-
Notifications
You must be signed in to change notification settings - Fork 239
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
[SUBGRAPH BUG] flowDistributionUpdatedEvents not being picked up by the graph #1747
Comments
attempting to redeploy subgraph: https://github.com/superfluid-finance/protocol-monorepo/actions/runs/6865195493 it is quite a confusing issue otherwise |
looks like the optimism-goerli subgraph is quite outdated, I would reckon that this is related to the issue. |
do we redeploy? |
I tried to but there was an issue in Addressing this root issue, once and for all here: #1748. Placing the canonical name in metadata once and then we can just forget about it and use the canonical name instead. |
Agree, we need to handle this mappings in metadata. |
fixed and re-synced |
Describe the bug:
A clear and concise description of what the bug is. What is the data you are having issues with?
Subgraph endpoint: [e.g. https://thegraph.com/hosted-service/subgraph/superfluid-finance/protocol-v1-goerli]
https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-optimism-goerli
Query:
e.g.
Expected data:
I would expect to see more than 1 flowDistributionUpdated events, e.g.
https://goerli-optimism.etherscan.io/tx/0xa00990ffad4bd6c2482ccf3070a02c9be21828acc11e3075119e84f5991b59bc#eventlog
https://goerli-optimism.etherscan.io/tx/0xdb60cd7725c48ee8dd6f72ccfc38233bcc8631791fca0e2a9929dfdf76d808ba#eventlog
https://goerli-optimism.etherscan.io/tx/0xdb60cd7725c48ee8dd6f72ccfc38233bcc8631791fca0e2a9929dfdf76d808ba#eventlog
Actual data:
A clear and concise description of what is incorrect with the data or paste the returned data (within reason).
Only one distribution updated event is shown
Additional context:
This wallet has got a bunch of events https://goerli-optimism.etherscan.io/address/0xdc305dd2551a8d331d372460ed72e6ad846f435a
The text was updated successfully, but these errors were encountered: