Changed
-
Updated to Substreams
v0.1.0, please refer to release page for further info about Substreams changes.Warning The state output format for
mapandstoremodules 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-urlflag.
Added
-
New Prometheus metric
console_reader_trx_read_countcan 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_countcan be used to obtain a block rate of how many blocks were read from the node over a period of time. -
Added
--header-onlysupport onfireeth tools firehose-client. -
Added
HeaderOnlytransform that can be used to return only the Block's header a few top-level fieldsVer,Hash,NumberandSize. -
Added
fireeth tools firehose-prometheus-exporterto use as a client-side monitoring tool of a Firehose endpoint.
Deprecated
- Deprecated
LightBlockis deprecated and will be removed in the next major version, its goal is now much better handled byCombineFiltertransform orHeaderOnlytransform if you required only Block's header.