Skip to content

Commit

Permalink
features: update timely_vote_credits
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0ece committed May 2, 2024
1 parent e9b572f commit 22ded4e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 @@ -940,8 +940,8 @@ fd_feature_id_t const ids[] = {
.name = "enable_poseidon_syscall" },

{ .index = offsetof(fd_features_t, timely_vote_credits)>>3,
.id = {"\x1a\xc7\x41\x11\xf0\x44\xfa\x86\x3f\x13\x7e\xa6\x7a\xb2\xd4\x6e\x16\x10\x57\xe6\x96\x23\x5f\x27\xa8\xe5\xf0\x4c\xe8\xf1\x65\x23"},
/* 2oXpeh141pPZCTCFHBsvCwG2BtaHZZAtrVhwaxSy6brS */
.id = {"\x0d\x4d\x3c\x51\x23\x21\xd3\xe9\x47\x3d\xc8\x19\x36\x5e\x45\xf8\x09\x81\x7b\xaf\xff\x69\x17\x9f\x2e\x58\x3d\xf1\x6e\xc8\x10\x6b"},
/* tvcF6b1TRz353zKuhBjinZkKzjmihXmBAHJdjNYw1sQ */
.name = "timely_vote_credits" },

{ .index = offsetof(fd_features_t, remaining_compute_units_syscall_enabled)>>3,
Expand Down Expand Up @@ -1289,7 +1289,7 @@ fd_feature_id_query( ulong prefix ) {
case 0x74b022574093eeec: return &ids[ 160 ];
case 0x81b8fd99bea25f9b: return &ids[ 161 ];
case 0x3cbf822ccb2eebd4: return &ids[ 162 ];
case 0x86fa44f01141c71a: return &ids[ 163 ];
case 0xe9d32123513c4d0d: return &ids[ 163 ];
case 0x64205286d7935342: return &ids[ 164 ];
case 0x97f912be04ecd673: return &ids[ 165 ];
case 0x4b241cb4c6f3b3b2: return &ids[ 166 ];
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 @@ -176,7 +176,7 @@ union fd_features {
/* 0x74b022574093eeec */ ulong reduce_stake_warmup_cooldown;
/* 0x81b8fd99bea25f9b */ ulong revise_turbine_epoch_stakes;
/* 0x3cbf822ccb2eebd4 */ ulong enable_poseidon_syscall;
/* 0x86fa44f01141c71a */ ulong timely_vote_credits;
/* 0xe9d32123513c4d0d */ ulong timely_vote_credits;
/* 0x64205286d7935342 */ ulong remaining_compute_units_syscall_enabled;
/* 0x97f912be04ecd673 */ ulong enable_program_runtime_v2_and_loader_v4;
/* 0x4b241cb4c6f3b3b2 */ ulong require_rent_exempt_split_destination;
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 @@ -162,7 +162,7 @@
{"name":"reduce_stake_warmup_cooldown","pubkey": "GwtDQBghCTBgmX2cpEGNPxTEBUTQRaDMGTr5qychdGMj","hardcoded":1},
{"name":"revise_turbine_epoch_stakes","pubkey": "BTWmtJC8U5ZLMbBUUA1k6As62sYjPEjAiNAT55xYGdJU"},
{"name":"enable_poseidon_syscall","pubkey": "FL9RsQA6TVUoh5xJQ9d936RHSebA1NLQqe3Zv9sXZRpr"},
{"name":"timely_vote_credits","pubkey": "2oXpeh141pPZCTCFHBsvCwG2BtaHZZAtrVhwaxSy6brS"},
{"name":"timely_vote_credits","pubkey": "tvcF6b1TRz353zKuhBjinZkKzjmihXmBAHJdjNYw1sQ"},
{"name":"remaining_compute_units_syscall_enabled","pubkey": "5TuppMutoyzhUSfuYdhgzD47F92GL1g89KpCZQKqedxP"},
{"name":"enable_program_runtime_v2_and_loader_v4","pubkey": "8oBxsYqnCvUTGzgEpxPcnVf7MLbWWPYddE33PftFeBBd"},
{"name":"require_rent_exempt_split_destination","pubkey": "D2aip4BBr8NPWtU9vLrwrBvbuaQ8w1zV38zFLxx4pfBV"},
Expand Down
2 changes: 1 addition & 1 deletion src/flamenco/runtime/tests/fd_exec_sol_compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static ulong supported_features[] =
0x6d22c4ce75df6f0b, // stake_merge_with_unmatched_credits_observed
0x4b241cb4c6f3b3b2, // require_rent_exempt_split_destination
0x74326f811fd7d861, // vote_state_add_vote_latency
0x86fa44f01141c71a, // timely_vote_credits
0xe9d32123513c4d0d, // timely_vote_credits
0x5795654d01457757, // vote_authorize_with_seed
0x8a8eb9085ca2bb0b, // commission_updates_only_allowed_in_first_half_of_epoch
0x7bc99a080444c8d9, // allow_votes_to_directly_update_vote_state
Expand Down

0 comments on commit 22ded4e

Please sign in to comment.