Skip to content

v2.0.0

Choose a tag to compare

@jan-ferdinand jan-ferdinand released this 21 Jan 13:57
· 46 commits to master since this release
4f8ab51

v2.0.0

✨ Features

  • (!) Raise an ArithmeticDomain to any exponent (7d9b54fe)

🐛 Bug Fixes

  • (!) Consider FRI polynomial in Fiat-Shamir state (3a045d63)

⚡️ Performance

  • (build) Reduce allocations when building (59ac8dae)
  • (build) Speed up constraint circuit hashing (3b45421c)
  • Improve compile times through faster hashing (5337de08)

📚 Documentation

  • Decrease width of spec page “instructions” (7bd77d33)
  • Add draft for Tip9, “polynomial registers” (c429f60b)
  • Add TIP-0010 (e1593be3)

⚙️ Miscellaneous

♻️ Refactor

  • (!) (ArithmeticDomain) Uphold invariants (59dd3b4d)