mirror of https://github.com/logos-co/roadmap.git
waku amendments
This commit is contained in:
parent
a3905aa8fd
commit
c400e0ac70
|
@ -10,22 +10,20 @@ date: 2024-06-24
|
|||
- [Store v3-beta - Message Hashes](https://github.com/waku-org/pm/issues/131)
|
||||
- achieved:
|
||||
- PR bug fixes
|
||||
- hash based query for outgoing messages https://github.com/status-im/status-go/pull/5217
|
||||
- blockers:
|
||||
- awaiting reviews
|
||||
- awaiting reviews <!-- reviews from whom -->
|
||||
- unable to reproduce CI failures
|
||||
|
||||
- [Store v3 - store synchronisation](https://github.com/waku-org/pm/issues/132)
|
||||
- achieved:
|
||||
- waku-simulator testing
|
||||
- Dogfooding and fixes for routine that checks for missing messages https://github.com/status-im/status-go/pull/5281
|
||||
- blockers:
|
||||
- awaiting reviews
|
||||
- unable to reproduce CI failures
|
||||
|
||||
- [DOS protection for req-res protocols and metrics](https://github.com/waku-org/pm/issues/66)
|
||||
- achieved:
|
||||
- Rate limit phase3: implemented per peer request rate checks
|
||||
- Rate limit phase3: implemented per peer request rate checks <!-- what's phase 3 ? - better to include PR link -->
|
||||
- BW metrics per shard: implemented per shard metric collection
|
||||
- next:
|
||||
- Rate limit phase3: Some polishing and test cases needed to finish
|
||||
|
@ -74,7 +72,8 @@ date: 2024-06-24
|
|||
|
||||
- [Reliability Protocol for Relay](https://github.com/waku-org/pm/issues/184)
|
||||
- achieved:
|
||||
- started to look at the current status-go implementation
|
||||
- started to look at the current status-go implementation <!-- would be good to have context. I assume this is nwaku? -->
|
||||
- hash based query for outgoing messages https://github.com/status-im/status-go/pull/5217
|
||||
- next:
|
||||
- carry on with the implementation in nwaku - https://github.com/waku-org/nwaku/issues/2819
|
||||
|
||||
|
@ -82,13 +81,15 @@ date: 2024-06-24
|
|||
- achieved:
|
||||
- Improve filter subscription management in LightClient: various fixes wrt filter subscriptions and making lightNode work with peerExchange enabled https://github.com/status-im/status-go/pull/4665
|
||||
- dogfooding light client in desktop
|
||||
- fixed issue found while dogfooing, remove stale subs and update ping interval https://github.com/waku-org/go-waku/pull/1119
|
||||
- fixed issue found while dogfooding, remove stale subs and update ping interval https://github.com/waku-org/go-waku/pull/1119
|
||||
- improved peer management for light push protocol https://github.com/waku-org/js-waku/issues/2002
|
||||
- worked on updating js-waku to store v3 https://github.com/waku-org/js-waku/issues/2029
|
||||
- improving offline recoverability for Filter https://github.com/waku-org/js-waku/issues/2024
|
||||
- Dogfooding and fixes for routine that checks for missing messages https://github.com/status-im/status-go/pull/5281
|
||||
- next:
|
||||
- continue with moving to store v3 https://github.com/waku-org/js-waku/issues/2029
|
||||
- continue with offline recoverability for Filter https://github.com/waku-org/js-waku/issues/2024
|
||||
- js-waku: continue with moving to store v3 https://github.com/waku-org/js-waku/issues/2029
|
||||
- js-waku: continue with offline recoverability for Filter https://github.com/waku-org/js-waku/issues/2024
|
||||
- <!-- what's next for go-waku? @prem -->
|
||||
|
||||
- [User apps for large scale dogfooding](https://github.com/waku-org/pm/issues/188)
|
||||
- achieved:
|
||||
|
@ -143,8 +144,8 @@ date: 2024-06-24
|
|||
- achieved: opened a PR for a PoC incentivization testing: https://github.com/waku-org/nwaku/pull/2816
|
||||
- next: start outlining a minimal specification for RLN-as-a-service
|
||||
|
||||
### Reliability
|
||||
### General Reliability
|
||||
- achieved
|
||||
- Increase store query pagesize https://github.com/status-im/status-go/pull/5341
|
||||
- Fix peer counter for statsu-desktop https://github.com/status-im/status-go/pull/5348
|
||||
- Fix peer counter for status-desktop https://github.com/status-im/status-go/pull/5348
|
||||
- Change order of rpc text input https://github.com/status-im/status-desktop/pull/15169
|
||||
|
|
Loading…
Reference in New Issue