This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
solana_rbpf v0.8.0
- #545: Refactor - Adds generic type parameter to
declare_builtin_function!()
- #543: Feature -
EbpfVm::invoke_function()
- #542: Minor Fixes
- #541: Cleanup - Removes
ELF_INSN_DUMP_OFFSET
- #537: Add error message when elf_parser fails on long section names
- #536: Refactor - Improve syscall errors
- #535: Refactor - vm interface of
BuiltinFunction
s - #534: Refactor - Optimize JIT registers
- #533: Refactor - Adds a reference to the loader in the VM
- #531: Refactor - Replaces hard coded register names with constants in JIT
- #530: Refactor - Adds macro
declare_builtin_function
- #529: Refactor - Store exception pc back in vm
- #527: Refactor - Error handling
- #526: Refactor - Moves
SBPFVersion
,FunctionRegistry
,BuiltinFunction
andBuiltinProgram
into a new file