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

Nomos chat fixes #555

Merged
merged 2 commits into from
Jan 8, 2024
Merged

Nomos chat fixes #555

merged 2 commits into from
Jan 8, 2024

Conversation

zeegomo
Copy link
Contributor

@zeegomo zeegomo commented Jan 8, 2024

Few small fixes for the chat app:

  • 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

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.
@zeegomo zeegomo added the testnet label Jan 8, 2024
@zeegomo zeegomo self-assigned this Jan 8, 2024
Copy link
Member

@bacv bacv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@bacv bacv self-requested a review January 8, 2024 11:26
@zeegomo zeegomo merged commit b7d1fd9 into master Jan 8, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants