Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update cryptography tools to support tssEncryptionKey loading and generation #16780

Merged
merged 19 commits into from
Dec 6, 2024

Cleanup

bc63214
Select commit
Loading
Failed to load commit list.
Merged

feat: Update cryptography tools to support tssEncryptionKey loading and generation #16780

Cleanup
bc63214
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 2, 2024 in 1s

63.66% (+0.03%) compared to 32089ae

View this Pull Request on Codecov

63.66% (+0.03%) compared to 32089ae

Details

Codecov Report

Attention: Patch coverage is 76.27119% with 14 lines in your changes missing coverage. Please review.

Project coverage is 63.66%. Comparing base (32089ae) to head (bc63214).
Report is 7 commits behind head on develop.

Files with missing lines Patch % Lines
...wirlds/platform/crypto/EnhancedKeyStoreLoader.java 76.19% 7 Missing and 3 partials ⚠️
...java/com/swirlds/platform/crypto/CryptoStatic.java 57.14% 2 Missing and 1 partial ⚠️
...java/com/swirlds/platform/crypto/KeysAndCerts.java 90.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##             develop   #16780      +/-   ##
=============================================
+ Coverage      63.62%   63.66%   +0.03%     
- Complexity     20401    20453      +52     
=============================================
  Files           2537     2538       +1     
  Lines          94757    94983     +226     
  Branches        9904     9924      +20     
=============================================
+ Hits           60288    60469     +181     
- Misses         30863    30900      +37     
- Partials        3606     3614       +8     
Files with missing lines Coverage Δ
...java/com/swirlds/platform/crypto/KeysAndCerts.java 63.93% <90.00%> (+5.44%) ⬆️
...java/com/swirlds/platform/crypto/CryptoStatic.java 55.90% <57.14%> (+0.04%) ⬆️
...wirlds/platform/crypto/EnhancedKeyStoreLoader.java 70.15% <76.19%> (+0.47%) ⬆️

... and 45 files with indirect coverage changes

Impacted file tree graph