Skip to content

Tags: grmkris/graph-node

Tags

integer

Toggle integer's commit message
Stable release v0.25.2 (control)

fraction

Toggle fraction's commit message
Release candidate 0.26.0

hosted-current

Toggle hosted-current's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Removes deletion of existing Firehose cursor when starting subgraph i…

…ndexing (graphprotocol#3331)

Now that PR graphprotocol#3290 has been merged, which is always writing back the firehose cursor to the database, meaning it will clear any existing Firehose cursor for a subgraph that started from RPC but than switched to Firehose, it means it's not required to clear any existing cursor when starting a RPC subgraph.

Co-authored-by: Matthieu Vachon <matt@streamingfast.io>

v0.25.2

Toggle v0.25.2's commit message
news: Release 0.25.2

v0.25.2-prerelease.0

Toggle v0.25.2-prerelease.0's commit message
news: Release 0.25.2

v0.25.1-prerelease.1

Toggle v0.25.1-prerelease.1's commit message
graph, runtime: Update `ethabi` to its latest version

v0.25.1

Toggle v0.25.1's commit message
Release 0.25.1

v0.25.1-prerelease

Toggle v0.25.1-prerelease's commit message
Release 0.25.1

canary-4c4a2619

Toggle canary-4c4a2619's commit message
graphql: Treat missing variables as null values

Instead of immediately reporting an error, treat missing variables as nulls
and let the rest of the execution logic deal with nulls

canary-tokio-watcher-v12

Toggle canary-tokio-watcher-v12's commit message
chain head listener: could log be reordered?