Releases: solana-labs/rbpf
Releases · solana-labs/rbpf
solana_rbpf v0.1.6
- Allow ELFs with no
.rodata
section - Respect ELFs entrypoint
- Improve unresolved symbol error reporting
solana_rbpf v0.1.5
- Switch to loading ELF shared objects (.so)
solana_rbpf v0.1.4
- Switch Set/Get instruction_count types from usize to u64
- Ensure verifier is called in all cases
- Remove div/0 that is introduced for valid mod operations. This is temporary until div/0 is handled correctly for all cases. This only affects jit programs.
solana_rbpf v0.1.3
- Add support BPF programs in ELF files
- Added new API that allows the registration of helpers by name and takes a helper parameter verification function.
solana_rbpf v0.1.2
- Add an API that allows the user to cap the number of instructions executed.
- Add an API to query the number of instructions executed.