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

solana_rbpf v0.3.0

Compare
Choose a tag to compare
@Lichtso Lichtso released this 04 Apr 11:59
· 145 commits to main since this release
44487c3
  • #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, use Box<dyn std::error::Error> instead