nervosnetwork / ckb-light-client

CKB light client reference implementation
MIT License
14 stars 16 forks source link

feat: add rpc local_node_info #123

Closed quake closed 1 year ago

quake commented 1 year ago

resolve https://github.com/nervosnetwork/ckb-light-client/issues/118

codecov-commenter commented 1 year ago

Codecov Report

Base: 79.55% // Head: 79.07% // Decreases project coverage by -0.47% :warning:

Coverage data is based on head (1afe2c0) compared to base (22d809c). Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #123 +/- ## =========================================== - Coverage 79.55% 79.07% -0.48% =========================================== Files 23 23 Lines 4851 4880 +29 =========================================== Hits 3859 3859 - Misses 992 1021 +29 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `79.07% <0.00%> (-0.48%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nervosnetwork#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/nervosnetwork/ckb-light-client/pull/123?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nervosnetwork) | Coverage Δ | | |---|---|---| | [src/service.rs](https://codecov.io/gh/nervosnetwork/ckb-light-client/pull/123?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nervosnetwork#diff-c3JjL3NlcnZpY2UucnM=) | `64.73% <0.00%> (-2.21%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nervosnetwork). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nervosnetwork)

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