@@ -1703,6 +1703,12 @@ fd_feature_id_t const ids[] = {
17031703 .name = "provide_instruction_data_offset_in_vm_r2" ,
17041704 .cleaned_up = {UINT_MAX , UINT_MAX , UINT_MAX } },
17051705
1706+ { .index = offsetof(fd_features_t , static_instruction_limit )>>3 ,
1707+ .id = {"\x4b\x3e\xa0\x91\xa9\xb6\xb5\xda\x05\x3a\x32\x6f\x7c\x18\xd9\x0d\x60\x87\x99\x76\xfb\xc6\x6f\x18\xc1\xfa\x37\x38\x94\x41\xc1\xf9" },
1708+ /* 64ixypL1HPu8WtJhNSMb9mSgfFaJvsANuRkTbHyuLfnx */
1709+ .name = "static_instruction_limit" ,
1710+ .cleaned_up = {UINT_MAX , UINT_MAX , UINT_MAX } },
1711+
17061712 { .index = ULONG_MAX }
17071713};
17081714/* TODO replace this with fd_map_perfect */
@@ -1958,6 +1964,7 @@ fd_feature_id_query( ulong prefix ) {
19581964 case 0x8c7bee4552d93e0c : return & ids [ 246 ];
19591965 case 0x866094bbfe00a7c6 : return & ids [ 247 ];
19601966 case 0x7c4802b8ba3fa849 : return & ids [ 248 ];
1967+ case 0xdab5b6a991a03e4b : return & ids [ 249 ];
19611968 default : break ;
19621969 }
19631970 return NULL ;
@@ -2212,4 +2219,5 @@ FD_STATIC_ASSERT( offsetof( fd_features_t, fix_alt_bn128_pairing_length_check
22122219FD_STATIC_ASSERT ( offsetof( fd_features_t , poseidon_enforce_padding )>>3 == 246UL , layout );
22132220FD_STATIC_ASSERT ( offsetof( fd_features_t , relax_intrabatch_account_locks )>>3 == 247UL , layout );
22142221FD_STATIC_ASSERT ( offsetof( fd_features_t , provide_instruction_data_offset_in_vm_r2 )>>3 == 248UL , layout );
2222+ FD_STATIC_ASSERT ( offsetof( fd_features_t , static_instruction_limit )>>3 == 249UL , layout );
22152223FD_STATIC_ASSERT ( sizeof ( fd_features_t )>>3 == FD_FEATURE_ID_CNT , layout );
0 commit comments