nervosnetwork / fiber

21 stars 11 forks source link

chore: refactor ContractsContext and setup chain hash #295

Closed quake closed 3 weeks ago

quake commented 3 weeks ago

Note: this PR is a breaking change, the config file's section fiber fields is changed, please refer to config/testnet/config.yml

codecov-commenter commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 14.18440% with 121 lines in your changes missing coverage. Please review.

Project coverage is 44.39%. Comparing base (0a6b11e) to head (5065229). Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
src/ckb/contracts.rs 15.25% 100 Missing :warning:
src/main.rs 0.00% 12 Missing :warning:
src/fiber/network.rs 20.00% 4 Missing :warning:
src/fiber/config.rs 0.00% 2 Missing :warning:
src/rpc/invoice.rs 0.00% 2 Missing :warning:
src/config.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #295 +/- ## ========================================== - Coverage 44.39% 44.39% -0.01% ========================================== Files 44 44 Lines 28118 27891 -227 ========================================== - Hits 12484 12383 -101 + Misses 15634 15508 -126 ``` | [Flag](https://app.codecov.io/gh/nervosnetwork/fiber/pull/295/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nervosnetwork) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/nervosnetwork/fiber/pull/295/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nervosnetwork) | `44.39% <14.18%> (-0.01%)` | :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.

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