graph-tooling
graph-tooling copied to clipboard
Monorepo for various tools used by subgraph developers.
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()`...
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | ipfs/go-ipfs | minor | `v0.4.23` -> `v0.21.0` | --- ### Configuration 📅 **Schedule**:...
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | ipfs/kubo | minor | `v0.19.1` -> `v0.21.0` | --- ### Configuration 📅 **Schedule**:...
### 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...
This is confusing, e.g. when adding a local ABI
### 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...
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...
### 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...
### 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...
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