chore(key-wallet): drop unnecesary codebase complexity removing the bincode dependency #498
Codecov / codecov/project
succeeded
Mar 23, 2026 in 0s
64.31% (+1.26%) compared to f74c43e
View this Pull Request on Codecov
64.31% (+1.26%) compared to f74c43e
Details
Codecov Report
❌ Patch coverage is 55.55556% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 64.31%. Comparing base (f74c43e) to head (19e8895).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| key-wallet-manager/src/wallet_manager/mod.rs | 55.55% | 4 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## v0.42-dev #498 +/- ##
=============================================
+ Coverage 63.05% 64.31% +1.26%
=============================================
Files 313 313
Lines 64878 64244 -634
=============================================
+ Hits 40907 41321 +414
+ Misses 23971 22923 -1048 | Files with missing lines | Coverage Δ | |
|---|---|---|
| key-wallet-ffi/src/wallet_manager.rs | 64.51% <ø> (+11.69%) |
⬆️ |
| key-wallet/src/account/account_collection.rs | 57.61% <ø> (+0.43%) |
⬆️ |
| key-wallet/src/account/account_type.rs | 50.27% <ø> (+0.54%) |
⬆️ |
| key-wallet/src/account/bls_account.rs | 55.59% <ø> (+1.77%) |
⬆️ |
| key-wallet/src/account/eddsa_account.rs | 58.16% <ø> (+1.67%) |
⬆️ |
| key-wallet/src/account/mod.rs | 63.00% <ø> (+0.20%) |
⬆️ |
| key-wallet/src/bip32.rs | 85.19% <ø> (+4.54%) |
⬆️ |
| key-wallet/src/derivation_bls_bip32.rs | 92.17% <ø> (+0.62%) |
⬆️ |
| key-wallet/src/derivation_slip10.rs | 44.05% <ø> (-1.02%) |
⬇️ |
| key-wallet/src/dip9.rs | 6.52% <ø> (+0.13%) |
⬆️ |
| ... and 11 more |
Loading