Lorenzo Delgado
4ece585a3a
refactor(wakunode): remove deprecated non-async methods
2022-09-21 18:27:40 +02:00
Lorenzo Delgado
4cfcfdb691
feat(store): execute retention policies periodically ( #1155 )
2022-09-21 11:32:59 +02:00
Hanno Cornelius
a0174f4760
fix: no need to start protocols twice ( #1162 )
...
* fix: no need to start protocols twice
* fix: relay should still be explicitly started
Co-authored-by: Lorenzo Delgado <lorenzo@status.im>
2022-09-20 21:02:20 +01:00
kaiserd
3e894b0072
feat: waku peer exchange (RFC34) ( #1152 )
2022-09-20 13:03:34 +02:00
Lorenzo Delgado
568ead13af
refactor(store): protocol code refactoring and api reorganization
2022-09-20 11:39:52 +02:00
Hanno Cornelius
f76d840baa
fix: nodes in AddressBook are not necessarily connected ( #1161 )
2022-09-20 10:00:40 +01:00
Lorenzo Delgado
9e4f595f65
refactor(store): invert retention policies dependency on message store interface
2022-09-16 12:55:22 +02:00
Lorenzo Delgado
f02c9305ae
refactor(store): extend message store interface with store manipulation methods
2022-09-15 21:12:13 +02:00
Lorenzo Delgado
178291d8c3
refactor(store): don't cache the message count in sqlite message store
2022-09-15 18:13:30 +02:00
Lorenzo Delgado
32e535acd5
feat(store): run sqlite database vacuum at node start
2022-09-14 21:40:17 +02:00
Lorenzo Delgado
dd3b44ff97
refactor(wakunode): remove waku rln relay export from wakunode
2022-09-14 12:25:05 +02:00
Lorenzo Delgado
3724c46250
refactor(wakunode): remove waku message export from wakunode
2022-09-14 12:25:05 +02:00
Lorenzo Delgado
7ce48aae4d
refactor(wakunode): remove libp2p builders export from wakunode
2022-09-14 12:25:05 +02:00
Lorenzo Delgado
2fcdaa3863
refactor(wakunode): remove waku relay export from wakunode
2022-09-14 12:25:05 +02:00
Lorenzo Delgado
913383bce4
refactor(wakunode): remove waku swap export from wakunode
2022-09-14 12:25:05 +02:00
Lorenzo Delgado
bcc99a9998
feat(store): add support for getting stored messages count
2022-09-13 19:36:11 +02:00
Lorenzo Delgado
62cfc2abc1
refactor(store): remove deprecated waku message store type
2022-09-13 13:36:04 +02:00
Lorenzo Delgado
0e04aa8ae8
refactor(store): rename to sqlite store and introduce retention policies interface
2022-09-12 16:49:01 +02:00
G
2cfeb75e18
PoC implementation of Waku Pairing and Secure Transfer ( #1117 )
...
* feat(noise): add PoC implementation for WakuPairing and Secure Transfer
2022-09-12 02:23:14 +02:00
Lorenzo Delgado
4ad556ba16
fix(store): add a table index to improve message insertion time
2022-09-09 15:04:48 +02:00
Hanno Cornelius
019f945f02
chore: always include node ENR in response to info requests ( #1128 )
2022-09-08 14:25:02 +01:00
Lorenzo Delgado
ad5279dcd0
chore(wakunode): collocate wakuswitch file to the depending modules
2022-09-08 11:02:50 +02:00
Hanno Cornelius
73a93ed0d2
chore: update nwaku submodules ( #1123 )
...
* chore: update submodules
* fix: SIGTERM ambiguity
* fix: ambiguous RNGs
* fix: ContentType is no longer a string
* fix: more fixes related to ambiguous RNGs
* fix: start all protocols
* chore: also update nim-eth
* chore: important new fixes in nim-libp2p
* fix: more changes related to RNG. Some reversion to reflect nim-eth update
* fix: breaking changes in nim-eth submodule
* fix: start protocols in tests
* fix: chat2bridge protocols async mounting
* fix: v1 test compilation
* fix: rln test compilation
* fix: remove confusing keys qualifier for the same HmacDrbgContext
2022-09-07 16:31:27 +01:00
Lorenzo Delgado
8aafcdab85
fix(waku-store): added an index to improve messages query time
2022-09-05 15:18:47 +02:00
Lorenzo Delgado
68db0b17dd
refactor(wakunode2): deprecate non-async protocol api methods
2022-09-02 10:17:14 +02:00
Lorenzo Delgado
544e94fecf
refactor(wakunode2): add convenience methods for adding protocol peers
2022-09-01 17:02:58 +02:00
Bulat-Ziganshin
1e4c9c5077
Fixed handling of bindParam(uint32) in sqlite.nim ( #1014 )
2022-08-31 14:50:05 +02:00
Lorenzo Delgado
05880f8641
feat(rest): add waku filter openapi rest api specification file
2022-08-31 13:24:35 +02:00
Aaryamann Challani
3586adc71d
chore(logging): Periodic logging for additional metrics ( #1094 )
...
* chore: enable metrics logging by default
* feat(logging): add additional logging metrics, change period to 30 seconds
* chore(logging): s/var/let
* chore(logging): import filter directly
* chore(logging): add store/lightpush peer count, fix style
2022-08-31 15:23:28 +05:30
Sanaz Taheri Boshrooyeh
a7979540bc
fix|feat(rln-relay|rln-chat2): Handling on-chain transactions errors and informing chat2 users ( #1093 )
...
If any error occurs during the on-chain registration, it will be handled; the chat2 users will get informed about the cause and the installation of rln-relay gets discarded and the chat program continues with no crashing.
2022-08-30 10:59:02 -07:00
Lorenzo Delgado
798c20454f
feat(message-cache): make the topic cache generic
2022-08-30 15:57:45 +02:00
Lorenzo Delgado
46de4fb3f6
fix(rest): encode waku message payload in base64
2022-08-30 14:53:04 +02:00
Lorenzo Delgado
cb3912fc64
refactor(waku-filter): remove wakunode2 waku_filter exports
2022-08-29 10:14:35 +02:00
Lorenzo Delgado
9044dc0e69
refactor(waku-filter): waku filter protocol code reorganisation
2022-08-26 22:17:56 +02:00
Hanno Cornelius
4df2250111
fix: peer manager dial logic when dialing an existing peer ( #1090 )
2022-08-26 11:20:55 +02:00
Hanno Cornelius
598f72b009
fix(setup): do not attempt connecting to empy dynamic bootstrap node list ( #1088 )
2022-08-24 17:44:43 +02:00
Sanaz Taheri Boshrooyeh
49a6b7c462
feat(Rln-Relay): Consolidates the input paths of rln credential, chat2 reads rln credential from file only ( #1080 )
...
* Consolidates the input paths of rln credential, accepts credential file only
* fixes a typo
2022-08-18 10:35:02 -07:00
Lorenzo Delgado
48475e552b
refactor(waku-store): remove wakunode2 waku_store exports
2022-08-18 17:32:47 +02:00
Lorenzo Delgado
c32e84394e
fix(waku-store): integrate the predicate into the WHERE clause instead of calling it on each result line ( #1026 )
2022-08-12 12:48:45 +02:00
Lorenzo Delgado
14a78ac81e
refactor(waku-store): inherit from message_store in store_queue
2022-08-11 10:15:20 +02:00
Lorenzo Delgado
913aef504d
refactor(waku-lightpush): remove wakunode2 waku_lightpush exports
2022-08-10 19:44:40 +02:00
Lorenzo Delgado
dcfe87fb65
refactor(waku-lightpush): waku lightpush protocol code reorganization
2022-08-10 12:30:34 +02:00
G
d34f0bbb84
Noise: split Noise submodule in smaller submodules ( #979 )
...
* refactor(noise): split Noise submodule in smaller submodules
2022-08-04 10:47:00 +02:00
Lorenzo Delgado
70e2437a69
refactor(waku-store): major code reorganization, move StoreQueue to message_store folder
2022-08-01 13:02:40 +02:00
Lorenzo Delgado
b21c5da61e
refactor(wakunode2): Rename waku_setup.nim to wakunode2_setup.nim
2022-07-19 15:09:23 +02:00
Lorenzo Delgado
fb375ce246
refactor(wakunode2): Split wankunode2 SQL migrations setup to its own file
2022-07-19 15:09:23 +02:00
Lorenzo Delgado
50b522cde0
refactor(wakunode2): Split wankunode2 JSON-RPC setup to its own file
2022-07-19 15:09:23 +02:00
Lorenzo Delgado
50a3ca8d59
refactor(wakunode2): Split wankunode2 metrics setup to its own file
2022-07-19 15:09:23 +02:00
Lorenzo Delgado
1bf0b5f6fc
feat(rest): Add HTTP REST API ( #727 ). Integrate REST API with the Waku V2 node
2022-07-19 11:02:43 +02:00
Sanaz Taheri Boshrooyeh
36d8ea84ba
Feat (Rln relay): enabling signed tx ( #1023 )
2022-06-30 18:05:38 -07:00