Commit Graph

74 Commits

Author SHA1 Message Date
Daniel Sanchez Quiros fbb2317997 Use decode response in decrypt 2023-02-14 16:23:42 +01:00
Daniel Sanchez Quiros 65d1e538b4 Rename decode response util 2023-02-14 16:19:57 +01:00
Daniel Sanchez Quiros b0ea59a29d Use decode response 2023-02-14 16:19:14 +01:00
Daniel Sanchez Quiros 6e972a76c1 Added decode_response method 2023-02-14 15:44:46 +01:00
Daniel Sanchez Quiros 412e742eaf Fix tests 2023-02-14 15:36:15 +01:00
Daniel Sanchez Quiros fa2f7c5968 Fix toychat example 2023-02-14 15:26:16 +01:00
Daniel Sanchez Quiros baeeaf1129 Free strings on decrypt 2023-02-14 13:40:47 +01:00
Daniel Sanchez Quiros d0d6a97897 Free strings on store 2023-02-14 13:34:17 +01:00
Daniel Sanchez Quiros 282673c3af Free strings on relay 2023-02-14 13:30:21 +01:00
Daniel Sanchez Quiros fe7b2e75e6 Free strings on peers 2023-02-14 11:48:27 +01:00
Daniel Sanchez Quiros 0ea46ed464 Fix management inner calls 2023-02-14 11:21:41 +01:00
Daniel Sanchez Quiros dc292e44f5 Free strings on management 2023-02-14 10:45:33 +01:00
Daniel Sanchez Quiros c69caf2721 Added missing linking flags 2023-02-14 10:42:19 +01:00
Daniel Sanchez Quiros 9375f7ea60 Free strings on lightpush 2023-02-13 19:26:48 +01:00
Daniel Sanchez Quiros 98da6f99a1 Free strings on filter 2023-02-13 18:02:53 +01:00
Daniel Sanchez Quiros bb9e3bcf56 Free strings on discovery 2023-02-13 17:50:44 +01:00
gusto 48300c15a2
Smoke tests for waku node (#41)
* Fix for codecov branch names

* Codecov with all tests included

* Add tokio to node tests

* Run echo tests as seperate processes

* Add token to evade GH limiter

* Discv5 and default test for node
2023-01-27 11:35:07 +02:00
gusto 4c71e135ab
Run clippy --fix for updated lint requirements (#43) 2023-01-27 01:06:21 -08:00
Daniel Sanchez 67e5aef69a
Beta3 (#42)
* Update waku to the latest main

* Update beta version

* Update deps

* Add relay topics config entry

* Update test config
2023-01-26 12:58:45 +01:00
gusto 3de48c3d98
Auto author GH action (#40) 2023-01-24 01:12:54 -08:00
Daniel Sanchez c745839d93
Get versions ready to publish 0.1.0-beta2 (#39) 2023-01-06 10:29:10 +01:00
Al Liu 6e93c4f2b6
Merge pull request #33 from waku-org/discv5
Fix #32: add discoveryV5 functions
2023-01-06 21:57:58 +13:00
Al Liu fa6a734e13
Merge pull request #37 from bacv/fix/waku-stop-binding
Use correct binding inside waku_stop method
2023-01-06 20:24:40 +13:00
Augustinas Bacvinka e2ef9f407f Remove content_topic test 2023-01-05 18:55:05 +02:00
Augustinas Bacvinka ac5ef9f171 Revert to testing all in CI 2023-01-05 18:54:24 +02:00
Augustinas Bacvinka 55be056620 CI content_topic test 2023-01-05 18:35:43 +02:00
Augustinas Bacvinka 1ac0ce777d CI content_topic test 2023-01-05 18:26:54 +02:00
Augustinas Bacvinka 472db89da4 CI rerun for content topic test 2023-01-05 18:08:51 +02:00
Augustinas Bacvinka b324908425 Run waku node related tests in sequence 2023-01-05 17:53:49 +02:00
Augustinas Bacvinka 333136a23f Use correct binding inside waku_stop method 2023-01-05 15:29:52 +02:00
al8n f9b8c8eb43 remove discv5 apis 2023-01-05 22:53:30 +13:00
gusto 0fb4e2e917
Fix for codecov branch names (#36) 2023-01-03 11:36:30 +01:00
Petko Pavlovski f70249b2cc
Derive missing copy clone and debug (#35) 2023-01-03 11:30:14 +01:00
al8n 04cfe90d26 update submodule 2022-12-22 23:23:11 +13:00
al8n d7a1afcaad fix hanging test 2022-12-22 06:21:46 +13:00
al8n 464986791c fix lint 2022-12-22 04:42:36 +13:00
al8n 8089defcad try to fix discv5 test case 2022-12-22 04:40:06 +13:00
Daniel Sanchez d4136fd72b
Add constructor to filter subscription (#34) 2022-12-21 15:27:07 +01:00
al8n 2171f6c69e add discv5 stuff in test 2022-12-22 01:57:05 +13:00
al8n b7e4de39ec update submodule 2022-12-22 00:11:54 +13:00
al8n 4dd59abf15 remove unused imports 2022-12-21 15:59:56 +13:00
al8n 7983add1ca embed discv5 functions to node initialized 2022-12-21 01:13:01 +13:00
al8n b8172167f4 add default value for Config 2022-12-21 00:33:08 +13:00
al8n b05d24e0d4 update .gitignore to ignore all rust's target directory 2022-12-21 00:25:58 +13:00
al8n 415c7f0311 fix #32: add discv5 functions 2022-12-21 00:23:56 +13:00
al8n eafecdfc92 fix #32: add discv5 functions 2022-12-21 00:23:19 +13:00
gusto b26eb9b22e
ci: codecov and badges (#30)
* ci: codecov and badges

* Add missing waku tests to codecov

* Reverted binary copies; running ignored tests for coverage
2022-12-19 11:11:16 +01:00
Daniel Sanchez aa06fcc969
Make topics const initializable (#28)
* Make topics const initializable

* Fix test

* Derive Eq, PartialEq for topics
2022-12-05 18:42:55 +01:00
Felicio Mununga 3f85a09b88
Replace deprecated `chrono::TimeZone::timestamp` for `timestamp_opt` in examples (#27)
* Replace deprecated `chrono::TimeZone::timestamp` for `timestamp_opt` in examples

* Use `.unwrap()`

* Use `expect`

* Use `LocalResult` for `Chat2Message.timestamp`

* Use `unwrap()` in `format()`
2022-12-01 16:28:19 +01:00
Felicio Mununga 35f787d2ae
Fix `timestamp` attribute of `WakuMessage` in examples (#26) 2022-12-01 12:30:42 +01:00