Skip to content

chore: bump FFI-version to v1.34.4 - #557

Merged
rjan90 merged 1 commit into
masterfrom
phi/v1344-release
Dec 11, 2025
Merged

chore: bump FFI-version to v1.34.4#557
rjan90 merged 1 commit into
masterfrom
phi/v1344-release

Conversation

@rjan90

@rjan90 rjan90 commented Dec 11, 2025

Copy link
Copy Markdown
Contributor

Bump FFI-version to v1.34.4 to ship a tag with the Lotus v1.34.4 train

chore: bump FFI-version
@github-project-automation github-project-automation Bot moved this to 📌 Triage in FilOz Dec 11, 2025
@github-actions

Copy link
Copy Markdown

Suggested version: 1.34.4

Comparing to: v1.34.2 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 359a04f..3528d84 100644
--- a/go.mod
+++ b/go.mod
@@ -44,8 +44,8 @@ require (
 	github.com/whyrusleeping/cbor-gen v0.3.1 // indirect
 	go.uber.org/multierr v1.11.0 // indirect
 	go.uber.org/zap v1.27.0 // indirect
-	golang.org/x/crypto v0.36.0 // indirect
-	golang.org/x/sys v0.31.0 // indirect
+	golang.org/x/crypto v0.45.0 // indirect
+	golang.org/x/sys v0.38.0 // indirect
 	gopkg.in/yaml.v3 v3.0.1 // indirect
 	lukechampine.com/blake3 v1.3.0 // indirect
 )diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 421fd9b..ddc05de 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -33,14 +33,14 @@ rayon = "1.10.0"
 anyhow = "1.0.97"
 serde_json = "1.0.140"
 rust-gpu-tools = { version = "0.7", optional = true, default-features = false }
-fvm4 = { package = "fvm", version = "~4.7.4", default-features = false, features = ["verify-signature", "nv28-dev"] }
-fvm4_shared = { package = "fvm_shared", version = "~4.7.4" }
-fvm3 = { package = "fvm", version = "~3.13.0", default-features = false }
-fvm3_shared = { package = "fvm_shared", version = "~3.13.0" }
-fvm2 = { package = "fvm", version = "~2.11.0", default-features = false }
-fvm2_shared = { package = "fvm_shared", version = "~2.11.0" }
-fvm_ipld_encoding = "0.5.3"
-fvm_ipld_blockstore = "0.3.1"
+fvm4 = { package = "fvm", version = "~4.7.4", default-features = false, features = ["verify-signature", "nv28-dev"], optional = true  }
+fvm4_shared = { package = "fvm_shared", version = "~4.7.4", optional = true  }
+fvm3 = { package = "fvm", version = "~3.13.0", default-features = false, optional = true  }
+fvm3_shared = { package = "fvm_shared", version = "~3.13.0", optional = true  }
+fvm2 = { package = "fvm", version = "~2.11.0", default-features = false, optional = true  }
+fvm2_shared = { package = "fvm_shared", version = "~2.11.0", optional = true  }
+fvm_ipld_encoding = { version = "0.5.3", optional = true  }
+fvm_ipld_blockstore = { version = "0.3.1", optional = true }
 num-traits = "0.2.19"
 cid = { version = "0.11.1", features = ["serde"], default-features = false }
 lazy_static = "1.5.0"
@@ -54,7 +54,18 @@ memmap2 = "0.9"
 tempfile = "3.19.1"
 
 [features]
-default = ["cuda", "multicore-sdr"]
+default = ["cuda", "multicore-sdr", "fvm"]
+fvm = [
+  "fvm2",
+  "fvm3",
+  "fvm4",
+  "fvm2_shared",
+  "fvm3_shared",
+  "fvm4_shared",
+  "fvm_ipld_encoding",
+  "fvm_ipld_blockstore",
+]
+curio = []
 blst-portable = ["bls-signatures/blst-portable", "blstrs/portable"]
 cuda = [
   "filecoin-proofs-api/cuda",

Automatically created GitHub Release

A draft GitHub Release has been created.
It is going to be published when this PR is merged.
You can modify its' body to include any release notes you wish to include with the release.

@rjan90 rjan90 moved this from 📌 Triage to ⌨️ In Progress in FilOz Dec 11, 2025
@rjan90
rjan90 requested a review from rvagg December 11, 2025 06:50
@github-project-automation github-project-automation Bot moved this from ⌨️ In Progress to ✔️ Approved by reviewer in FilOz Dec 11, 2025
@rjan90
rjan90 merged commit 0d4ffbc into master Dec 11, 2025
12 checks passed
@rjan90
rjan90 deleted the phi/v1344-release branch December 11, 2025 09:14
@github-project-automation github-project-automation Bot moved this from ✔️ Approved by reviewer to 🎉 Done in FilOz Dec 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🎉 Done

Development

Successfully merging this pull request may close these issues.

2 participants