graph-tooling
graph-tooling copied to clipboard
Monorepo for various tools used by subgraph developers.
core pkg
Idea is to create a code first interface so building functions/helpers that will be used by the CLI. This can be an API in future we can expose for anyone...
- Add rate limit parameter for some chains so `graph init` waits 5 seconds when needed - Refactor chain definitions - Replace dead etherscan-like api urls for some chains
`graph init` Ethereum/matic/Decentraland contract (480a0f4e360e8964e68858dd231c2922f1df45ef) fails
### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue `graph init` with answers: - Protocol · ethereum - Product for which to initialize · hosted-service -...
I am trying to run unit tests for my subgraph (as part of CI on github actions). The script is crashing with the following error. All the tests run properly...
it has a type we have `skip-wait-for-ethererum`
introducing a new flag called `--datasource=template` this way users can easily add a new template contract to their manifest file cc @itsjerryokolo
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dockerode](https://togithub.com/apocas/dockerode) | [`2.5.8` -> `3.3.5`](https://renovatebot.com/diffs/npm/dockerode/2.5.8/3.3.5) | [](https://docs.renovatebot.com/merge-confidence/)...
this should become a sub package https://github.com/graphprotocol/hardhat-graph
> Idea is to create a code first interface so building functions/helpers that will be used by the CLI. This can be an API in future we can expose for...
Global installation is an anti-pattern. We should make it easy to instantiate a new subgraph & install dependencies. A simple way to do this is via a starter command ([example](https://petermekhaeil.com/how-to-build-an-npx-starter-template/))