Skip to content

solana_rbpf v0.8.0

Latest
Compare
Choose a tag to compare
@Lichtso Lichtso released this 19 Oct 13:07
· 13 commits to main since this release
b503a18
  • #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 BuiltinFunctions
  • #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 and BuiltinProgram into a new file