Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toy chat fix #105

Open
wants to merge 28 commits into
base: nwaku
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
ad0eab2
update waku-sys to latest nwaku master
Ivansete-status Nov 29, 2024
0d37037
some changes to add toy-chat example. not completed yet
Ivansete-status Dec 1, 2024
be987f8
update waku-sys/vendor to libwaku-store-enhancements branch
Ivansete-status Dec 1, 2024
3f72fc7
progress in toy-chat
Ivansete-status Dec 1, 2024
345dcbe
proper use of messagehash and store
Ivansete-status Dec 15, 2024
51ea3be
add nimcache folder to gitignore
Ivansete-status Dec 15, 2024
a5338bf
compilation fixes and update wakusys/vendor
Ivansete-status Dec 17, 2024
9d73660
waku-sys update
Ivansete-status Dec 17, 2024
e937e05
wide adaptations to make the waku crate behave tokio-based async
Ivansete-status Dec 19, 2024
666bc73
make sure the tests run in serial and the waku_destroy is called
Ivansete-status Dec 20, 2024
dd29900
simple changes to make clippy happier
Ivansete-status Dec 20, 2024
f27cda7
tic-tac-toe main add some more comments
Ivansete-status Dec 22, 2024
08b8190
avoid duplicated code and better separate structs in modules
Ivansete-status Dec 22, 2024
14aa84f
uncomment proof attribute from WakuStoreRespMessage
Ivansete-status Dec 22, 2024
eb4286b
use uuid instead of hard-coded request id in store query
Ivansete-status Dec 22, 2024
40e908f
expose include_data to expert devs for store requests fn
Ivansete-status Dec 22, 2024
3cbb259
better time management
Ivansete-status Dec 22, 2024
80ea725
apply better option approach in store queries
Ivansete-status Dec 22, 2024
f2a6c8e
fix test compilation issue and add some more time for waku
Ivansete-status Dec 22, 2024
5b0204f
tic-tac-toe minor fixes
Ivansete-status Dec 22, 2024
863f208
avoid warnings
Ivansete-status Dec 23, 2024
1052dca
avoid clippy errors
Ivansete-status Dec 23, 2024
a6a5988
simple change to avoid fmt warning
Ivansete-status Dec 23, 2024
2544150
waku-sys build rm dependency with libc++ avoiding macos issues
Ivansete-status Dec 23, 2024
cc76ac0
clippy changes
Ivansete-status Dec 23, 2024
35bacf4
add on_exit todo so that the waku node is stopped correctly
Ivansete-status Dec 24, 2024
e25050e
build.rs cleanup avoid linking ssl crypto and pthread
Ivansete-status Dec 24, 2024
2d507c4
general mod.rs remove empty line to avoid clippy picky issue
Ivansete-status Dec 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
**target
/Cargo.lock
/.idea
/.fleet
/.fleet
nimcache/
29 changes: 27 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading