Programming Model
Upgradeable BPF Loader
Também chamado de:BPFLoaderUpgradeable
📖O que é
The current BPF Loader (BPFLoaderUpgradeab1e111...) that supports deploying and upgrading programs. It creates three accounts: the program account (thin proxy with executable flag), the program data account (holds the actual ELF bytecode), and records the upgrade authority. Programs can be made immutable by setting the authority to None.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
BPF LoaderProgramming Model
A built-in program that loads and executes SBF programs. Solana has multiple loader versio…
Ver termo →Program Data AccountProgramming Model
The account that stores the actual SBF ELF bytecode for an upgradeable program. It is sepa…
Ver termo →Upgrade AuthorityProgramming Model
The pubkey authorized to upgrade a program's bytecode via the Upgradeable BPF Loader. Only…
Ver termo →