Skip to content

Commit f4d66b3

Browse files
authored
3.1 rekeys (#7216)
1 parent 7224f07 commit f4d66b3

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

src/flamenco/features/fd_features_generated.c

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,8 @@ fd_feature_id_t const ids[] = {
15041504
.id = {"\x08\xe8\xaa\x2e\x13\xc5\xc5\x54\xe2\xc3\xb4\x0e\x26\xb4\x64\x3b\xc7\xcb\x89\x6c\xc0\x06\x05\xaa\x65\x7f\x3a\x3d\x30\xee\xf9\x05"},
15051505
/* bn2puAyxUx6JUabAxYdKdJ5QHbNNmKw8dCGuGCyRrFN */
15061506
.name = "fix_alt_bn128_multiplication_input_length",
1507-
.cleaned_up = {UINT_MAX, UINT_MAX, UINT_MAX} },
1507+
.cleaned_up = {3, 1, 0},
1508+
.hardcode_for_fuzzing = 1 },
15081509

15091510
{ .index = offsetof(fd_features_t, lift_cpi_caller_restriction)>>3,
15101511
.id = {"\xf6\xd3\x41\xcb\x4b\xa2\x65\x9e\xac\xe7\x83\xef\x30\xe5\xfc\xc1\x9a\x94\x8b\x9b\x00\xba\x8a\xad\xf5\x2a\x6b\x9f\x65\x24\x5e\xc8"},
@@ -1668,14 +1669,14 @@ fd_feature_id_t const ids[] = {
16681669
.cleaned_up = {UINT_MAX, UINT_MAX, UINT_MAX} },
16691670

16701671
{ .index = offsetof(fd_features_t, stricter_abi_and_runtime_constraints)>>3,
1671-
.id = {"\xb1\xb1\x8b\xfe\x0c\x8c\xa8\x90\xaf\x61\x7d\x45\x2d\x08\xd5\x33\x88\xea\x0b\x0b\x87\x1f\xb6\x1c\x38\xc8\xeb\x19\x0f\xd7\x9f\x0a"},
1672-
/* CxeBn9PVeeXbmjbNwLv6U4C6svNxnC4JX6mfkvgeMocM */
1672+
.id = {"\x0c\xdc\xaa\x60\x4d\xd8\x04\x50\x19\x27\xdb\xa5\x2d\x2a\x39\xcf\x51\xdb\xc9\xae\xd8\x06\xc9\xda\x36\x46\xb8\xf2\x41\x40\x59\xed"},
1673+
/* sD3uVpaavUXQRvDXrMFCQ2CqLqnbz5mK8ttWNXbtD3r */
16731674
.name = "stricter_abi_and_runtime_constraints",
16741675
.cleaned_up = {UINT_MAX, UINT_MAX, UINT_MAX} },
16751676

16761677
{ .index = offsetof(fd_features_t, account_data_direct_mapping)>>3,
1677-
.id = {"\x83\xaf\x45\x7d\x2d\x4b\x60\xe8\xb6\x8b\xde\xea\x1f\x99\x51\x97\x42\x3e\x2d\x9a\xd0\xe0\x8c\xa8\x44\x7f\x6a\xd4\x68\x43\x4e\x19"},
1678-
/* 9s3RKimHWS44rJcJ9P1rwCmn2TvMqtZQBmz815ZUUHqJ */
1678+
.id = {"\xb5\xfa\x43\x42\x67\x5e\x0c\x52\x3d\x10\xad\xbb\x78\x84\x1f\x16\x92\x1f\xf2\xb6\xe7\xcd\xe9\x60\x60\x84\x9a\xfd\x12\xb1\x01\x39"},
1679+
/* DFN8MyKpQqFW31qczcahgnnxcAHQc6P94wtTEX5EP1RA */
16791680
.name = "account_data_direct_mapping",
16801681
.cleaned_up = {UINT_MAX, UINT_MAX, UINT_MAX} },
16811682

@@ -1928,8 +1929,8 @@ fd_feature_id_query( ulong prefix ) {
19281929
case 0x3711b30f40730240: return &ids[ 240 ];
19291930
case 0xc1309d1b0ae3e80c: return &ids[ 241 ];
19301931
case 0x5c64cc1a9be3790a: return &ids[ 242 ];
1931-
case 0x90a88c0cfe8bb1b1: return &ids[ 243 ];
1932-
case 0xe8604b2d7d45af83: return &ids[ 244 ];
1932+
case 0x5004d84d60aadc0c: return &ids[ 243 ];
1933+
case 0x520c5e674243fab5: return &ids[ 244 ];
19331934
default: break;
19341935
}
19351936
return NULL;

src/flamenco/features/fd_features_generated.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ union fd_features {
259259
/* 0x3711b30f40730240 */ ulong enable_vote_address_leader_schedule;
260260
/* 0xc1309d1b0ae3e80c */ ulong enshrine_slashing_program;
261261
/* 0x5c64cc1a9be3790a */ ulong raise_account_cu_limit;
262-
/* 0x90a88c0cfe8bb1b1 */ ulong stricter_abi_and_runtime_constraints;
263-
/* 0xe8604b2d7d45af83 */ ulong account_data_direct_mapping;
262+
/* 0x5004d84d60aadc0c */ ulong stricter_abi_and_runtime_constraints;
263+
/* 0x520c5e674243fab5 */ ulong account_data_direct_mapping;
264264
};
265265
};

