Skip to content

Releases: solana-labs/rbpf

solana_rbpf v0.1.5

05 Dec 00:18
Compare
Choose a tag to compare
  • Switch to loading ELF shared objects (.so)

solana_rbpf v0.1.4

14 Nov 18:21
9024cf8
Compare
Choose a tag to compare
  • 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

06 Nov 19:33
Compare
Choose a tag to compare
  • 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

31 Oct 06:02
b15330d
Compare
Choose a tag to compare
  • Add an API that allows the user to cap the number of instructions executed.
  • Add an API to query the number of instructions executed.