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

Move "await_prepare" logic into authorize #2533

Open
kdenhartog opened this issue May 24, 2024 · 1 comment
Open

Move "await_prepare" logic into authorize #2533

kdenhartog opened this issue May 24, 2024 · 1 comment
Assignees
Labels
production/solana-invite blocking issues to start issuing more invites security

Comments

@kdenhartog
Copy link
Member

By moving this into the authorize logic so we make sure that both operators who are approving the transaction list are also checking that the transaction list is correct before authorizing the transactions. This would mean prepare would be ran by a single operator and be more like a "fire and forget" command where as authorize would be ran by multiple operators still and the transaction list will be validated by multiple operators too.

@kdenhartog kdenhartog self-assigned this May 24, 2024
@kdenhartog kdenhartog added security production/solana-invite blocking issues to start issuing more invites labels Jul 22, 2024
@kdenhartog
Copy link
Member Author

I'd like to see us get to a point where the operator tooling is in a pretty stable state before we start issuing more invites, so this seems like a good one to keep as blocking at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
production/solana-invite blocking issues to start issuing more invites security
Projects
None yet
Development

No branches or pull requests

1 participant