Updated
- Updated to Substreams version
v0.2.0please refer to release page for further info about Substreams changes.
Changed
-
Breaking Config value
substreams-stores-save-intervalandsubstreams-output-cache-save-intervalhave 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 to1000for Ethereum Mainnet.
- To migrate, remove usage of
Fixed
- Fixed various issues with
fireeth tools check merged-blocks- The
stopWalkerror is not reported as a realerroranymore. Incomplete rangeshould now be printed more accurately.
- The