[][src]Module solana::banking_stage

The banking_stage processes Transaction messages. It is intended to be used to contruct a software pipeline. The stage uses all available CPU cores and can do its processing in parallel with signature verification on the GPU.

Structs

BankingStage

Stores the stage's thread handle and output receiver.

Enums

BufferedPacketsDecision

Constants

FORWARD_TRANSACTIONS_TO_LEADER_AT_SLOT_OFFSET

Transaction forwarding

NUM_THREADS

Functions

create_test_recorder

Type Definitions

UnprocessedPackets