-
Notifications
You must be signed in to change notification settings - Fork 36
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
Migration support: "v8" to "v9" #363
Comments
|
Two new sub-commands have been added for the
mxpy wallet sign-messageThis command is used to sign a message. It requires the When running
|
mxpy wallet verify-messageThis command is used for verifying a previously signed message. It requires the To verify the message signed above we can run the following command:
The output will look like this:
In case the message was not signed by someone with that address the output will be:
|
This new version of mxpy(v9) contains quite a few changes over the previous one.
mxpy deps
By using the
mxpy deps install rust
command rust will be installed system-wide. When installing the rust module, sc-meta, twiggy and wasm-opt are also installed.The clang dependency has also been removed. You can not install it through mxpy anymore. You'll have to install it manually, if needed.
The text was updated successfully, but these errors were encountered: