v1.3.2
Updated
- Updated to Substreams version
v0.2.0
please refer to release page for further info about Substreams changes.
Changed
-
Breaking Config value
substreams-stores-save-interval
andsubstreams-output-cache-save-interval
have been merged together as a single value to avoid potential bugs that would arise when the value is different for those two. The new configuration value is calledsubstreams-cache-save-interval
.- To migrate, remove usage of
substreams-stores-save-interval: <number>
andsubstreams-output-cache-save-interval: <number>
if defined in your config file and replace withsubstreams-cache-save-interval: <number>
, if you had two different value before, pick the biggest of the two as the new value to put. We are currently setting to1000
for Ethereum Mainnet.
- To migrate, remove usage of
Fixed
- Fixed various issues with
fireeth tools check merged-blocks
- The
stopWalk
error is not reported as a realerror
anymore. Incomplete range
should now be printed more accurately.
- The