Skip to content

solana_rbpf v0.2.34

Compare
Choose a tag to compare
@Lichtso Lichtso released this 06 Oct 11:28
· 203 commits to main since this release
92e4765
  • #391: Fix - interface of bencher in nightly test crate
  • #389: Refactor AlignedMemory
  • #388: Refactor - Move EbpfVm::bind_syscall_context_object() to EbpfVm::new()
  • #387: Refactor - Reduces having one syscall context object per syscall to having one per vm instance
  • #386: Fix - Adds StableResult
  • #385: Refactor - Replaces syscalls::Result by vm::ProgramResult
  • #384: Refactor - Removes generic UserError from EbpfError