graph-node
graph-node copied to clipboard
Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
Suppose our schema looks like this: ``` type Account @entity { id: ID! } type Thing @entity { id: ID! account: Account! } ``` and we write a query: ```...
Resolves #5177.
The account-like optimization is turned on with `graphman stats account-like ` and changes query generation for that table by adding to the clause `block_range @> $block` that all our queries...
Closes #5194
Bumps [defer](https://github.com/andrewhickman/defer) from 0.1.0 to 0.2.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.8 to 0.8.10. Commits 7f3e276 chore: Release 07c8c2c docs: Update changelog 10392d5 chore: Release 4592fe4 docs: Update changelog b7bd3a4 Merge pull request #675 from epage/dotted-key 89d1416 fix(edit):...
Bumps [substreams](https://github.com/streamingfast/substreams-rs) from 0.5.12 to 0.5.13. Release notes Sourced from substreams's releases. v0.5.13 Added support for specifying let mut <param>: <Type> when using the #[substreams::handlers::map] macros, this enables in-place trimming...