Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: dirtybits/graph-node

Tags

fraction

Toggle fraction's commit message
server: Remove unneded node_id from IndexNodeServer

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.

integer

Toggle integer's commit message
node, store: Keep wait stats for each store/pool separately

hosted-current

Toggle hosted-current's commit message
node, store: Keep wait stats for each store/pool separately

next

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

Comments are in Zac's review of
graphprotocol#1762