mirror of https://github.com/logos-co/roadmap.git
vac acz roadmap
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
This commit is contained in:
parent
ac190282f4
commit
147e2dd30f
|
@ -4,18 +4,18 @@ tags:
|
|||
- acz
|
||||
- vac
|
||||
date: 2023-08-25
|
||||
lastmod: 2023-08-25
|
||||
lastmod: 2023-09-06
|
||||
---
|
||||
|
||||
## `vac:acz`
|
||||
## `vac:acz:`
|
||||
---
|
||||
|
||||
### `rlnp2p:waku`
|
||||
### `rlnp2p:waku:`
|
||||
* [x] [[roadmap/vac/acz/rlnp2p/waku/producion-readiness | production-readiness]]
|
||||
* [[roadmap/vac/acz/rlnp2p/waku/rln-membership-management | rln-membership-management]]
|
||||
* [[roadmap/vac/acz/rlnp2p/waku/rln-relay-enhancements| rln-relay-enhancements]]
|
||||
|
||||
|
||||
### `zerokit:vac`
|
||||
### `zerokit:vac:`
|
||||
* [[roadmap/vac/acz/zerokit/vac/zerokit-v0-4 | zerokit-v0.4]]
|
||||
* [[roadmap/vac/acz/zerokit/vac/maintenance | maintenance]]
|
||||
|
|
|
@ -22,10 +22,10 @@ title: Waku RLN-RELAY Enhancements Details
|
|||
gantt
|
||||
dateFormat YYYY-MM-DD
|
||||
section rlnp2p-waku
|
||||
RLN-RELAY enhancements :, 2023-01-20, 2023-09-30
|
||||
RLN-RELAY enhancements :, 2023-06-01, 2023-09-30
|
||||
```
|
||||
- due: 2023/09/30
|
||||
- status: 50%
|
||||
- status: 70%
|
||||
|
||||
### Description
|
||||
- simple membership management setup (fixed CC list)
|
||||
|
@ -34,8 +34,39 @@ gantt
|
|||
#### Goal
|
||||
Run RLN relay on the Waku production fleet. Waku CCs can use it
|
||||
|
||||
### 2023/07/31 - 2023/08/07
|
||||
- [Waku RLN contract registry](https://github.com/waku-org/waku-rln-contract/pull/3)
|
||||
- [Mark duplicated messages as spam](https://github.com/waku-org/nwaku/pull/1867)
|
||||
- [Use `waku-org/waku-rln-contract` as a submodule in `nwaku`](https://github.com/waku-org/nwaku/pull/1884)
|
||||
-
|
||||
### Info
|
||||
|
||||
#### 2023/08/21 - 2023/08/28
|
||||
|
||||
* tree metadata should include chainId and contractAddress - https://github.com/waku-org/nwaku/pull/1932
|
||||
* set flush_interval appropriately -https://github.com/waku-org/nwaku/pull/1933
|
||||
* integrate new WakuRlnRegistry contract - https://github.com/waku-org/nwaku/pull/1943
|
||||
* bump zerokit to v0.3.2
|
||||
* https://github.com/waku-org/nwaku/pull/1951
|
||||
* tree metadata should include window of roots - https://github.com/waku-org/nwaku/pull/1953
|
||||
* sync tree state from contract deployed block number - https://github.com/waku-org/nwaku/pull/1955
|
||||
* optimization to waku_keystore - https://github.com/waku-org/nwaku/pull/1956
|
||||
* fixed a forceProgression bug in the WakuRlnRegistry contract - https://github.com/waku-org/waku-rln-contract/pull/6
|
||||
|
||||
#### 2023/08/14 - 2023/08/21
|
||||
* rpc handler for waku rln relay - https://github.com/waku-org/nwaku/pull/1852
|
||||
* fixed ganache’s change in method to manage subprocesses, fixed timeouts related to it - https://github.com/waku-org/nwaku/pull/1913
|
||||
* should error out on rln-relay mount failure - https://github.com/waku-org/nwaku/pull/1904
|
||||
* fixed invalid start index being used in rln-relay - https://github.com/waku-org/nwaku/pull/1915
|
||||
* constrain the values that can be used as idCommitments in the rln-contract - https://github.com/vacp2p/rln-contract/pull/26
|
||||
* assist with waku-simulator testing
|
||||
* remove registration capabilities from nwaku, it should be done out of band - https://github.com/waku-org/nwaku/pull/1916
|
||||
* add deployedBlockNumber to the rln-contract for ease of fetching events from the client - https://github.com/vacp2p/rln-contract/pull/27
|
||||
|
||||
#### 2023/08/07 - 2023/08/14
|
||||
* Created tracking issue to manage status of this milestone - https://github.com/waku-org/nwaku/issues/1906
|
||||
|
||||
#### 2023/07/31 - 2023/08/07
|
||||
|
||||
* [Waku RLN contract registry](https://github.com/waku-org/waku-rln-contract/pull/3)
|
||||
* [Mark duplicated messages as spam](https://github.com/waku-org/nwaku/pull/1867)
|
||||
* [Use `waku-org/waku-rln-contract` as a submodule in `nwaku`](https://github.com/waku-org/nwaku/pull/1884)
|
||||
|
||||
### Deliverables
|
||||
|
||||
* https://github.com/waku-org/nwaku/issues/1906
|
||||
|
|
Loading…
Reference in New Issue