graph-tooling
graph-tooling copied to clipboard
Monorepo for various tools used by subgraph developers.
### 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...
### 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...
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...
### 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:...
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...
should have a shared logging setup for everything in here where it makes sense 
[](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) | [](https://docs.renovatebot.com/merge-confidence/)...
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