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

This commit is contained in:
Justin Starry
2022-01-17 20:48:00 +08:00
committed by GitHub
parent 5e5cdf397c
commit cc76a73c49
8 changed files with 316 additions and 292 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;