Skip to content

move core tx building and signing into the key-wallet-manager crate

62b36f4
Select commit
Loading
Failed to load commit list.
Open

refactor: move core tx building and signing logic into the key-wallet-manager crate #727

move core tx building and signing into the key-wallet-manager crate
62b36f4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 4, 2026 in 0s

70.82% (-0.03%) compared to 95377d5

View this Pull Request on Codecov

70.82% (-0.03%) compared to 95377d5

Details

Codecov Report

❌ Patch coverage is 0% with 79 lines in your changes missing coverage. Please review.
✅ Project coverage is 70.82%. Comparing base (95377d5) to head (62b36f4).
⚠️ Report is 1 commits behind head on v0.42-dev.

Files with missing lines Patch % Lines
key-wallet-manager/src/lib.rs 0.00% 61 Missing ⚠️
key-wallet-ffi/src/transaction.rs 0.00% 15 Missing ⚠️
key-wallet-manager/src/error.rs 0.00% 3 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##           v0.42-dev     #727      +/-   ##
=============================================
- Coverage      70.85%   70.82%   -0.03%     
=============================================
  Files            319      319              
  Lines          68184    68207      +23     
=============================================
- Hits           48313    48309       -4     
- Misses         19871    19898      +27     
Files with missing lines Coverage Δ
key-wallet-manager/src/error.rs 0.00% <0.00%> (ø)
key-wallet-ffi/src/transaction.rs 0.00% <0.00%> (ø)
key-wallet-manager/src/lib.rs 54.63% <0.00%> (-7.48%) ⬇️

... and 2 files with indirect coverage changes