Skip to content
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 @@ -1622,8 +1622,8 @@ fd_feature_id_t const ids[] = {
.cleaned_up = {UINT_MAX, UINT_MAX, UINT_MAX} },

{ .index = offsetof(fd_features_t, reenable_zk_elgamal_proof_program)>>3,
.id = {"\x0e\xcb\x76\x6d\x26\x21\xec\xbb\xf2\xbc\x2e\x97\x6c\x5b\xa0\x50\x3c\xcc\xe4\xb5\x24\xba\x7b\x74\x4e\xf8\x46\x28\x79\xe1\x8d\x2c"},
/* zkemPXcuM3G4wpMDZ36Cpw34EjUpvm1nuioiSGbGZPR */
.id = {"\x0e\xcb\x77\x7b\xf6\x9d\xf6\x8d\x1b\x18\x4f\x01\x92\x0b\x7a\xeb\x3e\xdb\xa9\x90\x18\xe6\x91\xfe\xe4\xb9\x4a\x61\xc3\xbc\xc5\x9a"},
/* zkeygbBwEGgThKda6nVFVUjJHSYXbwydbmaPUeNQbmK */
.name = "reenable_zk_elgamal_proof_program",
.cleaned_up = {UINT_MAX, UINT_MAX, UINT_MAX} },

Expand Down Expand Up @@ -1900,7 +1900,7 @@ fd_feature_id_query( ulong prefix ) {
case 0x494f963ae12b5106: return &ids[ 233 ];
case 0x210aba8db8103506: return &ids[ 234 ];
case 0xec3a4c069e71cb0e: return &ids[ 235 ];
case 0xbbec21266d76cb0e: return &ids[ 236 ];
case 0x8df69df67b77cb0e: return &ids[ 236 ];
case 0xe72f76507222e3bb: return &ids[ 237 ];
case 0x7170cf84367fbb1a: return &ids[ 238 ];
case 0xa9e3bfbaf8d67260: return &ids[ 239 ];
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 @@ -248,7 +248,7 @@ union fd_features {
/* 0x494f963ae12b5106 */ ulong vote_only_retransmitter_signed_fec_sets;
/* 0x210aba8db8103506 */ ulong mask_out_rent_epoch_in_vm_serialization;
/* 0xec3a4c069e71cb0e */ ulong disable_zk_elgamal_proof_program;
/* 0xbbec21266d76cb0e */ ulong reenable_zk_elgamal_proof_program;
/* 0x8df69df67b77cb0e */ ulong reenable_zk_elgamal_proof_program;
/* 0xe72f76507222e3bb */ ulong formalize_loaded_transaction_data_size;
/* 0x7170cf84367fbb1a */ ulong enable_extend_program_checked;
/* 0xa9e3bfbaf8d67260 */ ulong require_static_nonce_account;
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 @@ -235,7 +235,7 @@
{"name":"vote_only_retransmitter_signed_fec_sets","pubkey":"RfEcA95xnhuwooVAhUUksEJLZBF7xKCLuqrJoqk4Zph"},
{"name":"mask_out_rent_epoch_in_vm_serialization","pubkey":"RENtePQcDLrAbxAsP3k8dwVcnNYQ466hi2uKvALjnXx"},
{"name":"disable_zk_elgamal_proof_program","pubkey":"zkdoVwnSFnSLtGJG7irJPEYUpmb4i7sGMGcnN6T9rnC"},
{"name":"reenable_zk_elgamal_proof_program","pubkey":"zkemPXcuM3G4wpMDZ36Cpw34EjUpvm1nuioiSGbGZPR"},
{"name":"reenable_zk_elgamal_proof_program","pubkey":"zkeygbBwEGgThKda6nVFVUjJHSYXbwydbmaPUeNQbmK","old":"zkemPXcuM3G4wpMDZ36Cpw34EjUpvm1nuioiSGbGZPR"},
{"name":"formalize_loaded_transaction_data_size","pubkey":"DeS7sR48ZcFTUmt5FFEVDr1v1bh73aAbZiZq3SYr8Eh8","hardcode_for_fuzzing":1},
{"name":"enable_extend_program_checked","pubkey":"2oMRZEDWT2tqtYMofhmmfQ8SsjqUFzT6sYXppQDavxwz"},
{"name":"require_static_nonce_account","pubkey":"7VVhpg5oAjAmnmz1zCcSHb2Z9ecZB2FQqpnEwReka9Zm"},
Expand Down
Loading