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

### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue Upon initialising a subgraph (hosted-service), the initialisation broke with the following trace: ✖ Failed to fetch Start...

bug

### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue When initializing a subgraph, I need to provide two contracts that are both verified on Sepolia. I...

bug

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dotansimha/changesets-action](https://togithub.com/dotansimha/changesets-action) | action | patch | `v1.5.0` -> `v1.5.2` | --- ### Release...

dependencies

### Which packages are impacted by your issue? @graphprotocol/graph-ts ### Describe the issue Gnosis reported a dependency issue when trying to use graph test ``` $_ graph test Skipping download/install...

bug

This PR introduces `remove` method generation for mutable entities only. `remove` method is a wrapper around `store.remove`. The implementation is similar to `save` method. ```ts export class Account extends Entity...

instead of writing out big string by hand we should utilize more snapshots testing since that is what we are trying to achieve with these compares for generated code anyways.

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@theguild/prettier-config](https://togithub.com/the-guild-org/shared-config) ([source](https://togithub.com/the-guild-org/shared-config/tree/HEAD/packages/prettier-config)) | [`2.0.1` -> `2.0.7`](https://renovatebot.com/diffs/npm/@theguild%2fprettier-config/2.0.1/2.0.7) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`1.19.1` -> `3.0.3`](https://renovatebot.com/diffs/npm/prettier/1.19.1/3.0.3) |...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [oclif](https://togithub.com/oclif/oclif) | [`3.8.1` -> `3.17.2`](https://renovatebot.com/diffs/npm/oclif/3.8.1/3.17.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oclif/3.17.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oclif/3.17.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

The `subgraph.yaml` schema is very poorly documented. The only place I see is here: https://thegraph.academy/developers/defining-a-subgraph/ which is a tutorial. There needs to be a dedicated reference-style document describing the schema...