solana-with-rpc-optimizations/core/benches
Justin Starry d166b9856a
Move transaction sanitization earlier in the pipeline (#18655)
* Move transaction sanitization earlier in the pipeline

* Renamed HashedTransaction to SanitizedTransaction

* Implement deref for sanitized transaction

* bring back process_transactions test method

* Use sanitized transactions for cost model calculation
2021-07-15 22:51:27 -05:00
..
banking_stage.rs Move transaction sanitization earlier in the pipeline (#18655) 2021-07-15 22:51:27 -05:00
blockstore.rs Move entry/poh to own crate to speed up poh bench build (#18225) 2021-07-14 14:16:29 +02:00
cluster_info.rs generate deterministic seeds for shreds (#17950) 2021-07-07 08:21:12 -07:00
consensus.rs Introduce slot dumping to ReplayStage (#18160) 2021-07-08 19:07:32 -07:00
gen_keys.rs
retransmit_stage.rs Move entry/poh to own crate to speed up poh bench build (#18225) 2021-07-14 14:16:29 +02:00
shredder.rs Move entry/poh to own crate to speed up poh bench build (#18225) 2021-07-14 14:16:29 +02:00
sigverify_stage.rs