-
Notifications
You must be signed in to change notification settings - Fork 147
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
chore: Cryptography better loading #17882
Conversation
Signed-off-by: mxtartaglia <[email protected]>
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17882 +/- ##
=========================================
Coverage 69.01% 69.02%
- Complexity 23050 23053 +3
=========================================
Files 2655 2655
Lines 99675 99683 +8
Branches 10289 10290 +1
=========================================
+ Hits 68795 68802 +7
- Misses 26981 26984 +3
+ Partials 3899 3897 -2
|
.../swirlds-platform-core/src/main/java/com/swirlds/platform/crypto/EnhancedKeyStoreLoader.java
Outdated
Show resolved
Hide resolved
Signed-off-by: mxtartaglia <[email protected]>
7285f97
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some HAPI tests are failing with PLATFORM_NOT_ACTIVE
Signed-off-by: Mustafa Uzun <[email protected]>
…1-chore-better-loadig-cryptography
62b220d
Description:
This fix helps with better reporting cases where the cryptography material for a node is not present.
Related issue(s):
Fixes #17871