Commit Graph

9 Commits

Author SHA1 Message Date
Al Liu 4e2978e643
Immutable connect (#10)
* chore: remove unused PhantomData

* &mut self to &self for some methods
2022-12-02 19:57:45 +08:00
Daniel Sanchez 32e6e59377
Publish ready (#7)
* Refactor overwatch to overwatch-rs

* Update readmes and licenses

* Add badges

* Added release action

* Fix tests after refactor

* On push tags on release pipeline

* Add missing jobs to release ci

* Fmt

* Named release job

* Fix invalid tag again
2022-11-16 14:15:58 +01:00
Giacomo Pasini d73637eccd
Manually derive Clone (#6)
Current derive(Clone) macro adds bounds on generic parameters
which are sometimes unnecessary and overly restrictive.
While we wait for perfect derive to be available, let's manually
derive Clone.
2022-11-04 13:16:03 +01:00
Giacomo Pasini 6362735d44
remove unused service_id (#4) 2022-10-27 16:09:39 +02:00
Giacomo Pasini bc771e21ca
Remove multiple runtimes support from API (#5) 2022-10-27 12:09:40 +02:00
Giacomo Pasini 7124639b60
Rework Relay to expose OutboundRelay on connect (#2)
* Rework Relay to expose OutboundRelay on connect

This simplifies the implementation and enforces a correct usage
of the channel by exposing send methods only after a successful
connection.

* update tests
2022-10-25 11:34:53 +02:00
Giacomo Pasini cc20ecc918
Add waku-chat example (#1)
* add waku-chat example

* clippy happy

* update dependencies

* remove unneeded tokio features

* use separate thread for stdin

* only build on linux

Co-authored-by: Giacomo Pasini <giacomo@status.im>
2022-10-24 13:21:39 +02:00
Daniel Sanchez Quiros f8f33ee781 Added licenses 2022-10-20 12:10:33 +02:00
Daniel Sanchez Quiros ad32d12019 Public release 2022-10-20 11:47:50 +02:00