Simon Emanuel Schmid
Simon Emanuel Schmid
**Do you want to request a *feature* or report a *bug*?** feature **What is the current behavior?** Every chain has a unique network identifier, like `mainnet`, `matic`, `xdai`. Some of...
**Do you want to request a *feature* or report a *bug*?** A feature **What is the current behavior?** If a subgraph consumer wants to know the freshness of their subgraph,...
# Proposal The injected entity API should also expose bulk operations like `findMany`, `saveMany`. This seems like a simple addition to me that would enable better bulk operations and indexing-time...
Currently if something goes wrong with a JSON RPC call (eth-calls, decoding, etc) there is just a message like this displayed: ``` failed to process trigger: block #21041413 (0x0000…b378), transaction...
It would be great for subgraph developers to find out how long their subgraph took to fully sync for the first time. This could be enabled by changing the `type...
When I try to sign a transaction, I get the following error: `Error: Returned error: Method eth_signTransaction not supported.` I assume that this error comes from ganache: The `eth_signTransaction` method...
**Do you want to request a *feature* or report a *bug*?** Both? **What is the current behavior?** A common pitfall for new users of The Graph is the `ID` or...
Running into this error while trying to load Graph Client with Apollo and Next.js. Relevant code might be here: https://github.com/schmidsi/hackathon-starterkit/blob/main/frontend/lib/apolloClient.js
If I follow the steps of adding Graph Client to a fresh install of Next.js with TypeScript, running `npx graphclient build` yields the following output: ```bash 💡 GraphClient Cleaning existing...
Currently, there is a single point of failure with https://ipfs.network.thegraph.com/ipfs/. Indexers should run their own node and peer to https://ipfs.network.thegraph.com/ipfs/ to increase resilience.