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

Skip to content

Tags: devanganaB/graph-node

Tags

canary-dd793a56

Toggle canary-dd793a56's commit message
store: Allow turning of LayoutCache and SubgraphInfo cache

canary-26ac2983

Toggle canary-26ac2983's commit message
store: Remove InputSchema from SubgraphInfo

Input schemas are so nice you gotta cache 'em twice.

We kept two seaprate copies of the input schema, one in the layout and one
in SubgraphInfo in memory. This change makes it so that we only keep one
copy, the one in the layout

canary-59109567

Toggle canary-59109567's commit message
graph: Set GRAPH_ENABLE_SELECT_BY_SPECIFIC_ATTRIBUTES to true by default

v0.35.0-rc.0

Toggle v0.35.0-rc.0's commit message
cargo: update workspace crate version to v0.35.0

canary-515a7d95

Toggle canary-515a7d95's commit message
ci: Fix typo in event name

canary-c266a0ca

Toggle canary-c266a0ca's commit message
graphql: Do not query for deterministic errors for each block

canary-c2320a7a

Toggle canary-c2320a7a's commit message
graph: Do not count cache lookups in database totals

canary-c8946ce0

Toggle canary-c8946ce0's commit message
graph: Do not count cache lookups in database totals

fraction3

Toggle fraction3's commit message
all: Change initialization of RuntimeAdapter and DecoderHook

The DecoderHook and the RuntimeAdapter for ethereum need to share the same
call cache, a separate one for each subgraph, since the BufferedCallCache
needs to be a different one for each subgraph - if subgraphs shared a
BufferedCallCache, they would clobber each others declared calls.

canary-6351b7d6

Toggle canary-6351b7d6's commit message
store: Set the limiter to the same size as the query_semaphore