Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

solana_rbpf v0.2.36

Compare
Choose a tag to compare
@Lichtso Lichtso released this 14 Nov 23:05
· 187 commits to main since this release
adb5ed3
  • #407: Refactor - Moves some members of EbpfVm into Interpreter
  • #406: Refactor - Merge execute_program()
  • #405: Refactor - Return instruction count after execution
  • #404: Refactor - Merge Tracer into ContextObject
  • #403: Remove - 'static lifetime constraints
  • #402: Refactor - Frees up R10 in JIT
  • #401: Refactor - Use ContextObject type in syscalls
  • #400: Refactor - ContextObject
  • #398: Fix - nightly lints
  • #397: Refactor - Restrict callx to registered functions
  • #396: Refactor - Enforces explicit declaration of functions in assembler
  • #395: Refactor - FunctionRegistry
  • #394: Refactor - Stop hashing when static syscalls is active