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
A new module type, blockIndex that will be used to create the index used by the filter (extracting labels from transactions, etc.) (this type will have a special handler)
A module of this type does not have params in its input, initialBlock. The output type is forced to be sf.substreams.index.1.Keys (we can still move this around if need be, but it's a core construct of the engine, it could also be renamed Labels as @sduchesneau put it.).
blockIndex
that will be used to create the index used by the filter (extracting labels from transactions, etc.) (this type will have a special handler)A module of this type does not have params in its input, initialBlock. The output type is forced to be
sf.substreams.index.1.Keys
(we can still move this around if need be, but it's a core construct of the engine, it could also be renamed Labels as @sduchesneau put it.).blockFilter
, which containsmodule
(the reference to a blockIndex type of module) andquery
(a string that will be used to evaluate the blocks against the filter, see Specify and implement/choose a language parser for substreams Block Filtering #409)blockFilters
, which allows an override for "params":(this will be done client-side)
kind
enummodule
andquery
strings.blockFilters
within modules.The text was updated successfully, but these errors were encountered: