Skip to content

v1.5.21

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 09:08
· 135 commits to master since this release
1f85e62

1.5.21 (2024-07-24)

Bug Fixes

  • ensure if statements that interact with secrets are included in the circuit (ba52070)
  • error in orchestration visitor due to undefined statement added (6350e69)
  • errors in circuit for else statements (979e099)
  • generalise in initialization expression for for statement (9160566)
  • issue in orchestration for when an if statements that includes else has statements that are non-secret but later interact with secret variables (21d3321)
  • move if statements that are public but interact with secret into orchestration (5d7da17)
  • revert in if statement that contains public variable in condition wasn't appearing in the circuit (993f73e)
  • zappify error in Arrays (09a1c12)