Skip to content

v1.3.2

Compare
Choose a tag to compare
@maoueh maoueh released this 27 Jan 22:36
· 679 commits to develop since this release

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 and substreams-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 called substreams-cache-save-interval.

    • To migrate, remove usage of substreams-stores-save-interval: <number> and substreams-output-cache-save-interval: <number> if defined in your config file and replace with substreams-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 to 1000 for Ethereum Mainnet.

Fixed

  • Fixed various issues with fireeth tools check merged-blocks
    • The stopWalk error is not reported as a real error anymore.
    • Incomplete range should now be printed more accurately.