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

include permissions account in instructions #42

Merged
merged 9 commits into from
Jun 28, 2024

Conversation

ayazabbas
Copy link
Contributor

@ayazabbas ayazabbas commented Jun 27, 2024

  • include permissions account in instructions
  • re-order operations in sync to ensure permissions account is setup before other instructions execute
  • update tests
  • delete oracle file from git
  • download latest oracle from pyth-client repo for testing
  • use pyright and pyflakes as we do in other projects
  • minor type changes to satisfy linting

@ayazabbas ayazabbas requested a review from thmzlt June 27, 2024 12:52
await self.send_transaction(
authority_instructions, authority_signers
)
else:
Copy link
Contributor

Choose a reason for hiding this comment

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

I see you removed the optional wrapper around ref auth permissions, but here it implies that it can be nil, right?

@ayazabbas ayazabbas merged commit edf8567 into main Jun 28, 2024
2 checks passed
@ayazabbas ayazabbas deleted the AA_include-permissions-account branch June 28, 2024 09:40
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