mirror of https://github.com/logos-co/roadmap.git
some corrections (#134)
This commit is contained in:
parent
be56d0c0f0
commit
1bf0348a30
|
@ -29,13 +29,14 @@ date: 2024-09-30
|
|||
- [nwaku] [chore: rate limit peer exchange protocol, enhanced response status in RPC](https://github.com/waku-org/nwaku/pull/3035)
|
||||
- [nwaku] [chore: DOS protection of non-relay req/resp protocols new cli argument description](https://github.com/waku-org/docs.waku.org/pull/216)
|
||||
- [nwaku] [chore: Adjusted peer-exchange to the latest changes made due to rate limit DOS protection](https://github.com/waku-org/specs/pull/39)
|
||||
- [nwaku] nim-waku is feature ready of `DOS protection for req-res protocols and metrics`
|
||||
- [nwaku] nwaku is feature ready for `DOS protection for req-res protocols and metrics`
|
||||
|
||||
- [PostgreSQL Maintenance](https://github.com/waku-org/pm/issues/119)
|
||||
- achieved:
|
||||
- [research] Completed more benchmark testing scenarios
|
||||
- [nwaku] [chore: extending store metrics](https://github.com/waku-org/nwaku/pull/3042)
|
||||
- next:
|
||||
- [nwaku] [chore: store queries for content topics take longer with cursor](https://github.com/waku-org/nwaku/issues/2963)
|
||||
- [research] Write a quick reference summary of test findings
|
||||
- [nwaku] [chore: store queries for content topics take longer with cursor](https://github.com/waku-org/nwaku/issues/2963)
|
||||
|
||||
|
@ -47,23 +48,27 @@ date: 2024-09-30
|
|||
- next:
|
||||
- [nwaku] added an abstraction for libp2p to make the code easier to manage in the future. [refactor: peermanager for stale peers management](https://github.com/waku-org/nwaku/pull/3051)
|
||||
|
||||
## [Milestone - Scale 1:1 chat messages PoC](https://github.com/waku-org/pm/milestone/34)
|
||||
## [Milestone - RLN Mainnet](https://github.com/waku-org/pm/milestone/34)
|
||||
|
||||
- [RLNv2 in nwaku](https://github.com/waku-org/pm/issues/204)
|
||||
- achieved:
|
||||
- [chat] waku-rlnv2-contract: do not keep track of membership registration order [refactor: do not keep track of membership registration order](https://github.com/waku-org/waku-rlnv2-contract/pull/14)
|
||||
|
||||
- [Maturing RLN variables/parameters revision](https://github.com/waku-org/pm/issues/205)
|
||||
- [Implement RLN smart contract for paid, multilevel memberships](https://github.com/waku-org/pm/issues/228)
|
||||
- achieved:
|
||||
- [research] started review of RLN memberships PR
|
||||
- next:
|
||||
- [research] review / improve the membership PR for RLN on mainnet
|
||||
|
||||
- Public dogfooding RLNaaS web app
|
||||
- achieved:
|
||||
- [nwaku] [chore: append current version in agentString which is used by the identify protocol](https://github.com/waku-org/nwaku/pull/3057)
|
||||
|
||||
## [Milestone - Scale up number of Communities](https://github.com/waku-org/pm/milestone/32)
|
||||
|
||||
- [Usage of Rendezvous](https://github.com/waku-org/pm/issues/199)
|
||||
- achieved:
|
||||
- [research] nim libp2p PR update from feedback
|
||||
- [research] nim-libp2p PR update from feedback
|
||||
- next:
|
||||
- [research] more updates on PR and or merge
|
||||
|
||||
|
@ -97,21 +102,14 @@ date: 2024-09-30
|
|||
- next:
|
||||
- [research] POC to showcase proposed usage of content-topic in communities
|
||||
|
||||
## Other Work
|
||||
|
||||
### Enhancements
|
||||
## Bugs and Maintenance
|
||||
|
||||
- achieved:
|
||||
- [nwaku] [fix: PeerExchange rpc decode in order not to take response's status_code mandatory - for support old protocol implementation](https://github.com/waku-org/nwaku/pull/3059)
|
||||
- [nwaku] [chore: append current version in agentString which is used by the identify protocol](https://github.com/waku-org/nwaku/pull/3057)
|
||||
- [nwaku] [fix: px protocol decode - do not treat missing response field as error](https://github.com/waku-org/nwaku/pull/3055)
|
||||
- [nwaku] [chore: updating upload and download artifact actions to v4](https://github.com/waku-org/nwaku/pull/3047)
|
||||
- [nwaku] [chore: sharding - reduce log level for a too spammy message](https://github.com/waku-org/nwaku/pull/3045)
|
||||
- [nwaku] Release v0.33 preparation and validation
|
||||
|
||||
### Bugs
|
||||
|
||||
- achieved:
|
||||
- [nwaku] [chore: updating upload and download artifact actions to v4](https://github.com/waku-org/nwaku/pull/3047)
|
||||
- [nwaku] [fix: px protocol decode - do not treat missing response field as error](https://github.com/waku-org/nwaku/pull/3055)
|
||||
- [nwaku] [fix: PeerExchange rpc decode in order not to take response's status_code mandatory - for support old protocol implementation](https://github.com/waku-org/nwaku/pull/3059)
|
||||
- [chat] status-go [fix_: remove unreachable code error message](https://github.com/status-im/status-go/pull/5845)
|
||||
- [chat] go-waku, fix push notifications not working in mobile in develop branch [fix: filter batch duration opt was not propagated correctly](https://github.com/waku-org/go-waku/pull/1224)
|
||||
|
||||
|
|
Loading…
Reference in New Issue