-
Notifications
You must be signed in to change notification settings - Fork 5
ETH-401 Consolidate all subgraphs into one #497
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
ETH-401 Consolidate all subgraphs into one #497
Conversation
- Permission => StreamPermission - PaymentDetailsByChain => ProjectPaymentDetails - TimeBasedSubscription => ProjectSubscription - Staking => ProjectStaking - Unstaking => ProjectUnstaking - Stake => BountyStake
packages/network-subgraphs/README.md
Outdated
} | ||
``` | ||
|
||
Project example queries: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: manually test the example queries that they work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated examples
"graphbuild": "graph build", | ||
"build": "./copyAbisFromContractsPackage.sh && npm run codegen && npm run graphbuild", | ||
"lint": "eslint ./src/*.ts", | ||
"docker:build": "npm run codegen && npm run graphbuild && docker build . -t streamr/graph-deploy-streamregistry-subgraph:dev", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
call it graph-deploy-network-subgraphs, update the docker-compose.yml in the streamr-docker-dev
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated, but called it "deploy-network-subgraphs"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated readme as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good changes to examples 👍
ETH-401 Consolidate all subgraphs into one
make one subgraph containing
Also update the subgraph in the docker dev env |
No description provided.