We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb2f65 commit 2cdeb24Copy full SHA for 2cdeb24
src/lib.rs
@@ -309,6 +309,8 @@ static SUPPORTED_FEATURES: &[u64] = feature_list![
309
require_static_nonce_account,
310
enable_vote_address_leader_schedule,
311
enshrine_slashing_program,
312
+ stricter_abi_and_runtime_constraints,
313
+ account_data_direct_mapping,
314
];
315
316
// If `TOGGLE_DIRECT_MAPPING=1` is set, the direct mapping feature will be inverted, testing with and without direct mapping.
0 commit comments