-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Enable privacy data stores:
- Add new
enum FieldTypes { PUBLIC, RESTRICTED } - Add new
Struct Field = { value: bytes, type: FieldTypes } - Change Record to use Field struct instead of bytes32
- nameQuery every field except domainName, including address changes to bytes32 and is suffixed with "Hash", ie "nameHash", "walletHash" etc.
- add new
struct newRecordwhich has all fieldsRecordhas but also has fields for hashes of every value - setRecord must use
newRecordstruct and use hashes as indexing keys in mappings.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Type
Projects
Status
Ready