Skip to content

v0.49.0

Choose a tag to compare

@jan-ferdinand jan-ferdinand released this 27 Jun 10:49
· 88 commits to master since this release
86d8346

0.49.0

✨ Features

  • Improve error messages of parser (7ef225f1)
  • (!) Report all table heights for VM::profile (f05db5ee)
  • (parser) Allow “generic types” in type hints (f9e0666e)
  • (profiler) Report memory consumption (0eaac39e)

🐛 Bug Fixes

  • Use rayon's thread count for parallelization (b66d0f2f)
  • Correctly accept high-security proofs (fd663411)

📚 Documentation

  • Update some documentation to current lingo (4903b6a1)
  • Mention Triton CLI in README (a736b11f)
  • Fix broken footnotes (d39626d4)
  • Link to Triton CLI's “Profiling” section (eec84919)
  • Fix intra-doc links (ac91d15d)

⚙️ Miscellaneous

♻️ Refactor

  • (!) Clarify derivation of prover's domains (b6a1d5f3)

✅ Testing

  • Increase testability of constraint failures (bda6de5c)