Skip to content

v0.1.7

Compare
Choose a tag to compare
@sduchesneau sduchesneau released this 30 Aug 18:50

Operators

Important

The Substreams service exposed from this version will send progress messages that cannot be decoded by substreams clients prior to v1.1.12.
Streaming of the actual data will not be affected. Clients will need to be upgraded to properly decode the new progress messages.

Changed

  • Bumped substreams to v1.1.12 to support the new progress message format. Progression now relates to stages instead of modules. You can get stage information using the substreams info command starting at version v1.1.12.
  • Bumped supervisor buffer size to 100Mb
  • Added templating option to reader-node-arguments arg, specifically {start-block-num} and {stop-block-num}
  • Substreams bumped: better "Progress" messages

Removed

  • Removed --substreams-tier1-request-stats and --substreams-tier1-request-stats (substreams request-stats are now always sent to clients)