👎Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.Structs§
- SVMTransaction
Execution AndFee Budget Limits Deprecated - SVMTransaction
Execution Budget Deprecated - SVMTransaction
Execution Cost Deprecated
Constants§
- DEFAULT_
HEAP_ COST Deprecated - Roughly 0.5us/page, where page is 32K; given roughly 15CU/us, the default heap page cost = 0.5 * 15 ~= 8CU/page
- DEFAULT_
INSTRUCTION_ COMPUTE_ UNIT_ LIMIT Deprecated - DEFAULT_
INVOCATION_ COST Deprecated - INVOKE_
UNITS_ COST_ SIMD_ 0339 Deprecated - MAX_
BUILTIN_ ALLOCATION_ COMPUTE_ UNIT_ LIMIT Deprecated - MAX_
CALL_ DEPTH Deprecated - Max call depth. This is the maximum nesting of SBF to SBF call that can happen within a program.
- MAX_
COMPUTE_ UNIT_ LIMIT Deprecated - MAX_
HEAP_ FRAME_ BYTES Deprecated - MAX_
INSTRUCTION_ STACK_ DEPTH Deprecated - Max instruction stack depth. This is the maximum nesting of instructions that can happen during a transaction.
- MAX_
INSTRUCTION_ STACK_ DEPTH_ SIMD_ 0268 Deprecated - Max instruction stack depth with SIMD-0268 enabled. Allows 8 nested CPIs.
- MAX_
LOADED_ ACCOUNTS_ DATA_ SIZE_ BYTES Deprecated - The total accounts data a transaction can load is limited to 64MiB to not break anyone in Mainnet-beta today. It can be set by set_loaded_accounts_data_size_limit instruction
- MIN_
HEAP_ FRAME_ BYTES Deprecated - STACK_
FRAME_ SIZE Deprecated - The size of one SBF stack frame.