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 contributes to the new feature that allows subgraph developers to choose between different Ethereum block structs to use as the input argument to a block handler mapping function....

Implements #1739 With `init` and `add` commands, if proxy is detected, the user is given an option to use ABI of the implementation contract.

There is quite a bit of technical debt with parameter validation. Multiple checks for required/incompatible flags result in spaghetti code and bugs. Confusing flag combinations result in bad DX, there...

### Discussed in https://github.com/graphprotocol/graph-tooling/discussions/1601 Originally posted by **schmidsi** February 29, 2024 It is very annoying to always enter a new version label, especially when following semver. Can't we just suggest...

### Discussed in https://github.com/graphprotocol/graph-tooling/discussions/1825 Originally posted by **YaroShkvorets** December 11, 2024 See abandoned PR: https://github.com/graphprotocol/graph-tooling/pull/1544

i.e https://github.com/graphprotocol/graph-tooling/pull/1864 As a result final checks before the release are not performed, including publishing CLI RC release. The issue here is that GitHub doesn't trigger workflows from events created...

### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue When providing all the arguments to the CLI for `init`, this line checks if a contract address...

bug

Probably related to #1839 ? We have 2 mainnet contracts: `0xdAC17F958D2ee523a2206206994597C13D831ec7` - USDT with 10 events `0x514910771AF9Ca656af840dff83E8264EcF986CA` - LINK with 2 events that already exist in USDT but different parameters...

bug

There is one very basic test for Ethereum ABI codegen right now that doesn't cover much: https://github.com/graphprotocol/graph-tooling/blob/main/packages/cli/src/protocols/ethereum/codegen/abi.test.ts Need something more serious.

enhancement