Skip to content

Tags: forkblocks/graph-node

Tags

hosted-current

Toggle hosted-current's commit message
graphql: remove stray comment

integer

Toggle integer's commit message
runtime: log trigger data

fraction

Toggle fraction's commit message
runtime: log trigger data

v0.20.0

Toggle v0.20.0's commit message
graphql: Add `subgraphError` argument only when feature is present

We saw an issue in a graphql client that is avoided by doing this.
and it is generally more correct to only include it if the subgraph opts in.
This requires storing the `features` field in the metadata, which we should be doing anyways.

next

Toggle next's commit message
all: Address review comments for load management

Comments are in Zac's review of
graphprotocol#1762