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: Add multi-signature and multi-node support for signing and addi… #2514

Merged
merged 3 commits into from
Sep 18, 2024

Conversation

ivaylogarnev-limechain
Copy link
Contributor

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

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Copy link

codecov bot commented Sep 11, 2024

Codecov Report

Attention: Patch coverage is 34.69388% with 32 lines in your changes missing coverage. Please review.

Project coverage is 59.82%. Comparing base (5c428d4) to head (e58ee3c).
Report is 134 commits behind head on main.

Files with missing lines Patch % Lines
src/transaction/Transaction.js 8.57% 32 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (5c428d4) and HEAD (e58ee3c). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (5c428d4) HEAD (e58ee3c)
3 2
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.
📢 Have feedback on the report? Share it here.

Signed-off-by: ivaylogarnev-limechain <[email protected]>
@ivaylonikolov7
Copy link
Contributor

ivaylonikolov7 commented Sep 13, 2024

Please check in integration tests if this works for the FileAppend transaction to check if this feature works with chunked transactions.

Copy link

Copy link
Contributor

@agadzhalov agadzhalov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ivaylogarnev-limechain ivaylogarnev-limechain merged commit cd14715 into main Sep 18, 2024
7 checks passed
@ivaylogarnev-limechain ivaylogarnev-limechain deleted the feat/2481-multi-node-multi-signatures branch September 18, 2024 10:54
ivaylogarnev-limechain added a commit that referenced this pull request Sep 19, 2024
#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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants