Skip to content

Releases: TritonVM/triton-vm

v0.45.0

13 Jan 11:56
ec1994e
Compare
Choose a tag to compare

0.45.0

⚡️ Performance

  • (verifier) Remove parallelism (baf5860f)

v0.44.1

13 Jan 11:56
2530bfc
Compare
Choose a tag to compare

0.44.1

🐛 Bug Fixes

  • Improve error message on internal error (9c6cc1c2)

📚 Documentation

  • Add contribution guidelines (5f17e2dc)
  • Clarify examples of instruction behavior (875cd09e)

⚙️ Miscellaneous

v0.44.0

13 Jan 11:55
822fa9f
Compare
Choose a tag to compare

0.44.0

✨ Features

  • Set minimum supported rust version (MSRV) (a6cc98a3)

♻️ Refactor

  • (!) Remove bracket syntax sugar for call (847b513e)
  • (!) Remove deprecated functions (5a16da96)

v0.43.0

14 Nov 13:25
d078bca
Compare
Choose a tag to compare

0.43.0

✨ Features

  • (Claim) Accept more types for public input (6451d76)
  • (!) Add field version to Claim (48f896a)
  • Display jump stack when printing VMState (0665f2f)
  • (!) Optionally supply prover randomness seed (923e9e1)
  • (!) Introduce assertion error (a987ebe)

⚡️ Performance

  • (RAM) Drop cached polynomials (9bf637d)
  • (LDE) Only interpolate if result is used (4133b6e)
  • Reduce prover's space requirements (833244d)

♻️ Refactor

  • (!) Store debug information in VMState (d9664e5)
  • Introduce structs Prover & Verifier (2f5b7a9)

✅ Testing

  • Computations are independent of caching (ecd3108)
  • Verify randomizers' large Hamming distance (ba2e92b)

⏱ Bench

  • Benchmark barycentric evaluation (ce592a9)