sui
sui copied to clipboard
Intent signing for everything (tx, certs, proof of ownership etc)
After this lands, https://github.com/MystenLabs/sui/pull/3687, we want to switch over the signing operations to take into account of the chain id.
Changes include:
- sui wallet signing transactions
- sui cli signing transactions
- sui authorities verifying user sigs
- sui authorities verifying certified transactions
- sui verifying proof of ownership
Changes should be applied incrementally with a feature flag.
first step just for TransactionData: https://github.com/MystenLabs/sui/pull/5032
https://github.com/MystenLabs/sui/pull/6644 first three completed via