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

fix hex encoded seq num issue when sn is greater than 10 #239

Closed
wants to merge 1 commit into from

Conversation

Arsh-Sandhu
Copy link
Contributor

  • fix "too large to encode" hex seq num issue when sn is greater than 10
  • add singlesig-rot-bulk.test.ts to test sn greater than 10

- fix "too large to encode" hex seq num issue when sn is greater than 10
- add singlesig-rot-bulk.test.ts to test sn greater than 10

Signed-off-by: arshdeep singh <[email protected]>
Copy link

codecov bot commented Mar 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.76%. Comparing base (e2345e8) to head (5b7e136).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #239      +/-   ##
==========================================
- Coverage   82.88%   82.76%   -0.13%     
==========================================
  Files          48       47       -1     
  Lines        4271     4200      -71     
  Branches     1067     1045      -22     
==========================================
- Hits         3540     3476      -64     
+ Misses        700      695       -5     
+ Partials       31       29       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lenkan
Copy link
Collaborator

lenkan commented Mar 28, 2024

This was fixed in a conflicting way in development through #216. This has a nice integration test added though.

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