src/flamenco/features/feature_map.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
{"name":"enable_get_epoch_stake_syscall","pubkey":"FKe75t4LXxGaQnVHdUKM6DSFifVVraGZ8LyNo7oPwy1Z","old":"7mScTYkJXsbdrcwTQRs7oeCSXoJm4WjzBsRyf8bCU3Np"},
217217
{"name":"disable_account_loader_special_case","pubkey":"EQUMpNFr7Nacb1sva56xn1aLfBxppEoSBH8RRVdkcD1x","cleaned_up":[2,2,0],"hardcode_for_fuzzing":1},
218218
{"name":"remove_accounts_executable_flag_checks","pubkey":"FXs1zh47QbNnhXcnB6YiAQoJ4sGB91tKF3UFHLcKT7PM","old":"FfgtauHUWKeXTzjXkua9Px4tNGBFHKZ9WaigM5VbbzFx","hardcode_for_fuzzing":1},
219-
{"name":"fix_alt_bn128_multiplication_input_length","pubkey":"bn2puAyxUx6JUabAxYdKdJ5QHbNNmKw8dCGuGCyRrFN"},
219+
{"name":"fix_alt_bn128_multiplication_input_length","pubkey":"bn2puAyxUx6JUabAxYdKdJ5QHbNNmKw8dCGuGCyRrFN","cleaned_up":[3,1,0],"hardcode_for_fuzzing":1},
220220
{"name":"lift_cpi_caller_restriction","pubkey":"HcW8ZjBezYYgvcbxNJwqv1t484Y2556qJsfNDWvJGZRH","reverted":1},
221221
{"name":"accounts_lt_hash","pubkey":"LTHasHQX6661DaDD4S6A2TFi6QBuiwXKv66fB1obfHq","old":"LtHaSHHsUge7EWTPVrmpuexKz6uVHZXZL6cgJa7W7Zn","cleaned_up":[3,0,0],"hardcode_for_fuzzing":1},
222222
{"name":"remove_accounts_delta_hash","pubkey":"LTdLt9Ycbyoipz5fLysCi1NnDnASsZfmJLJXts5ZxZz","cleaned_up":[3,0,0],"hardcode_for_fuzzing":1},
@@ -242,6 +242,6 @@
242242
{"name":"enable_vote_address_leader_schedule","pubkey":"5JsG4NWH8Jbrqdd8uL6BNwnyZK3dQSoieRXG5vmofj9y"},
243243
{"name":"enshrine_slashing_program","pubkey":"sProgVaNWkYdP2eTRAy1CPrgb3b9p8yXCASrPEqo6VJ"},
244244
{"name":"raise_account_cu_limit","pubkey":"htsptAwi2yRoZH83SKaUXykeZGtZHgxkS2QwW1pssR8"},
245-
{"name":"stricter_abi_and_runtime_constraints","pubkey":"CxeBn9PVeeXbmjbNwLv6U4C6svNxnC4JX6mfkvgeMocM"},
246-
{"name":"account_data_direct_mapping","pubkey":"9s3RKimHWS44rJcJ9P1rwCmn2TvMqtZQBmz815ZUUHqJ"}
245+
{"name":"stricter_abi_and_runtime_constraints","pubkey":"sD3uVpaavUXQRvDXrMFCQ2CqLqnbz5mK8ttWNXbtD3r"},
246+
{"name":"account_data_direct_mapping","pubkey":"DFN8MyKpQqFW31qczcahgnnxcAHQc6P94wtTEX5EP1RA"}
247247
]

0 commit comments

Comments
 (0)