Skip to content

Commit

Permalink
fixes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Aug 2, 2024
1 parent 004df64 commit 4ef520a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions core/src/banking_stage/consumer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ use {
solana_runtime_transaction::instructions_processor::process_compute_budget_instructions,
solana_sdk::{
clock::{Slot, FORWARD_TRANSACTIONS_TO_LEADER_AT_SLOT_OFFSET, MAX_PROCESSING_AGE},
fee::FeeBudgetLimits,
message::SanitizedMessage,
saturating_add_assign,
timing::timestamp,
Expand Down
1 change: 1 addition & 0 deletions programs/sbf/tests/programs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ use {
clock::{UnixTimestamp, MAX_PROCESSING_AGE},
compute_budget::ComputeBudgetInstruction,
entrypoint::MAX_PERMITTED_DATA_INCREASE,
fee::{FeeBudgetLimits, FeeStructure},
fee_calculator::FeeRateGovernor,
genesis_config::ClusterType,
hash::Hash,
Expand Down
4 changes: 2 additions & 2 deletions runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ use {
solana_compute_budget::compute_budget::ComputeBudget,
solana_cost_model::cost_tracker::CostTracker,
solana_feature_set::{
self as feature_set, include_loaded_accounts_data_size_in_fee_calculation,
remove_rounding_in_fee_calculation, reward_full_priority_fee, FeatureSet,
self as feature_set, remove_rounding_in_fee_calculation, reward_full_priority_fee,
FeatureSet,
},
solana_loader_v4_program::create_program_runtime_environment_v2,
solana_measure::{measure::Measure, measure_time, measure_us},
Expand Down

0 comments on commit 4ef520a

Please sign in to comment.