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

For The Graph's graph-ts [implementation](https://github.com/graphprotocol/graph-tooling/blob/main/packages/ts/common/numbers.ts#L113C1-L119C4), `BigInt.toHex()` and `BigInt.toHexString()` behaves the same. ```js toHex(): string { return typeConversion.bigIntToHex(this); } toHexString(): string { return typeConversion.bigIntToHex(this); } ``` However, in my thoughts `toHex()`...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | ipfs/go-ipfs | minor | `v0.4.23` -> `v0.21.0` | --- ### Configuration 📅 **Schedule**:...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | ipfs/kubo | minor | `v0.19.1` -> `v0.21.0` | --- ### Configuration 📅 **Schedule**:...

dependencies

### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue Cannot provide `startBlock: 1397553` for when using Substreams data source. ### Reproduction https://github.com/pinax-network/substreams-cookbook/tree/main/erc20 ### Steps to Reproduce...

bug

### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue When I initialize a new subgraph and select the current directory as "Directory to create the subgraph...

bug

In `package.json` prettier is set as dependency: ```js "dependencies": { ... "prettier": "^1.13.5", }, ``` while it should be in `devDependencies `. That leads to annoying versioning conflicts in monorepo...

area/cli

### Which packages are impacted by your issue? @graphprotocol/graph-ts ### Describe the issue When I run `npm run build` I'm getting the following error: ``` ./node_modules/.pnpm/@[email protected]/node_modules/@graphprotocol/graph-ts/chain/arweave.ts:28:25 Type error: Cannot find...

bug

### Description It seems graph-node does not fully support all features of GraphQL schema definition. And defining a schema that's not supported tends to be reported only during the final...

enhancement

instead of hard coding a version https://github.com/graphprotocol/graph-tooling/pull/1357 we should pull it from NPM and then it will always pull the latest