71 Commits

Author SHA1 Message Date
fryorcraken.eth
8eb7779ecd
fix: proof generated log 2022-10-10 08:50:50 -05:00
fryorcraken.eth
da8c4b2204
fix: epoch decoding 2022-10-10 08:48:34 -05:00
fryorcraken.eth
6ecdc598d5
Merge pull request #34 from waku-org/chores/log-proof 2022-10-10 23:32:20 +11:00
fryorcraken.eth
bb93a34e30
chores: log epoch 2022-10-10 07:27:53 -05:00
fryorcraken.eth
ebf147969d
chores: change log to waku:rln namespace 2022-10-10 07:24:09 -05:00
fryorcraken.eth
822b6240b6
chores: log proof generated 2022-10-10 07:22:53 -05:00
RichΛrd
58d19b1657
v0.0.12 2022-10-07 16:15:10 -04:00
Richard Ramos
2fc3116c12
v0.0.12 2022-10-07 16:12:23 -04:00
RichΛrd
a15afc32fe
Merge pull request #31 from waku-org/feat/verif_with_roots
feat: use `verifyWithRoots` for verifying proofs
2022-10-07 16:03:40 -04:00
Richard Ramos
78f9e9b38f
feat: use verifyWithRoots for verifying proofs 2022-10-07 15:50:36 -04:00
fryorcraken.eth
b40b4d68fe
Merge pull request #27 from waku-org/fix/proof-generation 2022-10-04 17:02:36 +11:00
Richard Ramos
3e5cb1d13c
fix: proof generation and validation 2022-10-04 16:46:55 +11:00
fryorcraken.eth
378ad04c53
Merge pull request #26 from waku-org/proof-attached 2022-09-30 14:47:57 +10:00
fryorcraken.eth
77eb467cab
feat: test codec with version 1 codec 2022-09-30 14:46:18 +10:00
fryorcraken.eth
748f14cec9
fix: ensure proof is attached when decoding 2022-09-30 14:26:07 +10:00
fryorcraken.eth
b5f0cbb3dd
Merge pull request #24 from waku-org/message-helpers 2022-09-28 14:39:18 +10:00
fryorcraken.eth
382794d25f
feat: add RlnMessage for handy helpers 2022-09-28 14:23:10 +10:00
fryorcraken.eth
b0b9e1e46b
refactor: use standard JS lib 2022-09-28 14:16:56 +10:00
fryorcraken.eth
50c30f1332
feat: decode epoch to int 2022-09-28 14:16:56 +10:00
fryorcraken.eth
4463c4afab
refactor: extract helper functions 2022-09-28 13:54:08 +10:00
fryorcraken.eth
84803d77e5
refactor: more appropriate name 2022-09-28 13:54:08 +10:00
fryorcraken.eth
964df013ea
Merge pull request #23 from waku-org/export-encoder 2022-09-27 23:33:27 +10:00
fryorcraken.eth
a11f65f1b7
fix: export encoder/decoder 2022-09-27 23:31:09 +10:00
fryorcraken.eth
4f8118eb5f
Merge pull request #22 from waku-org/export-membership-class 2022-09-27 22:51:32 +10:00
fryorcraken.eth
462b6e5ccf
fix: export MembershipKey class 2022-09-27 22:47:55 +10:00
fryorcraken.eth
38fdb53740
chore: remove any types 2022-09-27 22:41:25 +10:00
fryorcraken.eth
3d977bacf0
Merge pull request #21 from waku-org/feat/import-membership 2022-09-27 22:34:39 +10:00
fryorcraken.eth
9ff1a0b97e
feat: enable MembershipKey object to be created from existing creds 2022-09-27 22:29:37 +10:00
fryorcraken.eth
c54b716cc9
chore: run lint during commit 2022-09-27 22:29:37 +10:00
fryorcraken.eth
4b656ce0f9
Merge pull request #20 from waku-org/ci 2022-09-27 13:58:30 +10:00
fryorcraken.eth
ae9b3c1f9e
chore: add ci 2022-09-27 13:56:55 +10:00
fryorcraken.eth
c1fb1f52ca
chore: fix format 2022-09-27 13:56:54 +10:00
fryorcraken.eth
bcbb770dd2
chore: update lock file 2022-09-27 13:52:39 +10:00
fryorcraken.eth
5e8e997f21
Merge pull request #16 from waku-org/feat/encoder 2022-09-27 13:45:45 +10:00
fryorcraken.eth
7c8b3f1f98
fix: content topic can be utf-8 2022-09-27 13:45:14 +10:00
Richard Ramos
b9269660c8
refactor: RateLimitProof 2022-09-26 17:53:49 -04:00
Richard Ramos
3ce01eaa10
feat: add spec and decoder 2022-09-26 12:08:28 -04:00
fryorcraken.eth
d66e1b3705
Merge pull request #19 from waku-org/private-example 2022-09-26 11:32:17 +10:00
fryorcraken.eth
b1f070103c
chore: mark example as private package 2022-09-26 11:31:32 +10:00
fryorcraken.eth
ce755a98db
Merge pull request #18 from waku-org/release/0.0.8 2022-09-26 10:54:02 +10:00
fryorcraken.eth
b717705d1a
Release 0.0.8 v0.0.8 2022-09-26 10:52:46 +10:00
fryorcraken.eth
a09d516792
Merge pull request #17 from waku-org/json-resource 2022-09-26 10:51:45 +10:00
fryorcraken.eth
d1c18cb214
fix: package verification key
JSON file was not included in the bundle.

JSON files are generally annoying to bundle, easier to just have the data
in a JS file.
2022-09-26 10:51:04 +10:00
fryorcraken.eth
b83427ccfb
fix: correct import 2022-09-26 10:09:39 +10:00
Richard Ramos
b1dbf16b35
feat: message encoder 2022-09-25 11:40:49 -04: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
fryorcraken.eth
aa8921046e
Merge pull request #11 from waku-org/add-source-map 2022-09-23 16:55:10 +10:00