You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
7
7
8
8
## Unreleased
9
9
10
+
## [19.0.0] - 2025-05-26
11
+
12
+
-**BREAKING CHANGE:** Remove unused functions `clear_layer_data()` and `clear_caches` from the public API. The signatures of `clear_cache()` and `clear_synthetic_proofs()` have been updated to no longer be generic over the tree type. These functions are not used internally, so the removal and signature change helps clean up the public API. [#1771](https://github.com/filecoin-project/rust-fil-proofs/pull/1771)
13
+
- Fix compilation issues on aarch64 in the `fr32` crate. [#1772](https://github.com/filecoin-project/rust-fil-proofs/pull/1772)
14
+
- Upgrade the `hwloc` dependency in the `storage-proofs-porep` crate to ensure proper hardware locality support. [#1766](https://github.com/filecoin-project/rust-fil-proofs/pull/1766)
15
+
- Add seal regression testing support in the core module, improving our internal testing capabilities. [#1765](https://github.com/filecoin-project/rust-fil-proofs/pull/1765)
16
+
10
17
## [18.1.0] - 2024-06-18
11
18
12
19
- Change FIP92 min value to updated value [#1758](https://github.com/filecoin-project/rust-fil-proofs/pull/1758)
0 commit comments