Add misc comments

This commit is contained in:
Oskar Thoren 2019-04-22 12:43:13 +08:00
parent 067ff2946b
commit 682b15707f
No known key found for this signature in database
GPG Key ID: 33AAFB33580C538E
2 changed files with 34 additions and 2 deletions

View File

@ -33,9 +33,18 @@ Desired:
- Transport privacy (Whisper, etc) - Transport privacy (Whisper, etc)
- Payload and messages - Payload and messages
x4-x8 is Oskar cutting things up into orthogonal pieces. (x4-x8 is Oskar cutting things up into orthogonal pieces.)
## Incubation ## Incubation
Things that are being researched and might show up as SIP in the future. See [Big Brother protocol](https://github.com/status-im/bigbrother-specs/). Things that are being researched and might show up as SIP in the future. See [Big Brother protocol](https://github.com/status-im/bigbrother-specs/).
x9 upcoming: Minimal Viable Data Sync, which will provide reliable data sync between clients, only relying on best-effort delivery. More on requirements here: https://github.com/status-im/specs/
Later:
- Whisper better bandwidth (topic partition)
- Specific payloads for SNT use cases
- MLS
- PSS
- Mixnet
- Etc

23
x4.md
View File

@ -365,3 +365,26 @@ All described addons are implemented in [status-im/whisper fork](https://github.
## New RPC methods ## New RPC methods
TODO: provide a list of RPC methods from `shhext` API which are relevant to this spec. TODO: provide a list of RPC methods from `shhext` API which are relevant to this spec.
## Raw SoK TODO leftovers
## Misc notes
### Factors not captured
- Censorship-resistance, DPI etc
- Continuance of protocol
- Availability/Robustness e.g. FW port blocking
- p2p no central source of control
- trust minimized
- Open machine readable specification
- multiple implementaions
- group chat performance
- mobile specific / churnable
### TODO: Later, for each property have
- Current protocl
- How we use it
- Future considerations
- Desired by Status
- The ethereum txn viewpoint