sui icon indicating copy to clipboard operation
sui copied to clipboard

Intent signing for everything (tx, certs, proof of ownership etc)

Open joyqvq opened this issue 3 years ago • 1 comments

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:

  1. sui wallet signing transactions
  2. sui cli signing transactions
  3. sui authorities verifying user sigs
  4. sui authorities verifying certified transactions
  5. sui verifying proof of ownership

Changes should be applied incrementally with a feature flag.

joyqvq avatar Aug 30 '22 14:08 joyqvq

first step just for TransactionData: https://github.com/MystenLabs/sui/pull/5032

joyqvq avatar Oct 21 '22 17:10 joyqvq

https://github.com/MystenLabs/sui/pull/6644 first three completed via

joyqvq avatar Dec 09 '22 19:12 joyqvq

  • User transaction intent signing PR 1, PR 2
  • Authority intent signing PR 1, PR 2

joyqvq avatar Mar 13 '23 19:03 joyqvq