-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Future Supported DSNP message types
There are several DSNP message types that are not yet currently supported but will be supported at some point in the future
Drop
A dead drop message.
| dsnpData field | description | type | bloom |
|---|---|---|---|
| deadDropID | The Dead Drop ID (See DeadDrops | bytes32 | YES |
| uri | content uri | string | no |
| contentHash | keccak-256 hash of content | bytes32 | no |
KeyList, PrivateGraphKeyList, EncryptionKeyList
A KeyList rotation.
| dsnpData field | description | type | bloom |
|---|---|---|---|
| fromId | DSNP ID | bytes8 | YES |
| keyList | new list of valid keys | bytes[] | no |
EncryptedInbox
An encrypted direct message.
This describes the format once decrypted.
Possibly combine both of these and expect that all Inbox messages are encrypted.
| dsnpData field | description | type | bloom |
|---|---|---|---|
| toAddress | ID of the recipient | bytes20 | YES |
| fromId | DSNP ID | bytes8 | YES |
| contentHash | keccak-256 hash of content | bytes32 | no |
| uri | content uri | string | no |
| Tell us how to reproduce this issue. |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request