Skip to content

solana_rbpf v0.1.4

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