Programming Model
Buffer Account
📖O que é
A temporary account used during Solana program deployment to hold the program's ELF binary before it is written to the program data account. The deployer creates a buffer account, uploads the compiled SBF binary in chunks via the Upgradeable BPF Loader's Write instruction, and then issues a Deploy or Upgrade instruction that copies the buffer contents to the final program data account. Buffer accounts can be closed after deployment to reclaim rent.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
Upgradeable BPF LoaderProgramming Model
The current BPF Loader (BPFLoaderUpgradeab1e111...) that supports deploying and upgrading …
Ver termo →Program Data AccountProgramming Model
The account that stores the actual SBF ELF bytecode for an upgradeable program. It is sepa…
Ver termo →ELF BinaryProgramação
Executable and Linkable Format — the binary format used for deployed Solana programs. Rust…
Ver termo →