-
Notifications
You must be signed in to change notification settings - Fork 48
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
chore: add verifiable build, reenable programs to be registered signer check #1182
Conversation
…ound for tests without hardcoding program keypairs
@@ -17,7 +17,7 @@ pub struct RegisterProgramToGroup<'info> { | |||
#[account( mut, constraint= authority.key() == group_authority_pda.authority @AccountCompressionErrorCode::InvalidAuthority)] | |||
pub authority: Signer<'info>, | |||
/// CHECK: TODO: check that upgrade authority is signer. |
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.
remove todo ?
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.
want to keep this todo for a next release
@@ -25,7 +25,7 @@ pub struct RegisterProgram<'info> { | |||
pub registered_program_pda: AccountInfo<'info>, | |||
/// CHECK: (account compression program). TODO: check that a signer is the upgrade authority. |
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.
remove todo?
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.
want to keep this todo for a next release
Changes: