Jannis Pohlmann
Jannis Pohlmann
@ricmoo Thanks for the reply! I'm running the above script with the same provider URL that triggered the issue for me now. I'll let you know whether that triggers the...
The way this was initially intended to look like was: ```graphql { users(where: # implicit AND at the top level { name_startsWith: "A", OR: { name_endsWith: "c", name_endsWith: "d", AND:...
@tilacog Plan of attack: 1. If a handler does not exist but the subgraph tries to call it -> make that a deterministic error. 2. Add validation for the next...
@olibearo Isn't this worth another PR?
@nenadjaja Are there avatars without these fields?
Better than looping would be to pass in the derivation path.
The easiest way would be to add an `up` (or similar) field to the `/status` API served by the indexer service. Gateways can then poll that periodically to decide which...
Odd, we're not even using MongoDB. I'll look into it.
I'm not aware of any ABI files that contain the contract name, although there may be some. I agree a `--contract-name` or `--abi-name` CLI flag could work. This could be...
@ernesto-usal That would be awesome! 😄