-
Notifications
You must be signed in to change notification settings - Fork 148
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: Add multi-signature and multi-node support for signing and addi… #2514
feat: Add multi-signature and multi-node support for signing and addi… #2514
Conversation
…ng signatures Signed-off-by: ivaylogarnev-limechain <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2514 +/- ##
===========================================
- Coverage 76.49% 59.82% -16.68%
===========================================
Files 304 315 +11
Lines 75800 79394 +3594
===========================================
- Hits 57986 47497 -10489
- Misses 17814 31897 +14083 ☔ View full report in Codecov by Sentry. |
Signed-off-by: ivaylogarnev-limechain <[email protected]>
Please check in integration tests if this works for the |
Signed-off-by: ivaylogarnev-limechain <[email protected]>
Quality Gate passedIssues Measures |
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.
LGTM
#2514) * feat: Add multi-signature and multi-node support for signing and adding signatures Signed-off-by: ivaylogarnev-limechain <[email protected]> * test: Added signTransaction method tests Signed-off-by: ivaylogarnev-limechain <[email protected]> * test: Added some integration tests for signTransaction method Signed-off-by: ivaylogarnev-limechain <[email protected]> --------- Signed-off-by: ivaylogarnev-limechain <[email protected]>
Description:
This PR adds support for multi-signature and multi-node transactions, enhancing the capabilities for signing and managing signatures.
Related issue(s):
#2481
Checklist