Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

root: v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jun 10:43
5084271

0.13.0 (2023-06-01)

⚠ BREAKING CHANGES

  • added hash index to pedersen (#281)
  • Add variable length keccak opcode (#314)
  • Remove AES opcode (#302)
  • acir, acvm: Remove ComputeMerkleRoot opcode #296
  • Remove manual serialization of Opcodes in favour of serde (#286)
  • Remove backend solvable methods from the interface and solve them in ACVM (#264)
  • Reorganize code related to PartialWitnessGenerator (#287)

Features

  • acir, acvm: Remove ComputeMerkleRoot opcode #296 (8b3923e)
  • Add Brillig opcode to introduce custom non-determinism to ACVM (#152) (3c6740a)
  • Add variable length keccak opcode (#314) (7bfd169)
  • added hash index to pedersen (#281) (61820b6)
  • Remove backend solvable methods from the interface and solve them in ACVM (#264) (69916cb)

Bug Fixes

  • Allow async functions without send on async trait (#292) (9f9fc21)

Miscellaneous Chores

  • Remove AES opcode (#302) (a429a54)
  • Remove manual serialization of Opcodes in favour of serde (#286) (8a3812f)
  • Reorganize code related to PartialWitnessGenerator (#287) (b9d61a1)