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

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@theguild/eslint-config](https://redirect.github.com/the-guild-org/shared-config) ([source](https://redirect.github.com/the-guild-org/shared-config/tree/HEAD/packages/eslint-config)) | [`0.13.2` -> `0.13.4`](https://renovatebot.com/diffs/npm/@theguild%2feslint-config/0.13.2/0.13.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@theguild%2feslint-config/0.13.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue I was able to deploy this subgraph initially, but now I'm unable to deploy new versions. I...

bug

### Which packages are impacted by your issue? @graphprotocol/graph-ts ### Describe the issue Here's the declared function: ``` function remove(entity: string, id: string): void; ``` Typescript won't compile if you...

bug

### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue When I try to build a graph for a contract from a specific chain (EVM), I am...

bug

When I try to initialize a subgraph, I'm forced to select a public chain from the registry. It's a pretty common use-case to start developing a subgraph against a local...

enhancement

As reported by @marcusrein Reproduce: - `graph init` with contract `0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701` on `monad-testnet` - `graph codegen` ``` - Load subgraph from subgraph.yaml ✖ Failed to load subgraph from subgraph.yaml: Cannot...

bug

Signed-off-by: poonai Related: https://github.com/graphprotocol/graph-node/issues/4004

Includes an additional check during subgraph validation to identify data sources which are functionally equivalent. If a subgraph is deployed with functionally equivalent data sources it will likely lead to...