mirror of
https://github.com/logos-messaging/logos-delivery-rust-bindings.git
synced 2026-07-30 15:03:14 +00:00
build.rs only invalidated on the generated rust_bindings, so editing any Nim source left the linked archive stale and the tests silently ran against the previous build -- which cost an hour of debugging a channel failure against instrumentation that was never in the binary. Also corrects channel_message_reaches_peer's ignore reason. The message is not lost in SDS: Persistency is a process-wide singleton that refuses re-targeting, so two in-process nodes share one SDS job whose rows are keyed by channel id alone. The receiver loads the sender's history and SDS rightly calls the message a replay. The channels API is fine; the test needs two processes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Waku Rust bindings
Rust layer on top of logos-messaging-nim C FFI bindings.
About Waku
Waku is a family of robust and censorship-resistant communication protocols enabling privacy-focused messaging for Web3 applications.
Private. Secure. Runs anywhere.
Read the Waku docs
Description
Languages
Rust
99.6%
C
0.4%