graph-tooling
graph-tooling copied to clipboard
Monorepo for various tools used by subgraph developers.
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`6.4.0` -> `6.4.1`](https://renovatebot.com/diffs/npm/vite/6.4.0/6.4.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | ### GitHub...
### Which packages are impacted by your issue? @graphprotocol/graph-ts ### Describe the issue There is a "Missing handlers in WASM" error is issued when no handler is found in the...
- update default IPFS endpoint to `https://ipfs.thegraph.com/ipfs/api/v0` - add deprecation warning when using old endpoints
1. root git dir contains (among others) `/src/constants/` dir, itself containing: - `sampleconst.ts`: ```ts export const STR_HARDCODED = "StrVal"; ``` along with `index.ts`: ```ts export * from "sampleconst.ts"; ``` 1....
- Had error with IPFS deployment using graph-cli's `graph deploy` as in https://status.thegraph.com/incidents/pt1p5jrjq2c1 - I forked the graph-tooling repo and patched the CLI by adding retry fallback into `Compiler._uploadToIPFS`. The...
### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue The following error is reported only at deployment time: > ✖ Failed to deploy to Graph node...
### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue It'd be helpful to have a command for checking the authentication status of the graph CLI.
### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue I'm using `@graphprotocol/graph-cli` version `0.97.1` (installed via npm) and `npm audit` reports several high and moderate severity...
### Which packages are impacted by your issue? @graphprotocol/graph-ts ### Describe the issue ## Problem When looking at these types: https://github.com/graphprotocol/graph-tooling/blob/4b4ad3e22322ea30ae8e27143a759c1fcc6b12e0/packages/ts/chain/ethereum.ts#L626-L627 It's not obvious that the `logIndex` is the index...
### Which packages are impacted by your issue? `@graphprotocol/graph-ts` https://github.com/graphprotocol/graph-tooling/blob/4b4ad3e22322ea30ae8e27143a759c1fcc6b12e0/packages/ts/chain/ethereum.ts#L531-L618 ### Describe the issue It would be super duper helpful if the ethereum types, e.g. `Transaction, `Event`, etc., contained explanatory...