Skip to content

Commit

Permalink
Move RuntimeConfig out of SVM (#5077)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgarg66 authored Feb 26, 2025
1 parent 2124876 commit ce98b9b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pub mod prioritization_fee;
pub mod prioritization_fee_cache;
pub mod rent_collector;
pub mod root_bank_cache;
pub mod runtime_config;
pub mod serde_snapshot;
pub mod snapshot_archive_info;
pub mod snapshot_bank_utils;
Expand All @@ -48,6 +49,3 @@ extern crate serde_derive;
#[cfg_attr(feature = "frozen-abi", macro_use)]
#[cfg(feature = "frozen-abi")]
extern crate solana_frozen_abi_macro;

// Don't make crates import the SVM if all they need is this module.
pub use solana_svm::runtime_config;
File renamed without changes.
1 change: 0 additions & 1 deletion svm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ pub mod message_processor;
pub mod nonce_info;
pub mod program_loader;
pub mod rollback_accounts;
pub mod runtime_config;
pub mod transaction_account_state_info;
pub mod transaction_commit_result;
pub mod transaction_error_metrics;
Expand Down

0 comments on commit ce98b9b

Please sign in to comment.