Split the telemetry net status report in two (#3887)
* Split the telemetry net status report in two * Update core/service/src/lib.rs Co-Authored-By:Bastian Köcher <bkchr@users.noreply.github.com> * Remove clone() * Move code to status_sinks.rs instead * Add basic usage for status_sinks * Update core/service/src/status_sinks.rs Co-Authored-By:
Bastian Köcher <bkchr@users.noreply.github.com>
Showing
- substrate/Cargo.lock 1 addition, 0 deletionssubstrate/Cargo.lock
- substrate/core/cli/src/informant.rs 8 additions, 5 deletionssubstrate/core/cli/src/informant.rs
- substrate/core/service/Cargo.toml 1 addition, 0 deletionssubstrate/core/service/Cargo.toml
- substrate/core/service/src/builder.rs 1 addition, 0 deletionssubstrate/core/service/src/builder.rs
- substrate/core/service/src/lib.rs 28 additions, 20 deletionssubstrate/core/service/src/lib.rs
- substrate/core/service/src/status_sinks.rs 149 additions, 0 deletionssubstrate/core/service/src/status_sinks.rs
Please register or sign in to comment