Releases: streamingfast/substreams-sink-noop
Releases · streamingfast/substreams-sink-noop
v1.4.0
v1.3.1
v1.3.0
v1.2.1
- Bump
substreams
to v1.8.1 - Bump
substreams-sink
to 1.4.1 - Return to previous behavior using substreams
live back filler
andNoopMode
while requesting tier1
v1.2.0
- Bumped substreams to v1.7.3
- Enable gzip compression on substreams data on the wire
v1.1.6
- Add
--follow-head-insecure
flag to allow insecure ssl connection to a block-meta service
v1.1.5
- 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-offMaxElapsedTime
to0
to avoid sinker stopping.
v1.1.4
v1.1.3
v1.1.2
-
Improved
substreams stream stats
log line but now usingsubstreams_sink_progress_message_total_processed_blocks
forprogress_block_rate
replacing theprogress_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.