Skip to content

Commit

Permalink
Recover toy chat app powered by libwaku/nwaku (#105)
Browse files Browse the repository at this point in the history
* bump nwaku to the current master branch ( commit: 625c8ee5 )
* make the waku crate to behave tokio-asynchronously
* use of store
* use of lightpush and filter
* add waku-bindings/src/general/messagehash.rs
* add waku-bindings/src/general/time.rs
* add waku-bindings/src/general/waku_decode.rs
* add WakuEvent management (WakuMessage, ConnectionChange, TopicHealthChange.)
* add waku-bindings/src/macros.rs
  • Loading branch information
Ivansete-status authored Jan 10, 2025
1 parent fd7e73a commit 0c0b834
Show file tree
Hide file tree
Showing 32 changed files with 2,148 additions and 1,018 deletions.
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

0 comments on commit 0c0b834

Please sign in to comment.