Commit Graph

37 Commits

Author SHA1 Message Date
Richard Ramos 64dc964244
feat: expose list of topics 2023-05-10 08:40:13 -04:00
Richard Ramos 3356edc31a
feat: seenTTL 2023-05-09 14:22:46 -04:00
Richard Ramos d090d9cdd8
feat: add ephemeral and meta fields 2023-05-09 14:00:20 -04:00
danielsanchezq 27597d76b5 Set waku-sys dep to rc3 2023-03-17 11:10:37 +01:00
danielsanchezq 370d311b39 Rc3 2023-03-17 11:05:53 +01:00
gusto 54a80f83cc
Pass gossipsub params to go-waku node (#50)
* Pass gossipsub params to go-waku node

* Make gossipsub conf test run by default

* Use merge commit to master for go-waku

* Add tests for info logs
2023-03-13 10:51:15 +02:00
gusto 31255ac4c0
Update vendor with logLevel fix (#49) 2023-02-27 13:15:59 +02:00
Daniel Sanchez b8d7bdc850
Rc 1 (#48)
* Update vendor with nil enr fix

* RC 1
2023-02-22 11:36:28 +01:00
Daniel Sanchez c4ea87d7e5
Beta 5 (#47)
* Missing decode calls

* Dangling double free on waku default pubsub topic

* Dangling double free on waku create pubsub topic

* Update deps
Fix update changes
Upgrade beta version

* Add extra info to dns discovery results

* Update vendor
2023-02-20 12:44:55 +01:00
Daniel Sanchez Quiros a8b9bf22f5 Prepare for beta4 2023-02-15 11:42:38 +01:00
Daniel Sanchez 3593ff18e6
Expose local archive query method (#44)
* Update vendor

* Expose local archive query
Update to beta4

* Update bindings package to beta4

* Update bindings package to beta4

* Make store response fields public

* Added store configuration

* Use decode response function
2023-02-15 10:57:39 +01:00
Daniel Sanchez d1a467edcc
Free strings (#46)
* Free strings on discovery

* Free strings on filter

* Free strings on lightpush

* Added missing linking flags

* Free strings on management

* Fix management inner calls

* Free strings on peers

* Free strings on relay

* Free strings on store

* Free strings on decrypt

* Fix toychat example

* Fix tests

* Added decode_response method

* Use decode response

* Rename decode response util

* Use decode response in decrypt
2023-02-14 18:30:08 +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
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
Augustinas Bacvinka e2ef9f407f Remove content_topic test 2023-01-05 18:55:05 +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
Petko Pavlovski f70249b2cc
Derive missing copy clone and debug (#35) 2023-01-03 11:30:14 +01: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 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 eafecdfc92 fix #32: add discv5 functions 2022-12-21 00:23:19 +13: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
Daniel Sanchez Quiros 718c28725d Refactor waku crate to waku-bindings 2022-11-29 10:28:32 +01:00
Daniel Sanchez 533619670f
Publish build (#22)
* Fix build errors when publishing

* Set VAC licences

* Set beta version to bindings
2022-11-28 17:57:20 +01:00
Daniel Sanchez b59bf33933
Information prior to publishing (#21) 2022-11-28 10:18:42 +01:00
Giacomo Pasini 3edf9d5d0c
derive Debug for public structs (#18) 2022-11-03 11:04:44 +01:00
Daniel Sanchez d006ef4ecd
Crates publish setup (#17)
* Added config.toml to waku crate

* Update gitignore

* Update readme

* Remove private items docs

* Fix docs links

* Refactor waku to waku-bindings crate
Added badges

* Fix links

* Add usage
2022-11-02 08:21:15 -07:00