71 Commits

Author SHA1 Message Date
Richard Ramos
57a525f71e chore: upgrade libp2p 2022-10-19 15:54:02 -04:00
Richard Ramos
5e0d8706cf chore: rename rln flags and update urfave/cli dep 2022-10-19 15:40:15 -04:00
Richard Ramos
644debe042 refactor(rln): credentials management 2022-10-10 17:41:28 -05:00
Richard Ramos
e91fd0e649 feat: use verifyProofWithRoots 2022-10-07 19:05:19 -04:00
Richard Ramos
4841f89eff
fix: handling bytes 2022-10-05 18:08:01 -04:00
Richard Ramos
4d23f4256a feat: zerokit RLN 2022-10-04 19:27:21 -04:00
Richard Ramos
31f3ed83da chore: bump go-rln 2022-08-18 14:31:29 -04:00
Richard Ramos
7ae53af741
fix: ios compilation 2022-08-17 18:33:46 -04:00
Richard Ramos
bebf84ad30 chore: upgrade dependencies 2022-08-17 17:23:53 -04:00
Richard Ramos
4589b6c31c feat: make rln optional 2022-08-15 14:41:58 -04:00
Richard Ramos
e5b6053f12 chore: bump go-rln 2022-08-15 14:41:58 -04:00
Richard Ramos
4f71ee6f30 fix: go.mod/sum 2022-08-15 14:40:10 -04:00
Richard Ramos
587fd148ca chore: use static rln lib and fix lint 2022-08-15 14:40:10 -04:00
Richard Ramos
6481e72885 feat: chat2 + RLN(static) 2022-08-15 14:40:10 -04:00
Richard Ramos
67a43b8ba7 feat: test unit for RLN (static) 2022-08-15 14:40:10 -04:00
Richard Ramos
1636a33835 feat: RLN (static) 2022-08-15 14:40:10 -04:00
Richard Ramos
e7bc6799ed refactor: decouple rpc and rest http servers 2022-08-09 11:59:47 -04:00
Richard Ramos
7279600c64 feat(REST): relay (#267) 2022-08-09 11:59:47 -04:00
Richard Ramos
6e44784255
feat(REST): debug (#266) 2022-08-09 10:15:16 -04:00
Richard Ramos
dec00e69ad
feat: noise (#258) 2022-08-09 09:55:08 -04:00
Richard Ramos
8cf5f80529
fix: dial wss nodes and add ws to list of default transports (#274)
Also updates libp2p to latest version
2022-07-25 11:49:10 -04:00
Richard Ramos
6d65d4921c
feat: encrypt nodekey file (#270) 2022-07-25 08:24:42 -04:00
Richard Ramos
31ce4ed389
chore: release (#255)
* feat: ios build
* chore: build .deb and .rpm
* chore: use gcc-10
* fix: go tools and mobile versions
2022-06-19 17:50:37 -04:00
Richard Ramos
3847bcae68 fix: add back mplex muxer 2022-05-31 15:51:53 -04:00
Richard Ramos
77c1e26a9e chore: upgrade deps and go1.17 2022-05-30 15:30:43 -04:00
Richard Ramos
b14f4a9aa8
feat: db migrations (#246) 2022-05-30 15:13:27 -04:00
Richard Ramos
dfed1409ff feat: domain name config 2022-05-17 17:54:41 -04:00
Richard Ramos
2e371b2b99 feat: secure websockets 2022-05-17 17:54:41 -04:00
Richard Ramos
e5e70b38ae chore: upgrade outdated dependencies 2022-05-17 17:54:41 -04:00
Nicholas Molnar
38fc9ee8bb Push subscriptions in parallel 2022-05-17 13:49:40 -04:00
Richard Ramos
813dc49c61 feat: swift example 2022-05-05 16:51:43 -04:00
Richard Ramos
f1f6cb04f0
feat: kotlin android example (#226)
* feat: kotlin android example
* Adding lightpush and store to kotlin example
2022-04-12 08:12:14 -04:00
Richard Ramos
4d0e4ca4da
chore: upgrade deps (#225) 2022-04-06 09:57:53 -04:00
Richard Ramos
290b7663d1
feat: secure websockets (#201) 2022-03-22 09:12:58 -04:00
Richard Ramos
2817d71fea
feat: use d5waku as ProtocolID for DiscV5 (#196) 2022-02-28 14:28:09 -04:00
Richard Ramos
3e5d0d0843
fix: flag naming inconsistency (#194)
Fixes #80
2022-02-21 11:23:52 -04:00
Richard Ramos
a3c67e0d42
feat: separate waku2 network (#179)
* chore: use go-discover instead of go-ethereum/p2p/discover
* feat: use validator function for discV5
2021-12-10 11:29:50 -04:00
Anthony Laibe
06a86f45b0 feat: Add first endpoint for rpc server 2021-11-02 15:16:23 +01:00
Anthony Laibe
5744879242 refactor: add leveldb rendezvous persistence 2021-10-18 09:16:57 +02:00
Richard Ramos
654bebdb93
fix: peer metrics 2021-10-16 18:02:48 -04:00
Richard Ramos
4a7779dda1 refactor: remove go-wakurelay-pubsub and update dependencies 2021-10-08 10:46:46 -04:00
Richard Ramos
245c01b286 fix: check err on wakunode start 2021-10-06 14:07:46 -04:00
Richard Ramos
1991a54d64 refactor: connectedness
Uses libp2p network notifier to determine when a peer connects or disconnects, as well as using the host network peerstore instead of managing out own separate peer map
2021-10-06 14:07:46 -04:00
Richard Ramos
79e21dbb99 refactor: add peers before starting 2021-10-04 22:16:24 -04:00
Richard Ramos
f82732cd19 refactor: reorganize wakunode flags in groups 2021-10-04 18:39:03 -04:00
Richard Ramos
a053875e20 feat: use signed peers 2021-10-03 12:25:46 -04:00
Richard Ramos
a58db1656d refactor: rendezvous nodes are added to peer store
- No need to specify peerIDs in command line flag
- Rendezvous nodes are selected automatically instead of passing them via waku option
2021-10-01 14:45:25 -04:00
Richard Ramos
954f2a0c56
feat: use leveldb for storing peers and clean up periodically older records from rendezvous server (#56) 2021-10-01 14:37:52 -04:00
Richard Ramos
70efcd72f3
feat: rendezvous (#54) 2021-10-01 13:49:50 -04:00
Andrea Maria Piana
cfcfb52a58
[Fixes: #39] Add DNS discovery (#48)
This commit adds a public method that takes a url and returns a list of
multiaddr.

Once we better understand how to integrate it we can make it so that is
passed as a config when initializing waku, this commit only provides the
basic functionality.
2021-09-27 13:52:56 -04:00