Skip to content

shred: rekey disable_turbine_fanout_experiments #5498

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
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 @@ -934,8 +934,8 @@ fd_feature_id_t const ids[] = {
.activated_on_all_clusters = 1 },

{ .index = offsetof(fd_features_t, disable_turbine_fanout_experiments)>>3,
.id = {"\xed\x7a\x0f\x5d\x50\x53\xdf\xc3\x1a\x51\x89\xb6\x66\xfb\x7e\xb7\xb5\xf8\x91\x7c\xd3\xee\x46\x82\x07\x9e\x28\x44\xb1\xb0\x0d\xf9"},
/* Gz1aLrbeQ4Q6PTSafCZcGWZXz91yVRi7ASFzFEr1U4sa */
.id = {"\x0d\x4c\x62\x81\xbc\x9a\xbb\x74\xd1\x32\xac\x16\x8e\xd0\x61\x9b\xb6\x1f\x0b\xdb\xaa\xa9\xa4\xd9\x55\xc7\xe5\xa1\x8d\xeb\x2b\x73"},
/* turbnbNRp22nwZCmgVVXFSshz7H7V23zMzQgA46YpmQ */
.name = "disable_turbine_fanout_experiments",
.cleaned_up = {UINT_MAX, UINT_MAX, UINT_MAX} },

Expand Down Expand Up @@ -1753,7 +1753,7 @@ fd_feature_id_query( ulong prefix ) {
case 0x795c88a20bcb6dfd: return &ids[ 131 ];
case 0x8a8eb9085ca2bb0b: return &ids[ 132 ];
case 0x33e6e44dc3a9cfb2: return &ids[ 133 ];
case 0xc3df53505d0f7aed: return &ids[ 134 ];
case 0x74bb9abc81624c0d: return &ids[ 134 ];
case 0x784adb4f1d180869: return &ids[ 135 ];
case 0x71eba1d288ba2bfc: return &ids[ 136 ];
case 0x823d14dd6235f859: return &ids[ 137 ];
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 @@ -146,7 +146,7 @@ union fd_features {
/* 0x795c88a20bcb6dfd */ ulong enable_program_redeployment_cooldown;
/* 0x8a8eb9085ca2bb0b */ ulong commission_updates_only_allowed_in_first_half_of_epoch;
/* 0x33e6e44dc3a9cfb2 */ ulong enable_turbine_fanout_experiments;
/* 0xc3df53505d0f7aed */ ulong disable_turbine_fanout_experiments;
/* 0x74bb9abc81624c0d */ ulong disable_turbine_fanout_experiments;
/* 0x784adb4f1d180869 */ ulong drop_merkle_shreds;
/* 0x71eba1d288ba2bfc */ ulong keep_merkle_shreds;
/* 0x823d14dd6235f859 */ ulong move_serialized_len_ptr_in_cpi;
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 @@ -133,7 +133,7 @@
{"name":"enable_program_redeployment_cooldown","pubkey": "J4HFT8usBxpcF63y46t1upYobJgChmKyZPm5uTBRg25Z","cleaned_up":[1,18,0],"activated_on_all_clusters":1},
{"name":"commission_updates_only_allowed_in_first_half_of_epoch","pubkey": "noRuG2kzACwgaY7TVmLRnUNPLKNVQE1fb7X55YWBehp","activated_on_all_clusters":1},
{"name":"enable_turbine_fanout_experiments","pubkey": "D31EFnLgdiysi84Woo3of4JMu7VmasUS3Z7j9HYXCeLY","activated_on_all_clusters":1},
{"name":"disable_turbine_fanout_experiments","pubkey": "Gz1aLrbeQ4Q6PTSafCZcGWZXz91yVRi7ASFzFEr1U4sa"},
{"name":"disable_turbine_fanout_experiments","pubkey": "turbnbNRp22nwZCmgVVXFSshz7H7V23zMzQgA46YpmQ", "old": "Gz1aLrbeQ4Q6PTSafCZcGWZXz91yVRi7ASFzFEr1U4sa"},
{"name":"drop_merkle_shreds","pubkey": "84zy5N23Q9vTZuLc9h1HWUtyM9yCFV2SCmyP9W9C3yHZ","cleaned_up":[1,18,0],"reverted":1},
{"name":"keep_merkle_shreds","pubkey": "HyNQzc7TMNmRhpVHXqDGjpsHzeQie82mDQXSF9hj7nAH","cleaned_up":[1,18,0],"reverted":1},
{"name":"move_serialized_len_ptr_in_cpi","pubkey": "74CoWuBmt3rUVUrCb2JiSTvh6nXyBWUsK4SaMj3CtE3T","cleaned_up":[1,18,0],"activated_on_all_clusters":1},
Expand Down
Loading