v1.7.2
Compatibility
Note As of graph-node release v0.35.0, substreams that use "index modules" are not yet supported and cannot be used for Substreams-powered-Subgraphs
Improvements on the use
attribute
- If module with
use
attribute has notinputs
at all, inputs are replaced by used module inputs - If module with
use
attribute has noblockFilter
, it's replaced by used moduleblockFilter
- If
blockFilter
is set to{}
, it will be considered asnil
in the spkg, enabling module withuse
attribute to override theblockFilter
by anil
one