gear icon indicating copy to clipboard operation
gear copied to clipboard

`gear-node-loader` (MVP version) clean-up

Open techraed opened this issue 3 years ago • 1 comments

  1. Log activity using specialized crate (tokio's tracing). It much simplifies our logging logic.
  2. Fix bug with investigating node crashing. Now we check blocks running with timeout.
  3. Enable login with Suri in gear-node-loader
  4. General clean-up

TODO:

  • In this PR we need to resolve this as well #1659

techraed avatar Oct 02 '22 11:10 techraed

Codecov Report

Base: 59.13% // Head: 58.98% // Decreases project coverage by -0.14% :warning:

Coverage data is based on head (e87ab9e) compared to base (4dd6c63). Patch has no changes to coverable lines.

:exclamation: Current head e87ab9e differs from pull request most recent head 03d6855. Consider uploading reports for the commit 03d6855 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1600      +/-   ##
==========================================
- Coverage   59.13%   58.98%   -0.15%     
==========================================
  Files         113      111       -2     
  Lines       13326    12717     -609     
==========================================
- Hits         7880     7501     -379     
+ Misses       5446     5216     -230     
Impacted Files Coverage Δ
core-backend/wasmi/src/funcs/mod.rs 80.68% <0.00%> (-5.01%) :arrow_down:
pallets/gear-debug/src/mock.rs 68.08% <0.00%> (-4.14%) :arrow_down:
core-backend/common/src/mock.rs 3.84% <0.00%> (-4.05%) :arrow_down:
pallets/gear-scheduler/src/mock.rs 69.38% <0.00%> (-3.83%) :arrow_down:
core-backend/wasmi/src/funcs/internal.rs 81.15% <0.00%> (-3.22%) :arrow_down:
core/src/ids.rs 95.28% <0.00%> (-2.92%) :arrow_down:
pallets/gear/src/mock.rs 31.84% <0.00%> (-1.69%) :arrow_down:
core/src/code.rs 63.63% <0.00%> (-1.67%) :arrow_down:
pallets/gear-program/src/mock.rs 18.30% <0.00%> (-1.43%) :arrow_down:
pallets/gear-scheduler/src/lib.rs 17.47% <0.00%> (-1.22%) :arrow_down:
... and 45 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Oct 02 '22 11:10 codecov[bot]