Skip to content

Commit d1b1ca5

Browse files
remove enable_loader_v4 from fuzzing (#403)
1 parent 6a81425 commit d1b1ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)