Skip to content

v0.30.0

Compare
Choose a tag to compare
@kevaundray kevaundray released this 21 May 14:58
af57471

0.30.0 (2024-05-20)

⚠ BREAKING CHANGES

Features

Bug Fixes

  • Compute the correct slice length when coercing from a literal array of complex types (#4986) (f3f1150)
  • Defer overflow checks for unsigned integers to acir-gen (#4832) (b577761)
  • Fix no predicates for brillig with intermediate functions (#5015) (9c6de4b)
  • Fixed several vulnerabilities in U128, added some tests (#5024) (e5ab24d)
  • Ignore no_predicates in brillig functions (#5012) (b541e79)
  • Set index and value to 0 for array_get with predicate (#4971) (c49d3a9)

Miscellaneous Chores