nervosnetwork / ckb-light-client

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

fix: rpc script_len_range option #96

Closed quake closed 1 year ago

quake commented 1 year ago

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

codecov-commenter commented 1 year ago

Codecov Report

Base: 77.52% // Head: 77.50% // Decreases project coverage by -0.01% :warning:

Coverage data is based on head (d205dbd) compared to base (4c8190f). Patch coverage: 75.60% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #96 +/- ## =========================================== - Coverage 77.52% 77.50% -0.02% =========================================== Files 23 23 Lines 4556 4597 +41 =========================================== + Hits 3532 3563 +31 - Misses 1024 1034 +10 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `77.50% <75.60%> (-0.02%)` | :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/96?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/96/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nervosnetwork#diff-c3JjL3NlcnZpY2UucnM=) | `66.24% <75.60%> (+0.50%)` | :arrow_up: | 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.