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

solana_rbpf v0.2.38

Compare
Choose a tag to compare
@Lichtso Lichtso released this 08 Dec 12:04
· 167 commits to main since this release
5a6a7a3
  • #429: Fix - Monorepo build
  • #428: Refactor - Pass Config in BuiltInProgram::new_loader()
  • #427: Recompiled all ELFs with SBFv2
  • #426: Refactor - Move function names in BuiltInPrograms
  • #425: Refactor - Rename SyscallRegistry to BuiltInProgram
  • #412: Refactor - disassemble_instruction() in order to get rid of generic
  • #423: Refactor - Removes redundant Interpreter wrapping in debugger
  • #422: Feature - Memory management on Windows
  • #413: Refactor - Wraps SyscallRegistry in std::sync::Arc
  • #421: Refactor - Remove RuntimeEnvironment::frame_pointer
  • #420: Refactor - Unify handling of ProgramResult
  • #419: Refactor - AccessViolation pc
  • #418: Refactor - Control registers and entry of Interpreter in VM
  • #417: Refactor - Simplifies the call stack handling inside the Interpreter
  • #416: Cleanup - cfg, cargo fmt and clippy
  • #415: Cleanup - JitCompiler and JitProgram
  • #414: Refactor - RuntimeEnvironment