-
Notifications
You must be signed in to change notification settings - Fork 86
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
[CLI]Need rooch sign and validator command #2381
Comments
Is this issue available for handling? |
@v1xingyue is handle this |
Okay I'll handle this |
We can wrap it into a struct, like
|
It doesn't relate to any message signing format of the Bitcoin-QT or the RFC2440 on the wiki mentioned there: https://en.bitcoin.it/wiki/Message_signing#Displaying_signed_messages. |
…2566) * [gh-2381] add msg prefix to the account sign command. * [gh-2381] modify the sign command output as msg and auth payload. * [gh-2381] modify sign command for signing. * [gh-2381] add verify command. * [gh-2381] revise the sign and verify process. * [gh-2381] revise account verify command and add tests. * [gh-2381] follow #2580 to add account sign command. * [gh-2381] fix some issues of the account sign command. * [gh-2381] revise account verify command. * [gh-2381] revise the integ test. * [gh-2381] fix issues arisen from comments. * [gh-2381] fix cmd.feature. * [gh-2381] fix output. * [gh-2381] fix lint issues. * [gh-2381] fix tests. * [gh-2381] add assert to test and parsed signature struct. * [gh-2381] format the code. * [gh-2381] revise the signature hex and verify command. * [gh-2381] fix the issue of verification. --------- Co-authored-by: Feliciss <10203-feliciss@users.noreply.0xacab.org>
Rooch cli tools need sign and validator command.
The text was updated successfully, but these errors were encountered: