Commit Graph

8 Commits

Author SHA1 Message Date
fryorcraken.eth bdf388f8d5
chore: update cspell dictionary 2023-02-24 15:36:27 +11:00
Sasha d77370fbec
Add RLN Contract abstraction (#43)
* implement rln contract abstraction, add basic tests, add usefull constants

* remove test command

* resolve simple comments

* move to getter for members, add init method

* fix naming

* remove default signature message

* use direct path to js file

* try different karma config

* try generic import

* update test

* address comments: rename const file, return prev regexp

* remove test

* bring back test file

* fix mock approach

* use any for type casting

* use another approach for typecasting

* update mocks

* update mocked event

* use correct value for mock

* fix spy definition

* add BigInt to MembershipKey

* fix joining

* use slice

* remove accidentally commited junk

* fix typo, use DataView for conversion, use BigInt directly

Co-authored-by: weboko <anon@mail.com>
2023-01-26 18:58:18 +01:00
Richard Ramos 78f9e9b38f
feat: use `verifyWithRoots` for verifying proofs 2022-10-07 15:50:36 -04:00
Richard Ramos 29f09af131
feat: fetch resources and fix bundle (#15) 2022-09-24 13:59:13 -04:00
Richard Ramos 2cbbbf3690
chore: tests setup (#13) 2022-09-23 21:35:17 -04:00
fryorcraken.eth e0cd5f297a chore: add "Waku" to dict 2022-09-07 08:34:48 -04:00
fryorcraken.eth bb41119667 chore: run lint 2022-09-07 08:34:48 -04:00
Richard Ramos 15670c76f9 feat: typescript support 2022-09-07 08:34:48 -04:00