graph-tooling
graph-tooling copied to clipboard
Monorepo for various tools used by subgraph developers.
Following walk through: ``` graph init › Warning: In next major version, this flag will be removed. By default we will › stop initializing a Git repository. ✔ Network ·...
Too many fields, confusing for everyone. Let's keep it simple.
### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue `graph add 0x514910771AF9Ca656af840dff83E8264EcF986CA` completes without issues but fails to build. ### Reproduction N/A ### Steps to Reproduce...
## User request Add a Graph CLI command to return information about a smart contract in human-readable format. Include data such as: * start block * ABI, if available *...
### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue If incorrect parameters are passed to the `graph add` command it will write these first to the...
### Which packages are impacted by your issue? @graphprotocol/graph-cli, @graphprotocol/graph-ts ### Describe the issue When merging PRs including changesets, the [`release`](.github/workflows/release.yml) GH action is triggered to add the changes to...
Currently, when running `graph init` and trying to scaffold a subgraph indexing a proxy contract, the CLI is not aware of the implementation contract. This is a big caveat for...
### Discussed in https://github.com/graphprotocol/graph-tooling/discussions/1639 Originally posted by **alex-pakalniskis** April 22, 2024 ## Problem Even though Substreams packages contain relevant protobuf definitions, Substreams-powered subgraph developers are unable to reference those protobuf...
## Issue The following generated code fails to compile **Function ABI: hashGroup(Approver[] _approvers)** ``` { "inputs": [ { "components": [ { "internalType": "address", "name": "addr", "type": "address" }, { "internalType":...
Hello there, I have a contract defined in datasource that has a `_name()` function included in its ABI, but it conflicts with the [`_name` property of `ethereum.SmartContract`](https://github.com/graphprotocol/graph-ts/blob/v0.27.0/chain/ethereum.ts#L464) class, so the...