Skip to content

solana_rbpf v0.2.14

Compare
Choose a tag to compare
@Lichtso Lichtso released this 23 Jul 13:15
· 355 commits to main since this release
302de4d

Features

  • #200 R_BPF_64_64 relocations
  • #197 JIT Stopwatch

Security

  • #191 JIT instruction meter checkpoints

Performance

  • #196 Improve Address Translation Performance without Breaking Changes
  • #192 Stop Inlining Address Translation

Fixes

  • #203 Fix JIT instruction meter in syscall & unresolved symbol exceptions
  • #190 Fix JIT instruction meter limit reached before exception

Other Changes

  • #202 Refactoring: Default & Test Instruction Meter
  • #201 Make Verifier Restriction on MUL64_IMM Configurable
  • #195 Bump Dependency: Thiserror