-
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
Release v0.11.0 #1868
Release v0.11.0 #1868
Conversation
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.
Love it! Much simpler
// 4dTeMxuPJCK7zQGhFcgCivSJqBs9Wo2SuMSQeYCCuVJ9xrE2 --> 5Fc9NzKzJZwZvgjQBmSKtvZmJ5oP6B49DFC5dXZhTETjrSzo | ||
// 4dTeMxuPJCK7zQGhFcgCivSJqBs9Wo2SuMSQeYCCuVJ9xrE2 --> 5CSfibAR9HHEwKpXbdsDHguAmLgKS6yKat2joTLA75DZ152L |
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.
Luckily, only the comment was off. The hex is correct, see @lemunozm's original commit: f457f22#diff-99b28d05634bd6aa324ac36d08291a48d92664bbe2eef597f04ee84ec9e8de0aL56
I verified this using Chopsticks pre and post RU execution.
The reason the comment is off because subkey inspect $hex
assumes the hex to be a private key, I should have used subkey inspect $hex --public
instead:
❯ subkey inspect "0x10c03288a534d77418e3c19e745dfbc952423e179e1e3baa89e287092fc7802f" --public
Network ID/Version: substrate
Public key (hex): 0x10c03288a534d77418e3c19e745dfbc952423e179e1e3baa89e287092fc7802f
Account ID: 0x10c03288a534d77418e3c19e745dfbc952423e179e1e3baa89e287092fc7802f
Public key (SS58): 5CSfibAR9HHEwKpXbdsDHguAmLgKS6yKat2joTLA75DZ152L
SS58 Address: 5CSfibAR9HHEwKpXbdsDHguAmLgKS6yKat2joTLA75DZ152L
❯ subkey inspect 5Fc9NzKzJZwZvgjQBmSKtvZmJ5oP6B49DFC5dXZhTETjrSzo
Public Key URI `5Fc9NzKzJZwZvgjQBmSKtvZmJ5oP6B49DFC5dXZhTETjrSzo` is account:
Network ID/Version: substrate
Public key (hex): 0x9caf39a5c322253288007349ea052d49d16f5344a94c4879d9e185404fb93851
Account ID: 0x9caf39a5c322253288007349ea052d49d16f5344a94c4879d9e185404fb93851
Public key (SS58): 5Fc9NzKzJZwZvgjQBmSKtvZmJ5oP6B49DFC5dXZhTETjrSzo
SS58 Address: 5Fc9NzKzJZwZvgjQBmSKtvZmJ5oP6B49DFC5dXZhTETjrSzo
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.
Thanks for the comment!
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! Like a lot the new versioning method 🚀
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.
Weights are update, all is good, right?
Description
Release candidate for v0.11.0
Changes and Descriptions
TODO
Checklist: