nomos-node/nomos-cli
Giacomo Pasini b7d1fd9256
Nomos chat fixes (#555)
* Make chat messages unique

Since DA will rightfully ignore duplicated messages, we need to add a nonce to make sure
every message is unique, so that a user can send the same message twice.
This nonce is randomly generated for simplicity.

* Clear in_flight status upon error on chat app
2024-01-08 15:40:19 +01:00
..
src Nomos chat fixes (#555) 2024-01-08 15:40:19 +01:00
Cargo.toml Nomos chat fixes (#555) 2024-01-08 15:40:19 +01:00
config.yaml Receive blocks blobs in parallel (#554) 2024-01-08 12:56:11 +02:00