You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.