js-waku icon indicating copy to clipboard operation
js-waku copied to clipboard

feat: interop tests with rln

Open weboko opened this issue 1 year ago • 3 comments

This is a feature request

Problem

We do not have any interop tests with rln.

Proposed Solutions

Add tests to cover basic use cases, data structures.

weboko avatar May 31 '23 22:05 weboko

cc: @rymnc for more details

weboko avatar May 31 '23 22:05 weboko

Thanks for the issue @weboko! We need to test 1 thing initially, if proofs generated by rln-wasm are able to be verified by the rln verifier, and vice versa (due to usize encoding).

ref: https://github.com/vacp2p/zerokit/pull/153 (to avoid issues like this)

rymnc avatar Jun 01 '23 03:06 rymnc

Ice boxing for now as we might go with more light weight way for RLN.

weboko avatar Apr 24 '24 14:04 weboko