@@ -1691,6 +1691,12 @@ fd_feature_id_t const ids[] = {
16911691 .name = "poseidon_enforce_padding" ,
16921692 .cleaned_up = {UINT_MAX , UINT_MAX , UINT_MAX } },
16931693
1694+ { .index = offsetof(fd_features_t , increase_cpi_account_info_limit )>>3 ,
1695+ .id = {"\xef\x31\xcf\xa8\x88\x28\x79\x55\xd9\xb1\x72\x19\xda\x33\x5d\x8e\x8b\x8f\x5e\x3f\x41\x49\xe5\x9a\x94\x65\xa6\x44\xef\x9c\xa2\xf6" },
1696+ /* H6iVbVaDZgDphcPbcZwc5LoznMPWQfnJ1AM7L1xzqvt5 */
1697+ .name = "increase_cpi_account_info_limit" ,
1698+ .cleaned_up = {UINT_MAX , UINT_MAX , UINT_MAX } },
1699+
16941700 { .index = ULONG_MAX }
16951701};
16961702/* TODO replace this with fd_map_perfect */
@@ -1944,6 +1950,7 @@ fd_feature_id_query( ulong prefix ) {
19441950 case 0x520c5e674243fab5 : return & ids [ 244 ];
19451951 case 0xf08a42c3c040e908 : return & ids [ 245 ];
19461952 case 0x8c7bee4552d93e0c : return & ids [ 246 ];
1953+ case 0x55792888a8cf31ef : return & ids [ 247 ];
19471954 default : break ;
19481955 }
19491956 return NULL ;
@@ -2196,4 +2203,5 @@ FD_STATIC_ASSERT( offsetof( fd_features_t, stricter_abi_and_runtime_constraints
21962203FD_STATIC_ASSERT ( offsetof( fd_features_t , account_data_direct_mapping )>>3 == 244UL , layout );
21972204FD_STATIC_ASSERT ( offsetof( fd_features_t , fix_alt_bn128_pairing_length_check )>>3 == 245UL , layout );
21982205FD_STATIC_ASSERT ( offsetof( fd_features_t , poseidon_enforce_padding )>>3 == 246UL , layout );
2206+ FD_STATIC_ASSERT ( offsetof( fd_features_t , increase_cpi_account_info_limit )>>3 == 247UL , layout );
21992207FD_STATIC_ASSERT ( sizeof ( fd_features_t )>>3 == FD_FEATURE_ID_CNT , layout );
0 commit comments