solana/runtime
Maximilian Schneider c8b0c3ede9
Update cost model to use requested_cu instead of estimated cu #27608 (#28281)
* Update cost model to use requested_cu instead of estimated cu #27608

* remove CostUpdate and CostModel from replay/tvu

* revive cost update service to send cost tracker stats

* CostModel is now static

* remove unused package

Co-authored-by: Tao Zhu <tao@solana.com>
2022-11-22 11:55:56 -06:00
..
benches remove test only append_account (#28850) 2022-11-17 12:26:51 -08:00
src Update cost model to use requested_cu instead of estimated cu #27608 (#28281) 2022-11-22 11:55:56 -06:00
store-tool .pubkey() instead of meta.pubkey for stored account (#28682) 2022-10-31 13:58:42 -07:00
tests Requires EAH state cannot be Invalid (#28817) 2022-11-17 11:01:01 -05:00
.gitignore
Cargo.toml Disables EAH with short epochs (#28803) 2022-11-15 13:26:19 -05:00
build.rs