-
Notifications
You must be signed in to change notification settings - Fork 17
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
solana: adjustments to proposals #10
Conversation
05f6c7c
to
6f60709
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@deekerno can you also fix the propose new auction parameters instruction to use AdminCustodian
, too, since the custodian no longer has to be mutable?
solana/programs/matching-engine/src/processor/admin/update/auction_parameters.rs
Outdated
Show resolved
Hide resolved
5a8cbbc
to
e5887ad
Compare
solana/programs/matching-engine/src/processor/admin/update/auction_parameters.rs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will fix reverting with a specific error on owner check in a subsequent PR.
Description
This PR makes a few adjustments to the proposals workflow.
Testing Steps
Tests should pass.