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

Define BankingTracer::create_channels() #4041

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ryoqun
Copy link
Member

@ryoqun ryoqun commented Dec 10, 2024

Problem

unified scheduler wants to treat all the transactions as same.

Summary of Changes

Unify the incoming channels for the banking stage conditionally. Currently stubbed.

No functional change, so no test is added.

extracted from #3946, see the pr for the general overview.

self.create_channel(ChannelLabel::TpuVote)
}

pub fn create_channel_gossip_vote(&self) -> (BankingPacketSender, BankingPacketReceiver) {
fn create_channel_gossip_vote(&self) -> (BankingPacketSender, BankingPacketReceiver) {
self.create_channel(ChannelLabel::GossipVote)
}
Copy link
Member Author

Choose a reason for hiding this comment

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

these fns are now private

@ryoqun ryoqun requested a review from apfitzge December 10, 2024 15:18
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

Successfully merging this pull request may close these issues.

1 participant