solana-with-rpc-optimizations/core/benches
Tao Zhu b1b3702e6d
Prioritize transactions in banking stage by their compute unit price (#25178)
* - get prioritization fee from compute_budget instruction;
- update compute_budget::process_instruction function to take instruction iter to support sanitized versioned message;
- updated runtime.md

* update transaction fee calculation for prioritization fee rate as lamports per 10K CUs

* review changes

* fix test

* fix a bpf test

* fix bpf test

* patch feedback

* fix clippy

* fix bpf test

* feedback

* rename prioritization fee rate to compute unit price

* feedback

Co-authored-by: Justin Starry <justin@solana.com>
2022-05-16 12:06:33 +08:00
..
banking_stage.rs Prioritize BankingStage packets individually in min-max heap (#24187) 2022-05-04 21:50:56 -05:00
cluster_info.rs
cluster_nodes.rs
consensus.rs
gen_keys.rs
retransmit_stage.rs
shredder.rs
sigverify_stage.rs
unprocessed_packet_batches.rs Prioritize transactions in banking stage by their compute unit price (#25178) 2022-05-16 12:06:33 +08:00