Skip to content

Commit 21ef59b

Browse files
authored
chore: release fvm 4.3.0 (#2015)
* Bump version Bump version * Update cargo.lock and changelog Update cargo.lock and changelog
1 parent 27e7838 commit 21ef59b

File tree

5 files changed

+81
-54
lines changed

5 files changed

+81
-54
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.2.0"
22+
version = "4.3.0"
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.2.0", default-features = false }
78-
fvm_shared = { path = "shared", version = "~4.2.0", default-features = false }
79-
fvm_sdk = { path = "sdk", version = "~4.2.0" }
77+
fvm = { path = "fvm", version = "~4.3.0", default-features = false }
78+
fvm_shared = { path = "shared", version = "~4.3.0", default-features = false }
79+
fvm_sdk = { path = "sdk", version = "~4.3.0" }
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.2.0" }
87+
fvm_integration_tests = { path = "testing/integration", version = "~4.3.0" }
8888
fvm_gas_calibration_shared = { path = "testing/calibration/shared" }
8989
fvm_test_actors = { path = "testing/test_actors" }
9090

fvm/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Changes to the reference FVM implementation.
44

55
## [Unreleased]
66

7+
## 4.3.0 [2023-06-12]
8+
9+
- feat: FIP-0079: syscall for aggregated bls verification [#2003](https://github.com/filecoin-project/ref-fvm/pull/2003)
10+
- fix: install rust nightly toolchain for clusterfuzzlite [#2007](https://github.com/filecoin-project/ref-fvm/pull/2007)
11+
- chore: upgrade rust toolchain to 1.78.0 [#2006](https://github.com/filecoin-project/ref-fvm/pull/2006)
12+
- fix: remove the pairing feature from fvm_shared [#2009](https://github.com/filecoin-project/ref-fvm/pull/2009)
13+
- Small tidy-ups in CONTRIBUTING.md [#2012](https://github.com/filecoin-project/ref-fvm/pull/2012)
14+
- NI-PoRep support [#2010](https://github.com/filecoin-project/ref-fvm/pull/2010)
15+
716
## 4.2.0 [2023-04-29]
817

918
- chore: update to wasmtime 19.0.1 [#1993](https://github.com/filecoin-project/ref-fvm/pull/1993)

sdk/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 4.3.0 [2023-06-12]
6+
7+
- feat: FIP-0079: syscall for aggregated bls verification [#2003](https://github.com/filecoin-project/ref-fvm/pull/2003)
8+
- fix: install rust nightly toolchain for clusterfuzzlite [#2007](https://github.com/filecoin-project/ref-fvm/pull/2007)
9+
- chore: upgrade rust toolchain to 1.78.0 [#2006](https://github.com/filecoin-project/ref-fvm/pull/2006)
10+
- fix: remove the pairing feature from fvm_shared [#2009](https://github.com/filecoin-project/ref-fvm/pull/2009)
11+
- Small tidy-ups in CONTRIBUTING.md [#2012](https://github.com/filecoin-project/ref-fvm/pull/2012)
12+
- NI-PoRep support [#2010](https://github.com/filecoin-project/ref-fvm/pull/2010)
13+
514
## 4.2.0 [2023-04-29]
615

716
- chore: update to wasmtime 19.0.1 [#1993](https://github.com/filecoin-project/ref-fvm/pull/1993)

shared/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 4.3.0 [2023-06-12]
6+
7+
- feat: FIP-0079: syscall for aggregated bls verification [#2003](https://github.com/filecoin-project/ref-fvm/pull/2003)
8+
- fix: install rust nightly toolchain for clusterfuzzlite [#2007](https://github.com/filecoin-project/ref-fvm/pull/2007)
9+
- chore: upgrade rust toolchain to 1.78.0 [#2006](https://github.com/filecoin-project/ref-fvm/pull/2006)
10+
- fix: remove the pairing feature from fvm_shared [#2009](https://github.com/filecoin-project/ref-fvm/pull/2009)
11+
- Small tidy-ups in CONTRIBUTING.md [#2012](https://github.com/filecoin-project/ref-fvm/pull/2012)
12+
- NI-PoRep support [#2010](https://github.com/filecoin-project/ref-fvm/pull/2010)
13+
514
## 4.2.0 [2023-04-29]
615

716
- chore: update to wasmtime 19.0.1 [#1993](https://github.com/filecoin-project/ref-fvm/pull/1993)

0 commit comments

Comments
 (0)