-
Notifications
You must be signed in to change notification settings - Fork 24
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 verify #136
feat: add verify #136
Conversation
Total coverage
Detailed reportclick to open the diff coverage report
|
Pull request analysis by VIZIPI Below you will find who is the most qualified team member to review your code. Reviewers with knowledge related to these changes
Potential missing files from this Pull requestNo commonly committed files found with a 40% threashold Committed file ranks(click to expand)61.15% [test/unit/wallet/index.test.js] 85.38% [src/wallet/index.js] 94.23% [README.md] 99.62% [package.json] 99.23% [yarn.lock] |
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
@@ -90,4 +90,15 @@ describe('test wallet', () => { | |||
const _getWallet = Wallet.__GetDependency__('_getWallet'); | |||
expect(() => _getWallet()).toThrow('not a valid method'); | |||
}); | |||
|
|||
test('test verify', () => { |
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.
Sign and verify can use the same privatekey, pubkey and msg.
No description provided.