Module solana_core::banking_stage [−][src]
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. |
BankingStageStats |
Enums
BufferedPacketsDecision |
Constants
FORWARD_TRANSACTIONS_TO_LEADER_AT_SLOT_OFFSET | Transaction forwarding |
HOLD_TRANSACTIONS_SLOT_OFFSET | |
NUM_THREADS |
Functions
create_test_recorder |
Type Definitions
UnprocessedPackets |