content
content copied to clipboard
Rearrange Using promises guide
Description
Fix #22095
Motivation
Additional details
Related issues and pull requests
It is now possible to switch between BLS and Ed25519 programatically by following these steps:
- Update the default crypto types in Sui (in sui-types/src/crypto.rs),
- In the same file, make sure all schemes implements
ToObligationSignature
, - Update the default crypto types in Narwhal (narwhal/crypto/src/lib),
- Update the signature verification function used by validators in Move to the correct scheme (in sui-framework/sources/governance/validator.move).