forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 956
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Problem
ConnectionCache::new_quic_for_tests is used in a variety of unit tests across Agave codebase. ConnectionCache has multiple unfortunate design decisions, and is being phased out.
Proposed Solution
The affected tests should be ported to use tpu-client-next. Consider using ClientBuilder to streamline the process.
There are many tests to cover, so consider filing PRs to migrate tests to tpu-client-next, no more than 3 tests per PR so we can keep review cycles short. Make sure you indicate on this issue which tests are you working on before making code changes to avoid conflicts across contributors.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers