You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This destination creates batches of blocks and blobs and simply prints a summary of each new batch on stdout: block hashes and byte size, blob hashes and byte size.
The text was updated successfully, but these errors were encountered:
## Motivation
Initial work for #3661.
## Proposal
- Created a new service implementing the `NotifierService` from
linera-rpc to receive redirected notifications about new blocks from the
chain workers, similar to linera-proxy(closes#3662).
- A new CLI parsable type `BlockExporterConfig` to define the
configuration options for the linera-exporter from a toml file(closes#3664).
- Extended `linera net up` to optionally run a block exporter with a
optional specified configuration(closes#3663).
- Added a new view object `BlockExporterStateView` to track and update
the latest information about the blocks from the workers(closes#3665).
- This PR also partially addresses #3666, without the topological
sorting part.
## Test Plan
new unit and integration tests + CI
This destination creates batches of blocks and blobs and simply prints a summary of each new batch on stdout: block hashes and byte size, blob hashes and byte size.
The text was updated successfully, but these errors were encountered: