update waku weekly 20231120

This commit is contained in:
chair28980 2023-11-21 14:41:20 -08:00
parent b8845211ae
commit 7432d7073e
No known key found for this signature in database
GPG Key ID: 634B505B4DCD4B70
1 changed files with 9 additions and 0 deletions

View File

@ -42,6 +42,15 @@ draft: false
## [Waku Network Gen 0](https://github.com/waku-org/pm/issues/50) - 2023-12-01
- _achieved_:
- Internal dogfooding of proto-network continues.
- Significant progress of autosharding in js-waku: autosharding function implemented, work to integrate in protocols started.
- _risks_:
- Usage of RLN in js-waku and dependency on a (centralized?) Web3Provider remains unclear as one needs to know the merkle tree state (on chain) to generate proofs.
- We are progressively moving a nwaku engineer to a solution engineer role we need to backfill the role.
- js-waku team is juggling between dev ex and gen 0 with only 2 engineers (3rd one just joined) so delivery in this client is likely to lag behind other clients.
- Uncertainty as to how RLN membership mechanism would hinder application adoption, if memberships need to be distributed or obtained by registration, if staking is necessary to prevent abuse, etc.
### [1.4: Sharded peer management and discovery](https://github.com/waku-org/pm/issues/67)
**[nwaku] [chore: improve cluster id, shards, topics flow](https://github.com/waku-org/nwaku/issues/2183)**