dependabot[bot]
afa2c81f52
chore(deps-dev): bump follow-redirects from 1.15.3 to 1.15.6 in /example
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.3 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-16 20:01:19 +00:00
Sasha
9b1e8187da
fix: zeroPad util ( #87 )
...
* fix: idCommitmnet little endianess
* stop double conversion
* fix problem with zeroPad
* fix test
2023-12-01 14:04:07 +01:00
Sasha
530034bf13
chore: update zerokit to 0.0.13( #81 )
...
* chore: update zerokit
* update to 0.0.12
* use 0.0.13
* up waku version
2023-11-08 21:43:06 +01:00
Sasha
891ee3474a
feat: keystore implementation ( #70 )
...
* add deps
* complete keystore, move code
* remove esling
* rename command
* rename export
* fix bug
* rollback example
* rollback example[2]
* improve compatibility with nwaku
* add packages
* update example
* add keystore.spec.ts
* up node, add whitelist words
* add types
* try break test
* add test
* add more tests
* add helper functions, update example, add tests
* fix types
* fix test
* add logs
* fix build of the object
* use different approach to catch errors
* run one test
* anotehr one
* fix validation error
* apply last fixes
* update example
* up
* ignroe generated files
* up
* up
* fix test
* test
* fix
* up
* add prettier ignore
* up
* fix lint
* up
* last
2023-10-14 02:21:35 +02:00
fryorcraken.eth
71aa967a86
chore: bump @waku packages
2023-05-24 10:48:11 +10:00
RichΛrd
fa1d3f8222
fix: merkle root import ( #64 )
2023-05-23 07:08:59 -04:00
RichΛrd
7e93896538
feat: track roots in rln contract and use sepolia instead of goerli ( #62 )
2023-05-14 12:18:21 -04:00
fryorcraken.eth
b7cb3f9bbf
chore: bump @waku/core to 0.0.17 ( #60 )
...
* chore: bump mocha
9.x has a vulnerability
* chore: bump @waku/core to 0.0.17
And other Waku packages.
* chore: npm audit fix
* chore: bump @waku/interfaces to 0.0.12
2023-05-10 12:19:46 +02:00
RichΛrd
e52107dcf8
feat: use identity credentials, and expose hash, bulk insert and delete members functions ( #58 )
...
* feat: use identity credentials, and expose hash, bulk insert and delete members functions
* feat: merkle root tracker
2023-05-08 18:10:26 -04: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
2fc3116c12
v0.0.12
2022-10-07 16:12:23 -04:00
Richard Ramos
78f9e9b38f
feat: use verifyWithRoots for verifying proofs
2022-10-07 15:50:36 -04:00
Richard Ramos
3e5cb1d13c
fix: proof generation and validation
2022-10-04 16:46:55 +11:00
fryorcraken.eth
bcbb770dd2
chore: update lock file
2022-09-27 13:52:39 +10:00
fryorcraken.eth
b1f070103c
chore: mark example as private package
2022-09-26 11:31:32 +10:00
fryorcraken.eth
b717705d1a
Release 0.0.8
2022-09-26 10:52:46 +10:00
Richard Ramos
29f09af131
feat: fetch resources and fix bundle ( #15 )
2022-09-24 13:59:13 -04:00
Richard Ramos
7752534855
feat: add spec for proof generation and verification ( #14 )
2022-09-24 11:00:40 -04:00
Richard Ramos
2cbbbf3690
chore: tests setup ( #13 )
2022-09-23 21:35:17 -04:00
Richard Ramos
af3dc15d82
fix: use zerokit-rln-wasm and remove zerokit output files from project ( #12 )
2022-09-23 12:33:03 -04:00
Richard Ramos
1e83f0a70e
fix: remove buffer usage and simplify epoch handling
2022-09-22 17:19:55 -04:00
Richard Ramos
24c6c8e3d7
feat: generate and validate proofs
2022-09-19 16:33:37 -04:00