v1.10.1
Server
Note Since a bug that affected substreams with "skipping blocks" was corrected in this release, any previously produced substreams cache should be considered as possibly corrupted and be eventually replaced
- Fix handling of modules that receive both filtered AND unfiltered data as their inputs -> some "repeated entries" could appear where no data should have showed up
- Fix stalling on substreams with both map and store with different initialBlocks on the same stage
- Fix: prevent execution of modules that should be skipped when running live or dev mode (different outputs than when running in batch mode on tier2)
Client
substreams gui
fixed a panic occuring if the given package path doesn't existsubstreams init
must now be called from within your project folder (it no longer downloads file in a subdirectory)- (since v1.10.0)
substreams gui
no longer accepts "output_module" as a single argument. It either receives nothing, the package, or the package followed by the output_module