formatting for waku update

This commit is contained in:
Corey 2023-08-04 10:33:15 -04:00
parent 2e51cdbfac
commit 28f5b43f6b
2 changed files with 74 additions and 54 deletions

View File

@ -40,7 +40,7 @@ draft: false
- Podcast timelines are being set. In production right now. Nick delivered graphics for HiO but we need a full pack. - Podcast timelines are being set. In production right now. Nick delivered graphics for HiO but we need a full pack.
- First HiO episode is in the works. Will be ready in 2 weeks to fit in the rollout of the LPE. - First HiO episode is in the works. Will be ready in 2 weeks to fit in the rollout of the LPE.
**Louisa / Events ** **Louisa / Events**
- Global strategy paper for wider comms plan. - Global strategy paper for wider comms plan.
- Template for processes and executions when preparing events. - Template for processes and executions when preparing events.

View File

@ -11,111 +11,131 @@ Disclaimer: First attempt playing with the format. Incomplete as not everyone is
--- ---
### Docs ## Docs
**Milestone**: Foundation for Waku docs (done) ### **Milestone**: Foundation for Waku docs (done)
_achieved_:
#### _achieved_:
- overall layout - overall layout
- concept docs - concept docs
- community/showcase pages - community/showcase pages
**Milestone**: Foundation for node operator docs (done)
_achieved_: ### **Milestone**: Foundation for node operator docs (done)
#### _achieved_:
- nodes overview page - nodes overview page
- guide for running nwaku (binaries, source, docker) - guide for running nwaku (binaries, source, docker)
- peer discovery config guide - peer discovery config guide
- reference docs for config methods and options - reference docs for config methods and options
**Milestone**: Foundation for js-waku docs
_achieved_: ### **Milestone**: Foundation for js-waku docs
#### _achieved_:
- js-waku overview + installation guide - js-waku overview + installation guide
- lightpush + filter guide - lightpush + filter guide
- store guide - store guide
- @waku/create-app guide - @waku/create-app guide
_next:_ #### _next:_
- improve @waku/react guide - improve @waku/react guide
_blocker:_ #### _blocker:_
- polyfills issue with [js-waku](https://github.com/waku-org/js-waku/issues/1415) - polyfills issue with [js-waku](https://github.com/waku-org/js-waku/issues/1415)
**Milestone**: Docs general improvement/incorporating feedback (continuous) ### **Milestone**: Docs general improvement/incorporating feedback (continuous)
**Milestone**: Running nwaku in the cloud ### **Milestone**: Running nwaku in the cloud
**Milestone**: Add Waku guide to learnweb3.io ### **Milestone**: Add Waku guide to learnweb3.io
**Milestone**: Encryption docs for js-waku ### **Milestone**: Encryption docs for js-waku
**Milestone**: Advanced node operator doc (postgres, WSS, monitoring, common config) ### **Milestone**: Advanced node operator doc (postgres, WSS, monitoring, common config)
**Milestone**: Foundation for go-waku docs ### **Milestone**: Foundation for go-waku docs
**Milestone**: Foundation for rust-waku-bindings docs ### **Milestone**: Foundation for rust-waku-bindings docs
**Milestone**: Waku architecture docs ### **Milestone**: Waku architecture docs
**Milestone**: Waku detailed roadmap and milestones ### **Milestone**: Waku detailed roadmap and milestones
**Milestone**: Explain RLN ### **Milestone**: Explain RLN
--- ---
### Eco Dev (WIP) ## Eco Dev (WIP)
**Milestone**: EthCC Logos side event organisation (done) ### **Milestone**: EthCC Logos side event organisation (done)
**Milestone**: Community Growth ### **Milestone**: Community Growth
_achieved_: Wrote several bounties, improved template; setup onboarding flow in Discord. #### _achieved_:
_next_: Review template, publish on GitHub - Wrote several bounties, improved template; setup onboarding flow in Discord.
**Milestone**: Business Development (continuous) #### _next_:
_achieved_: Discussions with various leads in EthCC - Review template, publish on GitHub
_next_: Booking calls with said leads
**Milestone**: Setting Up Content Strategy for Waku ### **Milestone**: Business Development (continuous)
_achieved_: Discussions with Comms Hubs re Waku Blog, expressed needs and intent around future blog post and needed amplification; discuss strategies to onboard/involve non-dev and potential CTAs. #### _achieved_:
- Discussions with various leads in EthCC
#### _next_:
- Booking calls with said leads
**Milestone**: Web3Conf (dates) ### **Milestone**: Setting Up Content Strategy for Waku
**Milestone**: DeCompute conf
#### _achieved_:
- Discussions with Comms Hubs re Waku Blog
- expressed needs and intent around future blog post and needed amplification
- discuss strategies to onboard/involve non-dev and potential CTAs.
### **Milestone**: Web3Conf (dates)
### **Milestone**: DeCompute conf
--- ---
### Research (WIP) ## Research (WIP)
**Milestone**: [Autosharding v1](https://github.com/waku-org/nwaku/issues/1846) ### **Milestone**: [Autosharding v1](https://github.com/waku-org/nwaku/issues/1846)
_achieved:_ rendezvous hashing; weighting function; updated LIGHTPUSH to handle autosharding #### _achieved:_
- rendezvous hashing
- weighting function
- updated LIGHTPUSH to handle autosharding
_next:_ #### _next:_
- update FILTER & STORE for autosharding - update FILTER & STORE for autosharding
--- ---
### nwaku (WIP) ## nwaku (WIP)
**Milestone**: Postgres integration. ### **Milestone**: Postgres integration.
_achieved:_ #### _achieved:_
- nwaku can store messages in a Postgres database - nwaku can store messages in a Postgres database
- we started to perform stress tests - we started to perform stress tests
_next:_ #### _next:_
- Analyse why some messages are not stored during stress tests happened in both sqlite and Postgres, so maybe the issue isn't directly related to _store_. - Analyse why some messages are not stored during stress tests happened in both sqlite and Postgres, so maybe the issue isn't directly related to _store_.
**Milestone**: nwaku as a library (C-bindings) ### **Milestone**: nwaku as a library (C-bindings)
_achieved:_ #### _achieved:_
- The integration is in progress through N-API framework - The integration is in progress through N-API framework
_next:_ #### _next:_
- Make the nodejs to properly work by running the _nwaku_ node in a separate thread. - Make the nodejs to properly work by running the _nwaku_ node in a separate thread.
--- ---
### go-waku (WIP) ## go-waku (WIP)
--- ---
### js-waku (WIP) ## js-waku (WIP)
**Milestone**: [Peer management](https://github.com/waku-org/js-waku/issues/914) ### **Milestone**: [Peer management](https://github.com/waku-org/js-waku/issues/914)
_achieved: spec test for connection manager #### _achieved:
- spec test for connection manager
**Milestone**: [Peer Exchange](https://github.com/waku-org/js-waku/issues/1429) ### **Milestone**: [Peer Exchange](https://github.com/waku-org/js-waku/issues/1429)
**Milestone**: Static Sharding ### **Milestone**: Static Sharding
_next_: start implementation of static sharding in js-waku #### _next_:
- start implementation of static sharding in js-waku
**Milestone**: Developer Experience ### **Milestone**: Developer Experience
_achieved_: js-lip2p upgrade to remove usage of polyfills (draft PR) #### _achieved_:
_next_: merge and release js-libp2p upgrade - js-lip2p upgrade to remove usage of polyfills (draft PR)
**Milestone**: Waku Relay in the Browser #### _next_:
- merge and release js-libp2p upgrade
### **Milestone**: Waku Relay in the Browser
--- ---