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
## 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
Design doc: https://www.notion.so/Block-exporters-1b8bf4cdba9c8053a2bac1a05b6a095e
For simplicity, in this first implementation:
linera-exporter
will be developed inlinera-service
following the model oflinera-proxy
.server_config_path
inlinera-server
).The text was updated successfully, but these errors were encountered: