mirror of https://github.com/logos-co/roadmap.git
chore(acz): add 11 sept updates (#4)
This commit is contained in:
parent
3f746accf8
commit
f103b7f792
|
@ -30,7 +30,7 @@ gantt
|
|||
|
||||
### Description
|
||||
|
||||
* Waku doc: How can a user setup a Waku + RLN?
|
||||
* Waku doc: How can a user setup Waku + RLN?
|
||||
- even though Waku RLN does not support slashing yet, we can see RLN as that provides an additional datapoint regarding message validity
|
||||
* doc explaining how the components of RLN (zerokit, contract, and a project using it, e.g. Waku, work together)
|
||||
- this can be in notion at first
|
||||
|
|
|
@ -24,11 +24,29 @@ gantt
|
|||
RLN Membership Management :, 2023-01-20, 2023-09-30
|
||||
```
|
||||
- due: 2023/09/30
|
||||
- status: 10%
|
||||
- status: 100%
|
||||
|
||||
### Description
|
||||
Enhancing the first simple CC membership list
|
||||
|
||||
### Risks
|
||||
- depends on input from [[roadmap/waku/overview|Waku]]
|
||||
-
|
||||
|
||||
### Info
|
||||
|
||||
#### 2023/09/04 - 2023/09/11
|
||||
|
||||
* added documentation for rln_keystore_generator - https://github.com/waku-org/nwaku/pull/1993
|
||||
|
||||
#### 2023/08/28 - 2023/09/04
|
||||
|
||||
* fixed makefile target for rln_keystore_generator - https://github.com/waku-org/nwaku/pull/1960
|
||||
* log the membership index out upon registration in the rln_keystore_generator - https://github.com/waku-org/nwaku/pull/1963
|
||||
|
||||
#### 2023/08/21 - 2023/08/28
|
||||
|
||||
* Demo of rln_keystore_generator: https://github.com/waku-org/nwaku/pull/1956
|
||||
* Wrote a tool rln_keystore_generator
|
||||
* https://github.com/waku-org/nwaku/pull/1925
|
||||
* https://github.com/waku-org/nwaku/pull/1928
|
||||
* https://github.com/waku-org/nwaku/pull/1931
|
|
@ -25,7 +25,7 @@ gantt
|
|||
RLN-RELAY enhancements :, 2023-06-01, 2023-09-30
|
||||
```
|
||||
- due: 2023/09/30
|
||||
- status: 70%
|
||||
- status: 100%
|
||||
|
||||
### Description
|
||||
- simple membership management setup (fixed CC list)
|
||||
|
@ -36,6 +36,29 @@ Run RLN relay on the Waku production fleet. Waku CCs can use it
|
|||
|
||||
### Info
|
||||
|
||||
## 2023/09/04 - 2023/09/11
|
||||
|
||||
* if only one key exists in the keystore, use it - https://github.com/waku-org/nwaku/pull/1984
|
||||
* fix log levels for some logs - https://github.com/waku-org/nwaku/pull/1986
|
||||
* updated documentation for rln-relay - https://github.com/waku-org/nwaku/pull/1993
|
||||
* clean nullifier table every `MaxEpochGap` - https://github.com/waku-org/nwaku/pull/1994
|
||||
* created `rln_db_inspector` tool, allows inspection into merkle tree structure - https://github.com/waku-org/nwaku/pull/1999, https://github.com/waku-org/nwaku/pull/2012
|
||||
* fixed missing memberships between history sync and new memberships sync with @alrevuelta - https://github.com/waku-org/nwaku/pull/2015
|
||||
* remove `rln` from waku's experimental features - https://github.com/waku-org/nwaku/pull/2001
|
||||
* fix metric calculation for registered members - https://github.com/waku-org/nwaku/pull/2018
|
||||
* uups proxy for waku-rln-registry - https://github.com/waku-org/waku-rln-contract/pull/9
|
||||
|
||||
## 2023/08/28 - 2023/09/04
|
||||
|
||||
* rln was enabled by default in the Makefile - fixed - https://github.com/waku-org/nwaku/pull/1964
|
||||
* ordered pubsub validator execution - https://github.com/waku-org/nwaku/pull/1966
|
||||
* fixed deserialization of valid merkle roots - https://github.com/waku-org/nwaku/pull/1973
|
||||
* confirm that the fetched credential from the keystore is registered to the membership set - https://github.com/waku-org/nwaku/pull/1980
|
||||
* fixed makefile target for zerokit's `librln.a` - https://github.com/waku-org/nwaku/pull/1981
|
||||
* converted zero-based indexing to 1-based indexing on vacp2p/rln-contract - https://github.com/vacp2p/rln-contract/pull/28
|
||||
* downstreamed zero-based indexing to waku-org/waku-rln-contract - https://github.com/waku-org/waku-rln-contract/pull/8 -
|
||||
* deployed new version of the registry contract on sepolia - `0xc04937d502E0ae671cedFC2A0BCD6692055520f3`
|
||||
|
||||
#### 2023/08/21 - 2023/08/28
|
||||
|
||||
* tree metadata should include chainId and contractAddress - https://github.com/waku-org/nwaku/pull/1932
|
||||
|
|
|
@ -23,7 +23,22 @@ gantt
|
|||
v0.4 Release :done, 2023-01-20, 2023-09-07
|
||||
```
|
||||
- due: 2023/09/07
|
||||
- status: 0%
|
||||
- status: 40%
|
||||
|
||||
### Description
|
||||
- Release Planning - [Github Issue #197](https://github.com/vacp2p/zerokit/issues/197)
|
||||
- Release Planning - [Github Issue #197](https://github.com/vacp2p/zerokit/issues/197)
|
||||
|
||||
### Info
|
||||
|
||||
## 2023/08/14 - 2023/08/21
|
||||
|
||||
* substitute id_commitments for rate_commitments and update tests in rln-v2 - https://github.com/vacp2p/zerokit/pull/205
|
||||
* rln-v2 working branch - https://github.com/vacp2p/zerokit/pull/204
|
||||
|
||||
## 2023/08/07 - 2023/08/14
|
||||
|
||||
* Serde api’s updated - https://github.com/vacp2p/zerokit/pull/202
|
||||
|
||||
## 2023/07/31 - 2023/08/07
|
||||
|
||||
* zerokit v0.4.0 release planning - https://github.com/vacp2p/zerokit/issues/197
|
Loading…
Reference in New Issue