Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ pub static HARDCODED_FEATURES: &[u64] = feature_list![
remove_accounts_delta_hash, // custom hardcoded feature
snapshots_lt_hash, // custom hardcoded feature
disable_partitioned_rent_collection, // custom hardcoded feature
formalize_loaded_transaction_data_size, // SIMD-186, hardcoded as loaded account data size is poorly specified in Agave
];

static SUPPORTED_FEATURES: &[u64] = feature_list![
Expand Down Expand Up @@ -312,7 +313,6 @@ static SUPPORTED_FEATURES: &[u64] = feature_list![
mask_out_rent_epoch_in_vm_serialization,
disable_zk_elgamal_proof_program,
reenable_zk_elgamal_proof_program,
formalize_loaded_transaction_data_size,
enable_extend_program_checked,
require_static_nonce_account,
];
Expand Down