solana_rbpf v0.2.34
- #391: Fix - interface of bencher in nightly test crate
- #389: Refactor
AlignedMemory
- #388: Refactor - Move
EbpfVm::bind_syscall_context_object()
toEbpfVm::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
byvm::ProgramResult
- #384: Refactor - Removes generic
UserError
fromEbpfError