This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
solana_rbpf v0.1.24
- Switch from
io::error
tothiserror
- Use generics to allow clients who register helper functions and verifiers to return their own errors transparently through the VM. One benefit of this is allowing helper functions to return native client errors directly.