Skip to content

Commit

Permalink
flamenco: rekey direct mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
kbhargava-jump committed Feb 24, 2025
1 parent 52975ea commit fab04b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/flamenco/features/fd_features_generated.c
Original file line number Diff line number Diff line change
Expand Up @@ -1029,8 +1029,8 @@ fd_feature_id_t const ids[] = {
.cleaned_up = {UINT_MAX, UINT_MAX, UINT_MAX} },

{ .index = offsetof(fd_features_t, bpf_account_data_direct_mapping)>>3,
.id = {"\xe3\x5a\x16\xee\xe9\x8e\x13\xd7\x1e\x4e\x93\xe2\x30\x83\x0d\x5e\x21\x50\xef\x16\x78\x38\x38\xfe\x63\xae\xba\xaa\x3d\x20\x2c\xf0"},
/* GJVDwRkUPNdk9QaK4VsU4g1N41QNxhy1hevjf8kz45Mq */
.id = {"\x90\x9d\x8a\x1a\x1b\xdb\xb4\x28\xec\x2a\x7c\xf2\xbc\x76\xaf\x8c\x72\x9e\xbb\xa0\x6f\xee\x98\xa4\x77\xdd\xe8\xc5\x08\x1b\x7f\x53"},
/* AjX3A4Nv2rzUuATEUWLP4rrBaBropyUnHxEvFDj1dKbx */
.name = "bpf_account_data_direct_mapping",
.cleaned_up = {UINT_MAX, UINT_MAX, UINT_MAX} },

Expand Down Expand Up @@ -1711,7 +1711,7 @@ fd_feature_id_query( ulong prefix ) {
case 0xd6120d1b80de5fea: return &ids[ 145 ];
case 0xca9ab2701c9aa81b: return &ids[ 146 ];
case 0xeee4f782117a3096: return &ids[ 147 ];
case 0xd7138ee9ee165ae3: return &ids[ 148 ];
case 0x28b4db1b1a8a9d90: return &ids[ 148 ];
case 0x55d3a0c392cf63e0: return &ids[ 149 ];
case 0x0e7aa95037c5daac: return &ids[ 150 ];
case 0xe2d13039d5f9c6a6: return &ids[ 151 ];
Expand Down
2 changes: 1 addition & 1 deletion src/flamenco/features/fd_features_generated.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ union fd_features {
/* 0xd6120d1b80de5fea */ ulong delay_visibility_of_program_deployment;
/* 0xca9ab2701c9aa81b */ ulong apply_cost_tracker_during_replay;
/* 0xeee4f782117a3096 */ ulong deplete_cu_meter_on_vm_failure;
/* 0xd7138ee9ee165ae3 */ ulong bpf_account_data_direct_mapping;
/* 0x28b4db1b1a8a9d90 */ ulong bpf_account_data_direct_mapping;
/* 0x55d3a0c392cf63e0 */ ulong add_set_tx_loaded_accounts_data_size_instruction;
/* 0x0e7aa95037c5daac */ ulong switch_to_new_elf_parser;
/* 0xe2d13039d5f9c6a6 */ ulong round_up_heap_size;
Expand Down
2 changes: 1 addition & 1 deletion src/flamenco/features/feature_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
{"name":"delay_visibility_of_program_deployment","pubkey": "GmuBvtFb2aHfSfMXpuFeWZGHyDeCLPS79s48fmCWCfM5","cleaned_up":[1,18,0],"activated_on_all_clusters":1},
{"name":"apply_cost_tracker_during_replay","pubkey": "2ry7ygxiYURULZCrypHhveanvP5tzZ4toRwVp89oCNSj"},
{"name":"deplete_cu_meter_on_vm_failure","pubkey": "B7H2caeia4ZFcpE3QcgMqbiWiBtWrdBRBSJ1DY6Ktxbq"},
{"name":"bpf_account_data_direct_mapping","pubkey": "GJVDwRkUPNdk9QaK4VsU4g1N41QNxhy1hevjf8kz45Mq","old": "EenyoWx9UMXYKpR8mW5Jmfmy2fRjzUtM7NduYMY8bx33"},
{"name":"bpf_account_data_direct_mapping","pubkey": "AjX3A4Nv2rzUuATEUWLP4rrBaBropyUnHxEvFDj1dKbx","old": "GJVDwRkUPNdk9QaK4VsU4g1N41QNxhy1hevjf8kz45Mq"},
{"name":"add_set_tx_loaded_accounts_data_size_instruction","pubkey": "G6vbf1UBok8MWb8m25ex86aoQHeKTzDKzuZADHkShqm6","cleaned_up":[1,18,0],"activated_on_all_clusters":1},
{"name":"switch_to_new_elf_parser","pubkey": "Cdkc8PPTeTNUPoZEfCY5AyetUrEdkZtNPMgz58nqyaHD","activated_on_all_clusters":1},
{"name":"round_up_heap_size","pubkey": "CE2et8pqgyQMP2mQRg3CgvX8nJBKUArMu3wfiQiQKY1y","cleaned_up":[1,18,0],"activated_on_all_clusters":1},
Expand Down

0 comments on commit fab04b7

Please sign in to comment.