This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
solana_rbpf v0.3.0
- #455: Cleanup - Error message wording "at BPF instruction"
- #454: Verifier - Stricter control flow
- #453: Fix - Checkes
enable_instruction_meter
consistently at the callee - #451: Fix - Interpreter not limiting the instruction meter on the final
exit
- #449: Refactor - remove
EbpfError::UserError
, useBox<dyn std::error::Error>
instead