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

Receive blocks blobs in parallel #554

Merged
merged 2 commits into from
Jan 8, 2024
Merged

Receive blocks blobs in parallel #554

merged 2 commits into from
Jan 8, 2024

Conversation

bacv
Copy link
Member

@bacv bacv commented Jan 5, 2024

This change allows demo app to receive blobs of multiple blocks in parallel, thus making demo app instantaneous (compared to previous version) even on a very fast nomos network.

I encourage you to test it on testnet.nomos.tech.
To connect, compile the project and run ./target/debug/nomos-cli chat --network-config nomos-cli/config.yaml --node http://testnet.nomos.tech:18080

Note: Be sure to change nomos-cli/config.yaml node_key to something different in case multiple clients connect to the network

Note: Try sending unique messages (e.g. don't send "hi"), there are some limitations in DA at the moment.

Note: Long messages gets disseminated, but for some reason won't show up in the chat.

@bacv bacv added the enhancement New feature or request label Jan 5, 2024
@bacv bacv added this to the Nomos testnet (playground) milestone Jan 5, 2024
@bacv bacv self-assigned this Jan 5, 2024
@bacv bacv requested a review from al8n January 5, 2024 15:25
Copy link
Collaborator

@danielSanchezQ danielSanchezQ left a comment

Choose a reason for hiding this comment

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

Works like a charm! Good job!

Copy link
Contributor

@zeegomo zeegomo left a comment

Choose a reason for hiding this comment

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

Perfect, thanks!

Copy link
Contributor

@youngjoon-lee youngjoon-lee 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 merged commit 285300f into master Jan 8, 2024
8 checks passed
@bacv bacv deleted the demo-app-parallel-blobs branch January 8, 2024 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants