Richard Ramos
df92cdbaf8
fix: LOG15_ERROR
2022-03-03 08:50:40 -04:00
Richard Ramos
02d70899df
fix: query timestamp conversion
2022-03-02 10:58:56 -04:00
Richard Ramos
0b1c06403b
fix: timestamp conversion from uint64
2022-03-02 10:58:56 -04:00
Richard Ramos
381c5f6116
chore: bump go-waku
2022-02-24 10:07:42 -04:00
Richard Ramos
ee41e30881
feat: extract node config from settings to individual tables ( #2470 )
2022-01-12 16:04:43 -04:00
Richard Ramos
98784b752a
feat: desktop mailserver cycle ( #2481 )
2022-01-12 12:02:01 -04:00
Anthony Laibe
268c8304a1
feat: Mark messages as confirmed in waku2 ( #2449 )
2021-12-01 16:15:18 +01:00
Richard Ramos
d32f0467ae
feat: Add DiscV5 to Waku2 ( #2434 )
...
* feat: Add DiscV5 to Waku2
* fix: null verification for discV5
2021-11-22 09:40:14 -04:00
Richard Ramos
6099380d9c
fix: waku2 - send messages in a separate goroutine ( #2433 )
2021-11-18 14:31:28 -04:00
Richard Ramos
38cc695753
waku2: log envelope hash and ids for all messages ( #2427 )
2021-11-11 12:13:55 -04:00
Richard Ramos
d35e0a339d
feat(waku2): use relay or lightpush depending on the number of peers ( #2425 )
2021-11-09 15:16:05 -04:00
Richard Ramos
f47229a466
feat: add dns discovery to wakuv2 ( #2422 )
2021-11-09 08:22:34 -04:00
Richard Ramos
4602982c77
waku2: enable message confirmations ( #2416 )
2021-11-02 14:27:37 -04:00
Richard Ramos
bade0a24ff
chore: bump go-waku ( #2404 )
2021-10-19 09:43:41 -04:00
Richard Ramos
cf11713d9c
feat: wakuv2 peer persistence ( #2287 )
2021-10-12 08:39:28 -04:00
Richard Ramos
4dbef97367
feat: waku2 + rendezvous ( #2393 )
2021-10-06 12:08:54 -04:00
Richard Ramos
6bb04e0858
fix: dial peer async
2021-10-01 08:29:23 -04:00
Richard Ramos
524e864398
feat: add gossipsub peer exchange option to wakuV2
2021-09-29 09:44:36 -04:00
RichΛrd
da63894a5a
feat: wakuV2 light client using lightpush / filter ( #2351 )
2021-09-27 09:04:28 -04:00
Richard Ramos
71555991db
fix: waku2 history query
2021-09-27 09:04:28 -04:00
RichΛrd
7d148272e1
feat: functions to add peers and dial ( #2345 )
2021-09-27 09:04:28 -04:00
Richard Ramos
0575030825
feat: adding peers, fix peer count and fix format of peer stats signal
2021-09-27 09:04:28 -04:00
Vitaliy Vlasov
049afe5765
Pass connection status chan to go-waku
...
Fix conn status chan gorouting never quitting
Fix import cycle
Add keepAlive interval to wakuv2 node
Add CustomNodes
Do not resume wakuv2 store
2021-09-23 19:00:40 +03:00
RichΛrd
719a303b05
feat: wakuV2 bandwidth stats ( #2325 )
2021-08-30 17:35:37 -04:00
RichΛrd
842ba229df
feat: add function to obtain bloomfilter ( #2334 )
2021-08-26 16:25:43 -04:00
RichΛrd
f6dc6f752a
use 23/WAKU2-TOPICS format for content topics ( #2281 )
2021-08-17 11:27:28 -04:00
RichΛrd
0aab3e238b
chore: bump go-waku ( #2292 )
2021-08-03 16:40:22 -04:00
RichΛrd
facad9f07e
feat: upload/download rate for waku v1 messages ( #2286 )
...
* feat: upload/download rate for waku v1 messages
* reorganize code
* fix failing test
2021-08-03 15:27:15 -04:00
RichΛrd
bfdc000bbc
go-waku: RequestAllHistoricMessages ( #2258 )
...
* feat: update wakuv2 store
* check online using waku version for now
* fix peerId and from/to multiplier
* fix: lint
* fix: handle waku2 cursors
* fix: code review
* fix: code review 2
* update go-waku version
* update vendor folder
2021-07-21 15:02:50 -04:00
Andrea Maria Piana
4b0daeb47b
Move services to status-node
...
Move all the services to status-node, as some of them were there, some
of them were in the geth backend and scattered around.
2021-07-20 10:57:38 +02:00
RichΛrd
40359f9c1b
go-waku integration ( #2247 )
...
* Adding wakunode module
* Adding wakuv2 fleet files
* Add waku fleets to update-fleet-config script
* Adding config items for waku v2
* Conditionally start waku v2 node depending on config
* Adapting common code to use go-waku
* Setting log level to info
* update dependencies
* update fleet config to use WakuNodes instead of BootNodes
* send and receive messages
* use hash returned when publishing a message
* add waku store protocol
* trigger signal after receiving store messages
* exclude linting rule SA1019 to check deprecated packages
2021-06-16 16:19:45 -04:00