namada icon indicating copy to clipboard operation
namada copied to clipboard

split up node lib code

Open tzemanovic opened this issue 1 year ago • 1 comments

Describe your changes

relates to #2111

Indicate on which release or other PRs this topic is based on

#3259

diff: https://github.com/anoma/namada/pull/3265/files/b132a3a30da1b60d61d1ed981408b363cb06244b..4295161be956f3238276fc48e8a938cc8cb89051

Checklist before merging to draft

  • [ ] I have added a changelog
  • [ ] Git history is in acceptable state

tzemanovic avatar May 17 '24 15:05 tzemanovic

Codecov Report

Attention: Patch coverage is 61.61157% with 929 lines in your changes are missing coverage. Please review.

Project coverage is 53.98%. Comparing base (4ed6229) to head (f18adaa).

Files Patch % Lines
crates/apps_lib/src/tendermint_node.rs 0.00% 109 Missing :warning:
crates/sdk/src/masp.rs 0.00% 96 Missing :warning:
crates/namada/src/ledger/protocol/mod.rs 60.79% 69 Missing :warning:
crates/node/src/shell/finalize_block.rs 86.12% 67 Missing :warning:
crates/apps_lib/src/client/utils.rs 0.00% 66 Missing :warning:
crates/node/src/bench_utils.rs 0.00% 57 Missing :warning:
crates/sdk/src/rpc.rs 0.00% 46 Missing :warning:
crates/events/src/extend.rs 0.00% 33 Missing :warning:
crates/namada/src/vm/host_env.rs 82.14% 30 Missing :warning:
crates/apps_lib/src/config/genesis/chain.rs 12.90% 27 Missing :warning:
... and 51 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3265      +/-   ##
==========================================
- Coverage   60.24%   53.98%   -6.27%     
==========================================
  Files         303      315      +12     
  Lines       93191   105320   +12129     
==========================================
+ Hits        56145    56857     +712     
- Misses      37046    48463   +11417     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar May 20 '24 10:05 codecov[bot]