Skip to content

Commit 1a0fc46

Browse files
features: remove unfuzzed runtime features (#463)
1 parent 9ee97bf commit 1a0fc46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,12 +339,12 @@ static SUPPORTED_FEATURES: &[u64] = feature_list![
339339
alt_bn128_little_endian,
340340
enable_alt_bn128_g2_syscalls,
341341
bls_pubkey_management_in_vote_account,
342-
relax_programdata_account_check_migration,
342+
// relax_programdata_account_check_migration, TODO: build kunorpus generators first
343343
// remove_simple_vote_from_cost_model, // need to bump solfuzz-agave version
344344
limit_instruction_accounts,
345345
validator_admission_ticket,
346-
create_account_allow_prefund,
347-
delay_commission_updates,
346+
// create_account_allow_prefund, TODO: build kunorpus generators first
347+
// delay_commission_updates, TODO: build kunorpus generators first
348348
validate_chained_block_id,
349349
];
350350

0 commit comments

Comments
 (0)