Skip to content
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

ed25519: enable feature gate in generator #60

Merged
merged 1 commit into from
Jul 10, 2024
Merged

Conversation

0x0ece
Copy link
Contributor

@0x0ece 0x0ece commented Jul 10, 2024

@@ -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()])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's no longer needed. an instruction can now have 0 accounts
(the tx must have 1+ account, in this case the program)

@0x0ece 0x0ece merged commit 70c885d into main Jul 10, 2024
1 check passed
@0x0ece 0x0ece deleted the 0x0ece/verify-strict branch July 10, 2024 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants