File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,6 @@ pub static HARDCODED_FEATURES: &[u64] = feature_list![
282282 enable_transaction_loading_failure_fees,
283283 disable_partitioned_rent_collection,
284284 formalize_loaded_transaction_data_size,
285- enable_loader_v4, // custom hardcoded feature
286285 // create_slashing_program, // renamed to enshrine_slashing_program
287286 drop_unchained_merkle_shreds,
288287 // enable_zk_proof_from_account, // disabled
@@ -340,6 +339,7 @@ static SUPPORTED_FEATURES: &[u64] = feature_list![
340339 raise_account_cu_limit,
341340 // raise_cpi_nesting_limit_to_8, // will enable soon after stricter abi constraints feature is active
342341 // relax_intrabatch_account_locks, // not worth fuzzing
342+ // enable_loader_v4,
343343] ;
344344
345345// If the `CORE_BPF_PROGRAM_ID` variable is set, declares the default compute
You can’t perform that action at this time.
0 commit comments