Skip to content

Commit

Permalink
alpha 2 for Triton VM v0.42.0
Browse files Browse the repository at this point in the history
✨ Features

- Include `ConstraintType` in public API (1592459)
- Detect equivalent nodes in constraint circuit (17c5b61)
- Introduce instruction for dot product (5abf529)

🐛 Bug Fixes

- Work around duplicate node issue in constraint gen (f7488ee)

⚙️ Miscellaneous

- (!) Upgrade to twenty-first 0.42.0-alpha.2 (981ea78)
- *(lint)* Override fewer linting rules (3ce1d6f)
- Test printing constraint circuits (5724997)
- Include `{bfe, xfe}_{array, vec}` in prelude (4c27f36)

♻️ Refactor

- (!) Remove unused method `max_id` (9e99027)
- (!) Remove deprecated functions (d65730d)
- Rename profiler environment variable (1c05007)
- Fold constants at node genesis (e81568b)
- (!) Make instruction names more consistent (96c92ea)

✅ Testing

- Verify FRI failure for too-high degree polys (262b048)
- Increase coverage of constraint generator (06b1167)
- Ensure public types implement auto traits (da1a99b)

🎨 Styling

- Use `bfe_array` and `bfe_vec` more (42dff7b)
- *(profiler)* Use iterator-transforms more (3614598)
- Clean up tests (ad148a8)
- Use underscore for integer literal suffixes (9b4fd73)
  • Loading branch information
jan-ferdinand committed May 6, 2024
1 parent 96c92ea commit ca1259b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lto = "thin"
lto = "thin"

[workspace.package]
version = "0.42.0-alpha.1"
version = "0.42.0-alpha.2"
edition = "2021"
authors = ["Triton Software AG"]
license = "Apache-2.0"
Expand Down

0 comments on commit ca1259b

Please sign in to comment.