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 The package ipfs-http-client is deprecated (see [this issue for migration process](https://github.com/ipfs/js-ipfs/issues/4336)) ### Reproduction _ ### Steps to...

bug

### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue Hello, it appears graph codegen still fails for an event/function with a Tuple[] structure. It has been...

bug
area/codegen

Currently the execution of `graph init` generates ABI's with the name **Contract** because of this https://github.com/graphprotocol/graph-cli/blob/3a9a5a972795029b63843761171fd7687e12fd8f/src/commands/init.js#L190 Could be good to apply take as name the filename of the ABI instead...

enhancement
good first issue
developer experience
p3
projects/aave

### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue run `npm run codegen` run `npm run test` the error happens ``` economic-module-hub -------------------------------------------------- Describe entity assertions:...

bug
area/graph-test

Currently we rely on Etherscan and other centralised providers to download the ABIs for contracts. It would be great to use https://sourcify.dev/ first and then fallback to these only if...

area/cli

should have a shared logging setup for everything in here where it makes sense ![CleanShot 2023-08-29 at 12 33 49](https://github.com/graphprotocol/graph-tooling/assets/44710980/69579be0-4f4e-40d7-a6bc-cf56d5987fae)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [semver](https://togithub.com/npm/node-semver) | [`7.4.0` -> `7.5.2`](https://renovatebot.com/diffs/npm/semver/7.4.0/7.5.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/semver/7.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

Currently facing an issue where an event with an indexed struct fails to sync when deploying to the hosted service with the following error: `Event with the signature "EventName((indexed uint8,uint8),uint256,indexed...

Part of `graph init` today we only allow installing with `yarn` or `npm` we should be able to detect `bun` and use that for install

new feature
area/cli