Prem Chaitanya Prathi
f3560ced3b
chore: move filter manager from status-go to go-waku ( #1177 )
2024-08-06 13:10:56 +05:30
richΛrd
3b0c8e9207
chore: bump go-libp2p ( #1155 )
2024-07-11 11:26:04 -04:00
richΛrd
7c13021a32
feat: use mesh peers instead of all peers for determining topic health ( #1150 )
2024-07-03 16:35:39 -04:00
richΛrd
e3d7ab1d58
fix: panic due to enr having more than 300 bytes ( #1140 )
2024-07-01 09:47:38 -04:00
richΛrd
349754056d
chore: upgrade to go1.21 ( #1091 )
2024-06-04 18:46:28 -04:00
Vit∀ly Vlasov
6e47bd1cf0
feat: filter subscription management and multiplexing ( #1048 )
...
Filter wrapper API that takes care of managing subscriptions and multiplex them onto a single data channel to be consumed by user.
Co-authored-by: Prem Chaitanya Prathi <chaitanyaprem@gmail.com>
2024-05-15 13:03:59 +05:30
richΛrd
19d27befd9
chore: set go-ethereum back to v1.10.26 ( #1096 )
2024-05-07 13:56:26 -04:00
richΛrd
dcd802c027
chore: update go-discover ( #1066 )
2024-03-25 15:12:59 -04:00
Prem Chaitanya Prathi
faf046e059
chore: bumped libp2p and pubsub to 0.32.2 and 0.10 respectively ( #987 )
...
Co-authored-by: Richard Ramos <info@richardramos.me>
2024-01-12 13:40:27 -04:00
richΛrd
c00b218215
chore: add retry mechanism for rpc calls and rename db function ( #966 )
2024-01-02 12:35:58 -04:00
Prem Chaitanya Prathi
2a2e8dcc13
fix: use updated zerokit-rln with epoch as 1 sec as per TWN spec ( #976 )
2024-01-02 11:15:26 -04:00
harsh jain
73bcb2e78a
feat: add dns discovery in lib ( #884 )
2023-11-13 19:17:43 +07:00
Richard Ramos
d4abe15634
fix: addr update
2023-10-17 09:00:30 -04:00
Richard Ramos
be4601e8f1
fix: nix build with RLN
2023-09-18 11:20:31 -04:00
Richard Ramos
22b097817e
feat(rln-relay): use zerokit 0.3.4 to obtain number of leaves set in merkle tree
2023-09-15 10:13:02 -04:00
Richard Ramos
76b007163a
feat: upgrade go-zerokit-rln to use zerokit 0.3.2
2023-09-06 10:38:06 -04:00
Richard Ramos
7e36f91a5a
fix(rln-relay): flush_interval incorrectly set
2023-08-24 10:38:28 -04:00
Prem Chaitanya Prathi
54c02213cd
fix: code scan alerts ( #664 )
...
* fix: error reported by codeQL
* chore: remove lgtm alert as repo has moved to code scanning
* chore: bump libp2p and deps in order to fix a security vulnerability
* chore: update gitignore for example build and bin
* chore:fix vendor sha
2023-08-22 19:18:20 +05:30
Richard Ramos
fc4840e1c9
fix: building RLN on macos
2023-08-21 12:44:21 -04:00
Prem Chaitanya Prathi
78db78d5a9
Fix/build errors on Mac OS ( #660 )
...
* updated go dependencies after running mobile builds
* fixed build error in macOS due to sed syntax. Updated all target to build required targets.
2023-08-21 19:38:31 +05:30
Richard Ramos
2818c3d394
refactor: add libp2p metrics, and make each protocol responsable for defining its own metrics
2023-08-18 13:56:43 -04:00
richΛrd
387ee5f9ac
feat: merkle tree persistence
...
- use atomic operations API
- resume onchain sync from persisted tree db
- close eth client and db connection appropriately
- pass in the path to the tree db
- fix nwaku compatibility issues
2023-08-18 09:59:37 -04:00
Prem Chaitanya Prathi
770f41158f
Chore/pre commit check to run go.mod for all examples ( #647 )
...
* chore:added pre commit hook to execute go mod tidy in all sub dirs
* chore:fix examples
2023-08-16 17:56:57 +05:30
Richard Ramos
55ec2347a8
fix: RLN
...
- subscription to topic is not required for registering RLN validator
- check for duplication msg within same epoch was incorrect
- added an example on how to use RLN
2023-08-01 09:19:38 -04:00