Skip to content

Commit

Permalink
ed25519: enable feature gate in generator (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0ece authored Jul 10, 2024
1 parent c9a890f commit 70c885d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/ed25519.py
Original file line number Diff line number Diff line change
Expand Up @@ -1533,7 +1533,7 @@ def _into_key_data(key_prefix, test_vectors):
account.address = program_id
account.owner = program_owner
instr_ctx.accounts.extend([account])
instr_ctx.instr_accounts.extend([invoke_pb.InstrAcct()])
instr_ctx.epoch_context.features.features.extend([0x91a7af96555ea309])

serialized_instr = instr_ctx.SerializeToString(deterministic=True)
filename = str(key) + "_" + hashlib.sha3_256(serialized_instr).hexdigest()[:16]
Expand Down

0 comments on commit 70c885d

Please sign in to comment.