-
Notifications
You must be signed in to change notification settings - Fork 143
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: 14136 native support #14357
feat: 14136 native support #14357
Conversation
Signed-off-by: mxtartaglia <maxi@swirldslabs.com>
0e717a8
to
42aa783
Compare
Signed-off-by: mxtartaglia <maxi@swirldslabs.com>
Signed-off-by: mxtartaglia <maxi@swirldslabs.com>
Node: Unit Test Results 1 542 files 1 542 suites 5h 20m 48s ⏱️ Results for commit 5dec62d. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Node Death Reconnect) Results3 tests 3 ✅ 5m 0s ⏱️ Results for commit 5dec62d. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Token) Results 22 files 22 suites 7m 19s ⏱️ Results for commit 5dec62d. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Restart) Results7 files 7 suites 8m 12s ⏱️ Results for commit 5dec62d. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Crypto) Results 24 files 24 suites 12m 20s ⏱️ Results for commit 5dec62d. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Misc) Results 61 files 61 suites 17m 48s ⏱️ Results for commit 5dec62d. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Smart Contract) Results 81 files 81 suites 24m 18s ⏱️ Results for commit 5dec62d. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Time Consuming) Results19 tests 19 ✅ 22m 50s ⏱️ Results for commit 5dec62d. ♻️ This comment has been updated with latest results. |
/** | ||
* The {@link ResourceLoader} used to load the Helm executable. | ||
*/ | ||
private static final ResourceLoader RESOURCE_LOADER = new ResourceLoader(LibraryLoader.class); |
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.
This assumes the resources are always located in the jar file containing the LibraryLoader
class.
Signed-off-by: mxtartaglia <maxi@swirldslabs.com>
Signed-off-by: mxtartaglia <maxi@swirldslabs.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #14357 +/- ##
==============================================
- Coverage 67.58% 57.47% -10.12%
+ Complexity 36486 21816 -14670
==============================================
Files 3732 2861 -871
Lines 149767 109904 -39863
Branches 15571 11249 -4322
==============================================
- Hits 101223 63165 -38058
+ Misses 44179 43162 -1017
+ Partials 4365 3577 -788 ☔ View full report in Codecov by Sentry. |
Signed-off-by: mxtartaglia <maxi@swirldslabs.com>
Signed-off-by: mxtartaglia <maxi@swirldslabs.com>
Signed-off-by: mxtartaglia <maxi@swirldslabs.com>
Signed-off-by: mxtartaglia <maxi@swirldslabs.com>
Signed-off-by: mxtartaglia <maxi@swirldslabs.com>
Signed-off-by: mxtartaglia <maxi@swirldslabs.com>
Signed-off-by: mxtartaglia <maxi@swirldslabs.com>
Signed-off-by: mxtartaglia <maxi@swirldslabs.com>
Signed-off-by: mxtartaglia <maxi@swirldslabs.com>
Closing this pull request as hedera-cryptography repository is already available:https://github.com/hashgraph/hedera-cryptography/pull/27 |
Description:
Please refer to: https://github.com/hashgraph/hedera-services/blob/ebd4e3c9b9a36e867010142520f634fdfddad6e8/platform-sdk/docs/proposals/TSS-Library/TSS-Library.md for further details
Related issue(s):
Fixes #14136