Refactor: move compute budget runtime logic into solana-program-runtime (#22533)

This commit is contained in:
Justin Starry
2022-01-17 15:52:33 +08:00
committed by GitHub
parent c17e54e3f6
commit b27976626a
7 changed files with 301 additions and 283 deletions

View File

@@ -1,6 +1,7 @@
#![cfg_attr(RUSTC_WITH_SPECIALIZATION, feature(min_specialization))]
pub mod accounts_data_meter;
pub mod compute_budget;
pub mod instruction_recorder;
pub mod invoke_context;
pub mod log_collector;