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: fvm/CHANGELOG.md
+10-6
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,17 @@ Changes to the reference FVM implementation.
4
4
5
5
## [Unreleased]
6
6
7
-
## 4.3.1 [2023-06-26]
7
+
## 4.3.2 [2024-08-16]
8
+
9
+
- feat: add `nv24-dev` feature flag [#2029](https://github.com/filecoin-project/ref-fvm/pull/2029)
10
+
11
+
## 4.3.1 [2024-06-26]
8
12
9
13
-**BREAKING**: Simplify the verify-signtures feature and update ambassador. This is a minor-breaking change because the ambassador macros are now only exported from the prelude/kernel module, not the crate root as they previously were.
10
14
- chore: remove the `nv23-dev` feature flag [#2022](https://github.com/filecoin-project/ref-fvm/pull/2022)
11
15
- chore: update wasmtime to 19.0.2
12
16
13
-
## 4.3.0 [2023-06-12]
17
+
## 4.3.0 [2024-06-12]
14
18
15
19
- feat: FIP-0079: syscall for aggregated bls verification [#2003](https://github.com/filecoin-project/ref-fvm/pull/2003)
16
20
- fix: install rust nightly toolchain for clusterfuzzlite [#2007](https://github.com/filecoin-project/ref-fvm/pull/2007)
@@ -19,22 +23,22 @@ Changes to the reference FVM implementation.
19
23
- Small tidy-ups in CONTRIBUTING.md [#2012](https://github.com/filecoin-project/ref-fvm/pull/2012)
20
24
- NI-PoRep support [#2010](https://github.com/filecoin-project/ref-fvm/pull/2010)
21
25
22
-
## 4.2.0 [2023-04-29]
26
+
## 4.2.0 [2024-04-29]
23
27
24
28
- chore: update to wasmtime 19.0.1 [#1993](https://github.com/filecoin-project/ref-fvm/pull/1993)
25
29
- Enable nv23 support behind the `nv23-dev` feature flag [#2000](https://github.com/filecoin-project/ref-fvm/pull/2000)
0 commit comments