richΛrd
12abd041d6
chore: bump go-libp2p and go-libp2p-pubsub ( #1208 )
2024-09-26 12:21:17 -04:00
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
0fc5bcc953
refactor: move rate limiter and priority queue from status-go to api package ( #1171 )
2024-08-01 09:15:05 -04:00
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
7302eb05ac
chore: use waku-org/go-libp2p-pubsub ( #1145 )
2024-07-01 09:27:01 -04:00
richΛrd
349754056d
chore: upgrade to go1.21 ( #1091 )
2024-06-04 18:46:28 -04:00
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
richΛrd
57cf95cd5c
chore: remove RPC server ( #1008 )
...
Co-authored-by: Prem Chaitanya Prathi <chaitanyaprem@gmail.com>
2024-02-16 07:39:56 +05:30
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
Prem Chaitanya Prathi
b5068b4357
feat: relay msg size ( #963 )
...
Co-authored-by: richΛrd <info@richardramos.me>
2024-01-03 07:06:41 +05:30
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
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
Richard Ramos
c320b38cbe
feat(rln-relay): use atomic operations API
2023-08-12 07:44:07 -04:00
Prem Chaitanya Prathi
9f45d271ac
feat: support serviceslots in peermanager ( #631 )
...
* feat: support peermanager serviceslots and update store protocol to use serviceslots
* fix: lint errors in test code
* fix: error in nix build due to vendor sha change
* fix: set host in peermanager even if relay is disabled
* chore: fix codeclimate issues
* chore: using common filterPeer function to avoid duplication
* feat:use service slots in other service protocols
* chore: fix codeclimate issues
* chore: move AddPeer to peermanager
* Apply suggestions from code review
Co-authored-by: richΛrd <info@richardramos.me>
* chore:address review comments
* feat: implement RemovePeer #638
* chore: fix test failure
* Support for multiple slots for service peers
Adding discovered peers also moved to peer manager
---------
Co-authored-by: richΛrd <info@richardramos.me>
2023-08-10 18:28:22 +05:30
Richard Ramos
33344c2ae0
refactor: use uint instead of int for RLN indexes
2023-08-03 11:17:50 -04:00
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
Richard Ramos
0822fdb280
chore: use pgx instead of lib/pq since it's not actively maintained
2023-07-03 11:16:05 -04:00
Richard Ramos
47cdb86aaf
chore: bump go-libp2p
2023-06-30 08:55:46 -04:00
Richard Ramos
76186e5477
refactor: store ENR
2023-06-09 14:57:43 -04:00
Richard Ramos
f18f219086
fix(rendezvous) - interop with nwaku
2023-06-01 13:31:21 -04:00
Richard Ramos
5d514ddd6a
chore: update rjeczalik/notify dependency
2023-05-31 09:03:32 -04:00
Richard Ramos
0c3803b5d8
chore: bump libp2p
2023-05-22 17:53:59 -04:00
Richard Ramos
a5abfa8710
chore: bump protobuf dependency
2023-05-18 16:10:54 -04:00
Richard Ramos
9594e54d36
feat: use circuit relay in service node
2023-05-14 13:10:56 -04:00
Richard Ramos
c3ef173b2c
feat: handle chain forks
2023-04-17 10:02:09 -04:00
Richard Ramos
801ec92c11
refactor: loading credentials and chat2
2023-04-11 10:39:07 -04:00
Richard Ramos
41691a44e5
fix: remove message cache on relay and fix proof validation
2023-04-04 14:20:41 -04:00
Richard Ramos
be09f3f550
refactor: static RLN relay
2023-04-04 14:20:41 -04:00
Richard Ramos
6796936f5e
chore: upgrade RLN dep
2023-04-04 14:20:41 -04:00
Richard Ramos
aa8f99ff72
chore: bump go-libp2p
2023-04-03 10:43:01 -04:00
Richard Ramos
b540953f74
fix: bump go-libp2p-pubsub to stop memleak
2023-03-27 09:26:01 -04:00
RichΛrd
8826e2df66
feat: rendezvous server
2023-03-09 11:48:25 -04:00
Richard Ramos
45cc06a683
chore: downgrade go-ethereum to use same version as status-go
2023-03-08 09:15:39 -04:00
Richard Ramos
93e8b34c1a
fix: deps
2023-03-01 20:28:35 -04:00
Richard Ramos
65441f60e0
chore: bump go-libp2p-pubsub
2023-02-24 11:59:53 -04:00
Richard Ramos
0c1abb8114
fix: rest tests
2023-02-16 16:40:51 -04:00
Richard Ramos
f0eaa84aad
chore: upgrade dependencies
2023-02-16 12:22:47 -04:00