-
Notifications
You must be signed in to change notification settings - Fork 90
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
cluster: fix issue with k1 signature verification #1147
Conversation
723d717
to
8735a70
Compare
Codecov ReportBase: 53.12% // Head: 52.91% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1147 +/- ##
==========================================
- Coverage 53.12% 52.91% -0.21%
==========================================
Files 130 131 +1
Lines 15207 15278 +71
==========================================
+ Hits 8078 8084 +6
- Misses 5961 6021 +60
- Partials 1168 1173 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
Awesome work, well done on your first charon PR! 🚀 💪
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.
🚀
Fix k1 signature verification by adding support for yellow paper recovery id. Edit
cluster
tests.category: bug
ticket: #1149