-
Notifications
You must be signed in to change notification settings - Fork 37
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(jellyfish-api-core): add verifyMessage and signMessageWithPrivKey RPCs #1905
Conversation
Code Climate has analyzed commit 4c8e3ac and detected 0 issues on this pull request. View more on Code Climate. |
✅ Deploy Preview for jellyfishsdk ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Codecov ReportBase: 87.31% // Head: 94.13% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1905 +/- ##
==========================================
+ Coverage 87.31% 94.13% +6.81%
==========================================
Files 358 367 +9
Lines 10526 10775 +249
Branches 1340 1376 +36
==========================================
+ Hits 9191 10143 +952
+ Misses 1259 607 -652
+ Partials 76 25 -51
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. |
Docker build preview for jellyfish/apps is ready! Built with commit 1a68157
You can also get an immutable image with the commit hash
|
packages/jellyfish-api-core/__tests__/category/misc/signMessageWithPrivKey.test.ts
Outdated
Show resolved
Hide resolved
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.
Looks good to me!
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.
Looks good, left some comments
packages/jellyfish-api-core/__tests__/category/misc/signMessageWithPrivKey.test.ts
Outdated
Show resolved
Hide resolved
packages/jellyfish-api-core/__tests__/category/misc/verifyMessage.test.ts
Outdated
Show resolved
Hide resolved
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
What this PR does / why we need it:
Adds verifyMessage and signMessageWithPrivKey RPCs and tests.
Which issue(s) does this PR fixes?:
Fixes part of #48