Skip to content

Commit 2f5340c

Browse files
authored
chore: release 4.3.2 (#2030)
1 parent 490cd42 commit 2f5340c

File tree

5 files changed

+84
-72
lines changed

5 files changed

+84
-72
lines changed

Cargo.lock

+49-49
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ members = [
1919
]
2020

2121
[workspace.package]
22-
version = "4.3.1"
22+
version = "4.3.2"
2323
license = "MIT OR Apache-2.0"
2424
edition = "2021"
2525
repository = "https://github.com/filecoin-project/ref-fvm"
@@ -74,17 +74,17 @@ minstant = "0.1.3"
7474
coverage-helper = "0.2.0"
7575

7676
# workspace
77-
fvm = { path = "fvm", version = "~4.3.1", default-features = false }
78-
fvm_shared = { path = "shared", version = "~4.3.1", default-features = false }
79-
fvm_sdk = { path = "sdk", version = "~4.3.1" }
77+
fvm = { path = "fvm", version = "~4.3.2", default-features = false }
78+
fvm_shared = { path = "shared", version = "~4.3.2", default-features = false }
79+
fvm_sdk = { path = "sdk", version = "~4.3.2" }
8080
fvm_ipld_amt = { path = "ipld/amt", version = "0.6.2" }
8181
fvm_ipld_hamt = { path = "ipld/hamt", version = "0.9.0" }
8282
fvm_ipld_kamt = { path = "ipld/kamt", version = "0.3.0" }
8383
fvm_ipld_car = { path = "ipld/car", version = "0.7.1" }
8484
fvm_ipld_blockstore = { path = "ipld/blockstore", version = "0.2.1" }
8585
fvm_ipld_bitfield = { path = "ipld/bitfield", version = "0.6.0" }
8686
fvm_ipld_encoding = { path = "ipld/encoding", version = "0.4.0" }
87-
fvm_integration_tests = { path = "testing/integration", version = "~4.3.1" }
87+
fvm_integration_tests = { path = "testing/integration", version = "~4.3.2" }
8888
fvm_gas_calibration_shared = { path = "testing/calibration/shared" }
8989
fvm_test_actors = { path = "testing/test_actors" }
9090

fvm/CHANGELOG.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ Changes to the reference FVM implementation.
44

55
## [Unreleased]
66

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]
812

913
- **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.
1014
- chore: remove the `nv23-dev` feature flag [#2022](https://github.com/filecoin-project/ref-fvm/pull/2022)
1115
- chore: update wasmtime to 19.0.2
1216

13-
## 4.3.0 [2023-06-12]
17+
## 4.3.0 [2024-06-12]
1418

1519
- feat: FIP-0079: syscall for aggregated bls verification [#2003](https://github.com/filecoin-project/ref-fvm/pull/2003)
1620
- 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.
1923
- Small tidy-ups in CONTRIBUTING.md [#2012](https://github.com/filecoin-project/ref-fvm/pull/2012)
2024
- NI-PoRep support [#2010](https://github.com/filecoin-project/ref-fvm/pull/2010)
2125

22-
## 4.2.0 [2023-04-29]
26+
## 4.2.0 [2024-04-29]
2327

2428
- chore: update to wasmtime 19.0.1 [#1993](https://github.com/filecoin-project/ref-fvm/pull/1993)
2529
- Enable nv23 support behind the `nv23-dev` feature flag [#2000](https://github.com/filecoin-project/ref-fvm/pull/2000)
2630
- feat: fvm: remove once_cell [#1989](https://github.com/filecoin-project/ref-fvm/pull/1989)
2731
- feat: shared: check bls zero address without lazy_static [#1984](https://github.com/filecoin-project/ref-fvm/pull/1984)
2832

29-
## 4.1.2 [2023-01-31]
33+
## 4.1.2 [2024-01-31]
3034

3135
feat: allow CBOR events
3236

33-
## 4.1.1 [2023-01-25]
37+
## 4.1.1 [2024-01-25]
3438

3539
Enable nv22 support by default.
3640

37-
## 4.1.0 [2023-01-24]
41+
## 4.1.0 [2024-01-24]
3842

3943
- Default the concurrency of the `ThreadedExecutor` to the available parallelism instead of 8.
4044
- Support custom syscalls (only needed for non-Filecoin users).

0 commit comments

Comments
 (0)