11 Commits

Author SHA1 Message Date
Ivan Folgueira Bande
4cdbacda19
few adaptations to use latest nwaku master 2025-01-08 23:33:21 +01:00
Ivan Folgueira Bande
863d3aee9c
Some code simplification in filter 2025-01-05 22:38:49 +01:00
Ivan Folgueira Bande
d758d7273f
start handling topic health event 2025-01-05 20:30:53 +01:00
Ivan Folgueira Bande
35bacf4316
add on_exit todo so that the waku node is stopped correctly 2024-12-24 12:51:16 +01:00
Ivan Folgueira Bande
cc76ac0cb5
clippy changes 2024-12-23 23:59:24 +01:00
Ivan Folgueira Bande
5b0204f6b1
tic-tac-toe minor fixes 2024-12-23 00:41:35 +01:00
Ivan Folgueira Bande
3cbb259b80
better time management 2024-12-22 15:54:55 +01:00
Ivan Folgueira Bande
f27cda7d88
tic-tac-toe main add some more comments 2024-12-22 14:42:09 +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