Skip to content

Commit

Permalink
release Triton VM v0.20
Browse files Browse the repository at this point in the history
- do DEEP-ALI instead of plain ALI in the zk-STARK (#190) (9606441)
- add convenience functions for using Triton VM (0dab32a) (dda05e4)
- improve Triton profiler (#191) (7edd1a2)
  - add profiling of categories
  - introduce more weights for relative runtime costs
  - print relative time for all tasks and sub-tasks
- make method `debug` more powerful (ab49df7)
  - add optional argument: initial state
  - add optional argument: number of execution steps
- add construction of AET (witness generation) to profiling (c6e7b1e)
- use `cfg(debug_assertions)`, not environment variable (b0052f1)
  • Loading branch information
jan-ferdinand committed Apr 24, 2023
1 parent 349c59f commit 39d19d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions triton-vm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "triton-vm"
version = "0.19.0"
version = "0.20.0"
edition = "2021"
authors = ["Triton Software AG"]

Expand Down Expand Up @@ -31,8 +31,8 @@ default-features = false

[dependencies]
twenty-first = "0.19.3"
triton-opcodes = {path = "../triton-opcodes"}
triton-profiler = {path = "../triton-profiler"}
triton-opcodes = "0.20"
triton-profiler = "0.20"
anyhow = "1.0"
bincode = "1.3"
itertools = "0.10.5"
Expand Down

0 comments on commit 39d19d3

Please sign in to comment.