solana_rbpf v0.7.2
- #523: Fix - make sure RSP is 16 byte aligned when we call into rust code
- #514: Fix - correctly load the
StableResult
discriminant inemit_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()