solana-with-rpc-optimizations/core
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
..
benches Prioritize transactions in banking stage by their compute unit price (#25178) 2022-05-16 12:06:33 +08:00
src Prioritize transactions in banking stage by their compute unit price (#25178) 2022-05-16 12:06:33 +08:00
tests Add options to store full and/or incremental snapshots in separate locations (#24247) 2022-05-10 16:37:41 -04:00
.gitignore
Cargo.toml Rollback tokio to LTS release v1.14 (#25028) 2022-05-06 06:34:49 +00:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00