Skip to content

Releases: streamingfast/substreams-sink-noop

v1.4.0

29 Nov 19:13
Compare
Choose a tag to compare
  • Bump substreams version to allow sink noop to send requests with up to 300 mb
  • Bump substreams version to v0.11.1

v1.3.1

23 Jul 15:38
Compare
Choose a tag to compare
  • Move startup delay handling much higher in the initialization so that it happens before anything else.

v1.3.0

23 Jul 15:23
Compare
Choose a tag to compare
  • Adding --startup-delay flag when staring a sink noop. This allows for easier debugging or maintenance on the state on disk.

v1.2.1

25 Jun 22:29
Compare
Choose a tag to compare
  • Bump substreams to v1.8.1
  • Bump substreams-sink to 1.4.1
  • Return to previous behavior using substreams live back filler and NoopMode while requesting tier1

v1.2.0

05 Jun 21:09
Compare
Choose a tag to compare
  • Bumped substreams to v1.7.3
  • Enable gzip compression on substreams data on the wire

v1.1.6

03 Jun 17:58
Compare
Choose a tag to compare
  • Add --follow-head-insecure flag to allow insecure ssl connection to a block-meta service

v1.1.5

09 May 14:28
Compare
Choose a tag to compare
  • Add a follow-head mode. It enables the sink noop to follow the chain's head when a block-meta url is provided (The block-meta is used to fetch the head block info).
  • Updating head tracker back-off MaxElapsedTime to 0 to avoid sinker stopping.

v1.1.4

19 Mar 16:53
Compare
Choose a tag to compare
  • This is a re-release of v1.1.3 which failed to build.

v1.1.3

19 Mar 16:22
Compare
Choose a tag to compare
  • Fixed spurious error reporting when the sinker is terminating or has been canceled.

  • Updated substreams dependency to latest version v1.3.7.

v1.1.2

14 Feb 20:35
Compare
Choose a tag to compare
  • Improved substreams stream stats log line but now using substreams_sink_progress_message_total_processed_blocks for progress_block_rate replacing the progress_msg_rate which wasn't meaningful anymore (and broken because the metric was never updated).

  • Fixed a crash when providing a single block argument for block range if it's the same as the Substreams' start block.

  • Added --network flag and handling proper handling.