Allow adding a prefix to the informant (#6174)
* Initial commit Forked at: 1d93746b Parent branch: origin/master * Add a Service Configuration's field + adapt informant + provide means to CLI * CLEANUP Forked at: 1d93746b Parent branch: origin/master * fix tests * fixed bad path to object * Change OutputFormat enum to struct * Add informant_prefix to builder and service * Revert "Change OutputFormat enum to struct" This reverts commit cd86c583c92668426c35cc174401155bf2880c1f. * Revert "fix tests" This reverts commit a3c306ebe94720f350c5bc74b9c5fcde2565d340. * Revert "Add a Service Configuration's field + adapt informant + provide means to CLI" This reverts commit 9c2e7267423305705916c30d605893524113c8e3. * Implementation using the ServiceBuilder * reduce line length * fix line width again * WIP Forked at: 1d93746b Parent branch: origin/master * WIP Forked at: 1d93746b Parent branch: origin/master * WIP Forked at: 1d93746b Parent branch: origin/master * use struct instead of enum * WIP Forked at: 1d93746b Parent branch: origin/master * Update client/service/src/lib.rs Co-authored-by:Bastian Köcher <bkchr@users.noreply.github.com> * improve doc * Update client/service/src/builder.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Update client/service/src/builder.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * change code * Update client/informant/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * enable_color * reorg log * remove macro * Removed builder for informant prefix * fix doc * Update client/informant/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Update client/informant/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Update client/informant/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Update client/informant/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Update client/service/src/builder.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Update client/service/src/builder.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Update client/service/src/builder.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
Showing
- substrate/Cargo.lock 3 additions, 1 deletionsubstrate/Cargo.lock
- substrate/client/cli/src/runner.rs 0 additions, 3 deletionssubstrate/client/cli/src/runner.rs
- substrate/client/informant/Cargo.toml 2 additions, 1 deletionsubstrate/client/informant/Cargo.toml
- substrate/client/informant/src/display.rs 25 additions, 15 deletionssubstrate/client/informant/src/display.rs
- substrate/client/informant/src/lib.rs 60 additions, 21 deletionssubstrate/client/informant/src/lib.rs
- substrate/client/network/src/lib.rs 20 additions, 0 deletionssubstrate/client/network/src/lib.rs
- substrate/client/service/Cargo.toml 1 addition, 1 deletionsubstrate/client/service/Cargo.toml
- substrate/client/service/src/builder.rs 58 additions, 0 deletionssubstrate/client/service/src/builder.rs
- substrate/client/service/src/lib.rs 2 additions, 21 deletionssubstrate/client/service/src/lib.rs
- substrate/utils/browser/src/lib.rs 0 additions, 5 deletionssubstrate/utils/browser/src/lib.rs
Please register or sign in to comment