v1.3.0
Changed
-
Updated to Substreams
v0.1.0
, please refer to release page for further info about Substreams changes.Warning The state output format for
map
andstore
modules has changed internally to be more compact in Protobuf format. When deploying this new version and using Substreams feature, previous existing state files should be deleted or deployment updated to point to a new store location. The state output store is defined by the flag--substreams-state-store-url
flag.
Added
-
New Prometheus metric
console_reader_trx_read_count
can be used to obtain a transaction rate of how many transactions were read from the node over a period of time. -
New Prometheus metric
console_reader_block_read_count
can be used to obtain a block rate of how many blocks were read from the node over a period of time. -
Added
--header-only
support onfireeth tools firehose-client
. -
Added
HeaderOnly
transform that can be used to return only the Block's header a few top-level fieldsVer
,Hash
,Number
andSize
. -
Added
fireeth tools firehose-prometheus-exporter
to use as a client-side monitoring tool of a Firehose endpoint.
Deprecated
- Deprecated
LightBlock
is deprecated and will be removed in the next major version, its goal is now much better handled byCombineFilter
transform orHeaderOnly
transform if you required only Block's header.