-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
Description
Currently, only two parties are able to see the contents of a transaction. There may be scenarios whereby a third, trusted party needs to be able to decrypt (but not spend) a transaction. This is the feature being suggested here.
The sender should be able to decide when this trusted third party can view a transaction.
- Develop the
regulated-transfer.mjsin node. - Add
regulated-transferroute in the api - A new circuit
regulated-transfer.circom - Update the
optimistandclientnodes to be able to decrypt these transaction types. - Update the on-chain solidity struct to handle dynamic
compressedSecretsthis will be where we will store additional encryption information
Reactions are currently unavailable