-
Notifications
You must be signed in to change notification settings - Fork 11.3k
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
crypto: Use BLS for AuthorityKeyPair #4645
Conversation
6358cc3
to
6dcf716
Compare
6dcf716
to
4d4a2c0
Compare
💳 Wallet Extension has been built, you can download the packaged extension here: https://github.com/MystenLabs/sui/actions/runs/3068352636#artifacts |
f4c8908
to
41bcda7
Compare
}; | ||
} else { | ||
validatorSignatureData = { | ||
title: 'Aggregated Validator Signature', |
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.
<3
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.
Explorer changes LGTM
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.
After rebasing, check again w/ @huitseeker if we're good to go, so we can merge asap to avoid conflicts that would probably require an extra cycle of retesting locally for incompatibilities etc
This is awesome, thank you so much @joyqvq for helping with the BLS PR splitting and pushing this to completion! |
if (Array.isArray(txdata.authSignInfo.signature)) { | ||
validatorSignatureData = { | ||
title: 'Validator Signatures', | ||
content: txdata.authSignInfo.signature.map( |
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.
Just curious, why do we need this? Don't we wipe the whole DB anyways for each devnet launch?
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.
yes, just doing this for precaution, we can eventually deprecate the legacy display
41bcda7
to
1b095ae
Compare
1b095ae
to
aee0ba3
Compare
narwhal pointer using BLS