Move Feature struct to solana-program (#13321)

(cherry picked from commit 4b65e32f22)

Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
mergify[bot]
2020-10-31 20:33:35 +00:00
committed by GitHub
parent c49b89091a
commit f2d929c12d
10 changed files with 140 additions and 105 deletions

View File

@@ -6,7 +6,6 @@ use crate::{
append_vec::StoredAccount,
bank::{HashAgeKind, TransactionProcessResult},
blockhash_queue::BlockhashQueue,
feature_set::{self, FeatureSet},
rent_collector::RentCollector,
system_instruction_processor::{get_system_account_kind, SystemAccountKind},
transaction_utils::OrderedIterator,
@@ -18,6 +17,7 @@ use solana_sdk::{
account::Account,
account_utils::StateMut,
clock::{Epoch, Slot},
feature_set::{self, FeatureSet},
fee_calculator::{FeeCalculator, FeeConfig},
genesis_config::ClusterType,
hash::Hash,