refactor(dashcore): removed Address::network() and replace Network with AddressPrefix#802
Merged
Codecov / codecov/project
succeeded
Jun 15, 2026 in 1s
72.91% (-0.03%) compared to 4d529e4
View this Pull Request on Codecov
72.91% (-0.03%) compared to 4d529e4
Details
Codecov Report
❌ Patch coverage is 85.71429% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 72.91%. Comparing base (4d529e4) to head (43cbf24).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| dash/src/address.rs | 87.17% | 5 Missing |
| key-wallet-ffi/src/transaction.rs | 0.00% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## dev #802 +/- ##
==========================================
- Coverage 72.94% 72.91% -0.03%
==========================================
Files 323 323
Lines 71989 71994 +5
==========================================
- Hits 52511 52494 -17
- Misses 19478 19500 +22 | Files with missing lines | Coverage Δ | |
|---|---|---|
| dash/src/sign_message.rs | 79.85% <100.00%> (ø) |
|
| key-wallet/src/account/bls_account.rs | 53.99% <100.00%> (ø) |
|
| key-wallet-ffi/src/transaction.rs | 0.00% <0.00%> (ø) |
|
| dash/src/address.rs | 57.50% <87.17%> (-0.09%) |
⬇️ |
Loading