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

solana_rbpf v0.2.32

Compare
Choose a tag to compare
@Lichtso Lichtso released this 15 Aug 07:46
· 221 commits to main since this release
fbff683
  • #362: Refactor the way memory mapping, syscalls and instruction tracer are passed to programs
  • #372: Remove unused ElfParser::symbol() method
  • #361: Make EbpfError enum discriminant size explicit
  • #368: Refactor - AlignedMemory::resize()
  • #348: Introduce new ELF parser
  • #360: AlignedMemory: use calloc to get zeroed memory
  • #357: Fixes the missing entrypoint in the "disassemble" example
  • #353: Cleanup old feature gates
  • #351: AlignedMemory tweaks
  • #350: CI - generate test coverage
  • #349: fix nit
  • #347: use native types
  • #346: Remove unused helpers
  • #345: audit nits