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

solana: Warn when the upgrade authority is not revoked following deployment #441

Open
johnsaigle opened this issue May 1, 2024 · 0 comments
Labels
solana Change to Solana programs tooling

Comments

@johnsaigle
Copy link
Collaborator

Some NTT implementations may wish to make the program immutable, for example in the case of a governance program that itself can update an NTT deployment.

To do this, the upgrade authority of the Solana contract should be revoked (set to None).

The configuration-verification tooling should warn when that he upgrade authority should be revoked. If an integrator wants a mutable program, they can ignore the warning.

@johnsaigle johnsaigle added tooling solana Change to Solana programs labels May 1, 2024
@johnsaigle johnsaigle changed the title solana: Ensure that the upgrade authority on the Goverance program after deployment solana: Warn when the upgrade authority is not revoked following deployment May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solana Change to Solana programs tooling
Projects
None yet
Development

No branches or pull requests

1 participant