go-waku/cmd/waku
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
..
rest chore: remove v1 code and legacy filter from chat2 2023-08-07 15:09:32 -04:00
rpc chore: remove v1 code and legacy filter from chat2 2023-08-07 15:09:32 -04:00
flags.go chore: remove v1 code and legacy filter from chat2 2023-08-07 15:09:32 -04:00
flags_no_rln.go refactor: move app code to cmd/waku 2023-07-07 10:10:21 -04:00
flags_rln.go refactor: use uint instead of int for RLN indexes 2023-08-03 11:17:50 -04:00
main.go chore: remove v1 code and legacy filter from chat2 2023-08-07 15:09:32 -04:00
node.go feat: support serviceslots in peermanager (#631) 2023-08-10 18:28:22 +05:30
node_no_rln.go refactor: move app code to cmd/waku 2023-07-07 10:10:21 -04:00
node_rln.go feat(rln-relay): pass in index to keystore credentials 2023-08-03 11:17:50 -04:00
options.go chore: remove v1 code and legacy filter from chat2 2023-08-07 15:09:32 -04:00
sys_not_unix.go refactor: move app code to cmd/waku 2023-07-07 10:10:21 -04:00
sys_unix.go refactor: move app code to cmd/waku 2023-07-07 10:10:21 -04:00
sys_windows.go refactor: move app code to cmd/waku 2023-07-07 10:10:21 -04:00