Immutable Program
A Solana program whose upgrade authority has been set to None, permanently preventing any future bytecode changes. Once a program is made immutable, its on-chain code can never be modified, providing the strongest guarantee to users that the program logic they interact with will not change. Immutability is achieved by invoking the Upgradeable BPF Loader's SetAuthority instruction with None. This is irreversible and should only be done after thorough auditing and testing.
Sua exploração
0 termos visitados no totalTermos Relacionados
The pubkey authorized to upgrade a program's bytecode via the Upgradeable BPF Loader. Only…
Ver termo →The current BPF Loader (BPFLoaderUpgradeab1e111...) that supports deploying and upgrading …
Ver termo →A reproducible build process that proves deployed on-chain program bytecode was compiled f…
Ver termo →