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

PS D:\learnweb3\graph> yarn global add @graphprotocol/graph-cli yarn global v1.22.19 [1/4] Resolving packages... warning @graphprotocol/graph-cli > [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142 warning @graphprotocol/graph-cli > request > [email protected]: Please upgrade...

area/cli

Pull the substream package from `spkg.io` ![image](https://github.com/graphprotocol/graph-tooling/assets/44710980/94aebd7b-279f-412d-8f21-a4a45965074c)

enhancement
area/cli

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [web3-eth-abi](https://togithub.com/ethereum/web3.js/tree/1.x#readme) ([source](https://togithub.com/ethereum/web3.js)) | [`1.7.0` -> `1.9.0`](https://renovatebot.com/diffs/npm/web3-eth-abi/1.7.0/1.9.0) |...

dependencies

### Which packages are impacted by your issue? @graphprotocol/graph-ts ### Describe the issue I try to decode the tuple with this code. ```export function handleLendAsLimitOrder(event: LendAsLimitOrderEvent): void { let entity...

bug

### Which packages are impacted by your issue? @graphprotocol/graph-cli, @graphprotocol/graph-ts ### Describe the issue the package depends on an outdated assemblyscript version 0.19.10. this version produces compiler crashes on the...

bug

### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue Trying to run unit tests in my subgraph but getting an error: ``` Could not create WasmInstance...

bug

I'm currently trying to add an event handler for a specific event which uses a struct as a parameter, but the codegen script will only allow the signature to be...

bug
area/codegen

[![asciicast](https://asciinema.org/a/2Srdyu3963pdHWAyfvp2b1pZp.svg)](https://asciinema.org/a/2Srdyu3963pdHWAyfvp2b1pZp)

### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue Came upon this bug at ETHDenver @kmjones1979 When running graph init I am able to add a...

bug

### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue I noticed a problem with the code generated from the ABI for a particular contract when doing...

bug