Skip to content

v1.7.2

Compare
Choose a tag to compare
@sduchesneau sduchesneau released this 01 Jun 17:50

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 not inputs at all, inputs are replaced by used module inputs
  • If module with use attribute has no blockFilter, it's replaced by used module blockFilter
  • If blockFilter is set to {}, it will be considered as nil in the spkg, enabling module with use
    attribute to override the blockFilter by a nil one