Skip to content

solana_rbpf v0.7.2

Compare
Choose a tag to compare
@Lichtso Lichtso released this 25 Sep 13:10
· 83 commits to main since this release
9bfa436
  • #523: Fix - make sure RSP is 16 byte aligned when we call into rust code
  • #514: Fix - correctly load the StableResult discriminant in emit_result_is_err
  • #522: Feature - Restricts the final instruction in each function to be diverted
  • #521: CI - Adds messages to assertions in the execution tests
  • #518: Fix - Missing BPF_MUL result sign extension
  • #519: CI - Missing coverage for syscalls in test_code_length_estimate()