4448-OGin448.africa·Aug 12, 2025 · 6 min readSVM Series 04: TransactionBatchProcessorWhat is TransactionBatchProcessor? The TransactionBatchProcessor handles validation and execution of sanitized batched transactions within the SVM acting as the central interface for the whole transaction execution pipeline. // TransactionBatchProces...00
4448-OGin448.africa·Aug 7, 2025 · 6 min readSVM Series 03: Compute Budget & SyscallsThe SVM requires compute budget limits and syscalls that programs can call to perform certain tasks. Compute Budget What is the Compute Budget & Compute Budget Program? The compute budget defines the maximum compute units (CU) a transaction can consu...00
4448-OGin448.africa·Aug 6, 2025 · 5 min readSVM Series 02: SVM Feature Activation & ManagementWhat are features? Feature activation refers to a community-governed process for enabling new non-controversial network primitives on the Solana network through validator voting based on stake weight. An example of this is SIMD 220 which improves val...00
4448-OGin448.africa·Aug 6, 2025 · 3 min readSVM SeriesDeep dive into Solana Virtual Machine (SVM). Some knowledge of Solana architecture like Ledger,Bank,AccountsDB and transactions is required to go through this series. An overview of the SVM API used in this series of articles can be found at Anza’s S...00
4448-OGin448.africa·Jul 18, 2024 · 9 min readToken Accounts - Solana SPL TokenAn account in Solana is an contiguous area of memory occupied by some bytes where these bytes represent state. In this article we will look at Token Accounts as specified in the Token Extensions (Token 2022). Token accounts are used to store the info...00