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

Skip to content

Tags: sgrsaga/graph-node

Tags

integer

Toggle integer's commit message
Release candidate 0.25.2

fraction

Toggle fraction's commit message
Release candidate 0.25.2

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.
store: Fix the logic for determining if a graft was pending (again) (g…

…raphprotocol#3289)

The previous version of the code was being too clever: the signal for
whether a graft is pending is whether the subgraph's block ptr is null or
not. The check whether the block ptr had progressed beyond the graft point
was too defensive and made it impossible to graft onto block 0, as well as
breaking a test.

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?

canary-tokio-watcher-v11

Toggle canary-tokio-watcher-v11's commit message
chain head listener: add blocking thread pool contention check

canary-tokio-watcher-v10

Toggle canary-tokio-watcher-v10's commit message
chain head listener: more logs