vac acz roadmap update

Signed-off-by: ksr <kaiserd@users.noreply.github.com>
This commit is contained in:
ksr 2023-09-12 16:45:01 +02:00
parent 0672d8d9c7
commit 62d9d0fe12
2 changed files with 3 additions and 4 deletions

View File

@ -34,15 +34,14 @@ The goal of this milestone is having
* using the [noise](http://noiseprotocol.org/noise.html) framework * using the [noise](http://noiseprotocol.org/noise.html) framework
* Ethereum Wallet address used to derive authentication key for noise * Ethereum Wallet address used to derive authentication key for noise
* expand this https://rfc.vac.dev/spec/20/
* Design an Ethereum address-based 1:1 chat * Design an Ethereum address-based 1:1 chat
- should be transport agnostic - should be transport agnostic
- toy eth chat: https://rfc.vac.dev/spec/20/ - toy eth chat: https://rfc.vac.dev/spec/20/
- this milestone requires forward secrecy - this milestone requires forward secrecy (see limitations section of the toy eth chat RFC)
* Naive Groupchat functionality (using `n` 1:1 chat channels) * Naive Groupchat functionality (using `n` 1:1 chat channels)
* involve metamask here (metamask im team) * involve metamask here (metamask im team)
* a follow up milestone will cover run Ethereum chat on top of Waku * a follow up milestone will cover running Ethereum chat on top of Waku
* follow up goal: develop this into an EIP * follow up goal: develop this into an EIP

View File

@ -5,7 +5,7 @@ title: Vac Roadmap
### Structure ### Structure
`vac:<unit>:<tag>::<for_project>:<title>_<counter>` `vac:<unit>:<tag>:<for_project>:<title>_<counter>`
- `vac` indicates it is a vac milestone - `vac` indicates it is a vac milestone
- `unit` indicates the vac unit `p2p`, `dst`, `tke`, `acz`, `sc`, `zkvm`, `dr`, `rfc` - `unit` indicates the vac unit `p2p`, `dst`, `tke`, `acz`, `sc`, `zkvm`, `dr`, `rfc`
- `tag` tags a specific area / project / epic within the respective vac unit, e.g. `nimlibp2p`, or `zerokit` - `tag` tags a specific area / project / epic within the respective vac unit, e.g. `nimlibp2p`, or `zerokit`