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

Add support of tpu-client-next to validator #3454

Open
5 of 10 tasks
KirillLykov opened this issue Nov 4, 2024 · 3 comments
Open
5 of 10 tasks

Add support of tpu-client-next to validator #3454

KirillLykov opened this issue Nov 4, 2024 · 3 comments
Assignees

Comments

@KirillLykov
Copy link

KirillLykov commented Nov 4, 2024

Problem

Current quic client implementation ConnectionCache has some disadvantages:

  • traffic fragmentation
  • complex implementation using locks

Validator uses quic client for two components:

  1. Forwarder
  2. SendTransactionService

This issue to is track the work on adding support of new network crate tpu-client-next to the these components.
When finished, it should be possible to choose between two client codes.

Proposed Solution

@KirillLykov KirillLykov self-assigned this Nov 4, 2024
@KirillLykov
Copy link
Author

Address #3515 (comment)

@KirillLykov
Copy link
Author

Address #3515 (comment) (outside of backporting)

@KirillLykov
Copy link
Author

KirillLykov commented Jan 3, 2025

Backport to 2.1

For the sake of backporting to 2.1, do the following:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant