graph-tooling icon indicating copy to clipboard operation
graph-tooling copied to clipboard

Monorepo for various tools used by subgraph developers.

Results 207 graph-tooling issues
Sort by recently updated
recently updated
newest added

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

### 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 -...

bug
area/cli

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...

area/cli

it has a type we have `skip-wait-for-ethererum`

area/cli

introducing a new flag called `--datasource=template` this way users can easily add a new template contract to their manifest file cc @itsjerryokolo

enhancement

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/dockerode/3.3.5/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

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/))

new feature
area/cli