We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee97bf commit b163df7Copy full SHA for b163df7
src/lib.rs
@@ -339,12 +339,12 @@ static SUPPORTED_FEATURES: &[u64] = feature_list![
339
alt_bn128_little_endian,
340
enable_alt_bn128_g2_syscalls,
341
bls_pubkey_management_in_vote_account,
342
- relax_programdata_account_check_migration,
+ // relax_programdata_account_check_migration,
343
// remove_simple_vote_from_cost_model, // need to bump solfuzz-agave version
344
limit_instruction_accounts,
345
validator_admission_ticket,
346
- create_account_allow_prefund,
347
- delay_commission_updates,
+ // create_account_allow_prefund,
+ // delay_commission_updates,
348
validate_chained_block_id,
349
];
350
0 commit comments