graph-tooling
graph-tooling copied to clipboard
Monorepo for various tools used by subgraph developers.
### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue Note: This bug seems to only appear on Windows, I tried with the same environment on Ubuntu,...
### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue If `graph deploy` fails, it should exit with 1, so that the error can be reported or...
Yarn 2+ has a different way to how they hoist modules but also not ideal to have those installed globally installed . From Yarn docs: > The preferred way to...
### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue Running `graph test` on any distro other than Ubuntu throws: ``` kholdstare@5ced7da9ec4e:~/workspace/code/blockchain/subgraph$ yarn graph test -l OS...
A type with a field `Int` is generated the same as with field `Int!`, i.e. ```graphql type Event @entity { id: ID! timestamp: Int } ``` and ```graphql type Event...
### Which packages are impacted by your issue? @graphprotocol/graph-ts ### Describe the issue `BigInt.toHex` on an address that starts with a single `0` will return an odd-length hex string. This...
### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue According to this official blog article https://thegraph.com/blog/indexing-solana-substreams/ Solana should be [accessible using the hosted service](https://thegraph.com/blog/indexing-solana-substreams/#how-to-get-started-indexing-solana-data-with-the-graph) but I...
### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue When initializing a subgraph on the Ethereum Mainnet, it's a bit confusing for beginners to know what...
### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue codegen from solidity func like : `function getPositionsByTokenIds(uint256[] memory) public view returns (Position.PositionInfo[][] memory)` The Solidity function...
### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue Under macOS Sonoma, tests can fail silently (no error is printed). This seems to be an issue...