File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## 0.9.0 (2024-05-09)
4
+ - [ BREAKING] Merged ` TraceLayout ` into ` TraceInfo ` (#245 ).
5
+ - Implemented Lagrange Kernel constraints (#247 , )
6
+ - [ BREAKING] refactored ` TraceOodFrame ` struct (#266 , #274 ).
7
+ - [ BREAKING] explicitly limited the number of auxiliary trace segments to 1 (#267 ).
8
+ - Implemented additional field conversions for the ` f64 ` field (#268 ).
9
+ - [ BREAKING] Added support for auxiliary proofs (#271 ).
10
+ - Introduced async prover (enabled via ` async ` feature) (#280 ).
4
11
- [ BREAKING] removed ` group_vector_elements() ` utility function (#282 ).
5
12
- [ BREAKING] removed ` FieldElement::zeroed_vector() ` function (#282 ).
13
+ - [ BREAKING] removed previously deprecated re-exports of core modules.
14
+ - Updated minimum supported Rust version to 1.78.
6
15
7
16
## 0.8.4 (2024-03-28) - ` math ` crate only
8
17
* Added more to/from conversions for ` f64 ` field (#268 ).
15
24
* Extended range of possible implementations of ` ByteReader ` and ` ByteWriter ` . (#262 ).
16
25
17
26
## 0.8.2 (2024-02-27) - ` utils/core ` crate only
18
- * Extend ` write_many ` to support ` IntoIterator ` (#251 )
27
+ * Extended ` write_many ` to support ` IntoIterator ` (#251 )
19
28
20
29
## 0.8.1 (2024-02-21)
21
30
* Refactored utils module re-exports to comply with latest clippy updates (#250 ).
Original file line number Diff line number Diff line change 3
3
<a href =" https://github.com/novifinancial/winterfell/blob/main/LICENSE " ><img src =" https://img.shields.io/badge/license-MIT-blue.svg " ></a >
4
4
<img src =" https://github.com/novifinancial/winterfell/workflows/CI/badge.svg?branch=main " >
5
5
<a href =" https://deps.rs/repo/github/novifinancial/winterfell " ><img src =" https://deps.rs/repo/github/novifinancial/winterfell/status.svg " ></a >
6
- <img src =" https://img.shields.io/badge/prover-rustc_1.75 +-lightgray.svg " >
7
- <img src =" https://img.shields.io/badge/verifier-rustc_1.75 +-lightgray.svg " >
6
+ <img src =" https://img.shields.io/badge/prover-rustc_1.78 +-lightgray.svg " >
7
+ <img src =" https://img.shields.io/badge/verifier-rustc_1.78 +-lightgray.svg " >
8
8
<a href =" https://crates.io/crates/winterfell " ><img src =" https://img.shields.io/crates/v/winterfell " ></a >
9
9
10
10
A STARK prover and verifier for arbitrary computations.
You can’t perform that action at this time.
0 commit comments