From ada52500d3643f679a6950b60cfa91c093bda0be Mon Sep 17 00:00:00 2001 From: Sasha <118575614+weboko@users.noreply.github.com> Date: Fri, 28 Apr 2023 01:33:25 +0200 Subject: [PATCH] chore!: update rln-js (#225) * change block number * use RLNContract * move to module, refactor * align * udpate waku versions * fix libp2p issue * change block number * fix small issues, bump rln-js version * use registerFromMembership api * disable retrieve button when fetching members * ignore mac file * use latest @waku/rln --- .gitignore | 1 + examples/rln-js/index.html | 425 +------------------------------- examples/rln-js/index.js | 485 +++++++++++++++++++++++++++++++++++++ 3 files changed, 489 insertions(+), 422 deletions(-) create mode 100644 examples/rln-js/index.js diff --git a/.gitignore b/.gitignore index d59dd81..bb066d4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ dist build node_modules yarn.lock +.DS_Store diff --git a/examples/rln-js/index.html b/examples/rln-js/index.html index 62fd950..efeeae1 100644 --- a/examples/rln-js/index.html +++ b/examples/rln-js/index.html @@ -129,428 +129,9 @@