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

solana_rbpf v0.2.16

Compare
Choose a tag to compare
@Lichtso Lichtso released this 29 Nov 18:29
· 336 commits to main since this release
c147648

Fixes

  • #231 Removes the Executable dyn Trait
  • #228 Fix: Bytes at end of instruction stream

Other Changes

  • #233 Make symbol and section labels optional
  • #232 Adds vm::Config::reject_section_virtual_address_file_offset_mismatch

Test Builds

  • #230 Remove CI actions using nightly rust and continue-on-error setting
  • #229 Enable CI actions to run only for events on main branch
  • #227 Migrate CI from travis-ci to github actions