6 Commits

Author SHA1 Message Date
Ivan Folgueira Bande
d758d7273f
start handling topic health event 2025-01-05 20:30:53 +01:00
Ivan Folgueira Bande
f2a6c8e86c
fix test compilation issue and add some more time for waku 2024-12-23 00:04:41 +01:00
Ivan Folgueira Bande
e937e0541c
wide adaptations to make the waku crate behave tokio-based async 2024-12-19 23:05:39 +01:00
Ivan Folgueira Bande
0d37037d48
some changes to add toy-chat example. not completed yet 2024-12-01 18:06:34 +01:00
Ivan FB
fd7e73a7f0
Tic tac toe example (#104)
* update nwaku vendor to v0.33.1
* build.rs: add negentropy dependency and cmdCount cmdLine dependencies
* fix: call waku_setup when instantiating waku_new
* Properly decode a Vec<Multiaddr>
* First commit tic-tac-toe
* adding some simple game logic to coordinate the turns a little
* some logic to panic if a proper event callback hasn't been set
* restoring back the type state pattern introduced by Richard
* new PubsubTopic type
* fix clippy issues

---------

Co-authored-by: Richard Ramos <info@richardramos.me>
2024-11-28 10:35:41 +01:00
richΛrd
201a38a64e
feat: example app (#99) 2024-03-11 12:00:30 -04:00