negentropy
negentropy copied to clipboard
I was digging into the details of Negentropy and RBSR in general, and I ended up with a few things that I didn't quite grasp. Hope you don't mind if...
also added an env var for deterministic randomness to help with debugging.
Hi! When Implementing this protocol did you consider any existing solutions? Maybe you specifically considered bloom filters and decided to avoid it? What are disadvantages of using something like the...
## Summary Enhances error handling in Negentropy C++ wrapper and Nim bindings for Waku Sync. Replaces boolean-based error reporting with system-generated error messages. ## Key Changes - Added thread-local `lastError`...