BitcreditProtocol / E-Bill

Core for Bitcredit project.
https://www.bit.cr/
MIT License
12 stars 2 forks source link

160 fix all warnings during the build #188

Closed zupzup closed 4 weeks ago

zupzup commented 1 month ago

This implements #160 and fixes all warnings and clippy warnings.

The changes were all done in a way so there is no logic change.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 9.48905% with 124 lines in your changes missing coverage. Please review.

Project coverage is 4.04%. Comparing base (072752c) to head (f1d31e6). Report is 7 commits behind head on master.

Files with missing lines Patch % Lines
src/dht/client.rs 0.00% 32 Missing :warning:
src/external/bitcoin.rs 0.00% 27 Missing :warning:
src/blockchain/block.rs 0.00% 21 Missing :warning:
src/bill/mod.rs 0.00% 14 Missing :warning:
src/web/handlers/bill.rs 0.00% 13 Missing :warning:
src/blockchain/chain.rs 0.00% 12 Missing :warning:
src/util/rsa.rs 0.00% 2 Missing :warning:
src/dht/event_loop.rs 0.00% 1 Missing :warning:
src/external/mint.rs 0.00% 1 Missing :warning:
src/external/time.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #188 +/- ## ========================================= - Coverage 4.19% 4.04% -0.15% ========================================= Files 29 29 Lines 7175 6871 -304 ========================================= - Hits 301 278 -23 + Misses 6874 6593 -281 ```

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