Skip to content

Commit

Permalink
chore: release 4.3.2 (#2030)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamuik16 authored Aug 16, 2024
1 parent 490cd42 commit 2f5340c
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 72 deletions.
98 changes: 49 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ members = [
]

[workspace.package]
version = "4.3.1"
version = "4.3.2"
license = "MIT OR Apache-2.0"
edition = "2021"
repository = "https://github.com/filecoin-project/ref-fvm"
Expand Down Expand Up @@ -74,17 +74,17 @@ minstant = "0.1.3"
coverage-helper = "0.2.0"

# workspace
fvm = { path = "fvm", version = "~4.3.1", default-features = false }
fvm_shared = { path = "shared", version = "~4.3.1", default-features = false }
fvm_sdk = { path = "sdk", version = "~4.3.1" }
fvm = { path = "fvm", version = "~4.3.2", default-features = false }
fvm_shared = { path = "shared", version = "~4.3.2", default-features = false }
fvm_sdk = { path = "sdk", version = "~4.3.2" }
fvm_ipld_amt = { path = "ipld/amt", version = "0.6.2" }
fvm_ipld_hamt = { path = "ipld/hamt", version = "0.9.0" }
fvm_ipld_kamt = { path = "ipld/kamt", version = "0.3.0" }
fvm_ipld_car = { path = "ipld/car", version = "0.7.1" }
fvm_ipld_blockstore = { path = "ipld/blockstore", version = "0.2.1" }
fvm_ipld_bitfield = { path = "ipld/bitfield", version = "0.6.0" }
fvm_ipld_encoding = { path = "ipld/encoding", version = "0.4.0" }
fvm_integration_tests = { path = "testing/integration", version = "~4.3.1" }
fvm_integration_tests = { path = "testing/integration", version = "~4.3.2" }
fvm_gas_calibration_shared = { path = "testing/calibration/shared" }
fvm_test_actors = { path = "testing/test_actors" }

Expand Down
16 changes: 10 additions & 6 deletions fvm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@ Changes to the reference FVM implementation.

## [Unreleased]

## 4.3.1 [2023-06-26]
## 4.3.2 [2024-08-16]

- feat: add `nv24-dev` feature flag [#2029](https://github.com/filecoin-project/ref-fvm/pull/2029)

## 4.3.1 [2024-06-26]

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

## 4.3.0 [2023-06-12]
## 4.3.0 [2024-06-12]

- feat: FIP-0079: syscall for aggregated bls verification [#2003](https://github.com/filecoin-project/ref-fvm/pull/2003)
- fix: install rust nightly toolchain for clusterfuzzlite [#2007](https://github.com/filecoin-project/ref-fvm/pull/2007)
Expand All @@ -19,22 +23,22 @@ Changes to the reference FVM implementation.
- Small tidy-ups in CONTRIBUTING.md [#2012](https://github.com/filecoin-project/ref-fvm/pull/2012)
- NI-PoRep support [#2010](https://github.com/filecoin-project/ref-fvm/pull/2010)

## 4.2.0 [2023-04-29]
## 4.2.0 [2024-04-29]

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

## 4.1.2 [2023-01-31]
## 4.1.2 [2024-01-31]

feat: allow CBOR events

## 4.1.1 [2023-01-25]
## 4.1.1 [2024-01-25]

Enable nv22 support by default.

## 4.1.0 [2023-01-24]
## 4.1.0 [2024-01-24]

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

0 comments on commit 2f5340c

Please sign in to comment.