chore: bump-version to 18.0.0-rc1 - #1736
Merged
Merged
Conversation
chore: bump-version in prep for rc1
Contributor
|
Let's also update the lockfile ( |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1736 +/- ##
=======================================
Coverage 90.56% 90.56%
=======================================
Files 140 140
Lines 27814 27814
=======================================
Hits 25189 25189
Misses 2625 2625 🚀 New features to boost your workflow:
|
chore: update cargo.lock
|
Suggested tag: Changes in configuration file(s): diff --git a/Cargo.toml b/Cargo.toml
index a3bef862..b44e0446 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -74,32 +74,32 @@ testing-fake-proofs = []
[workspace.dependencies]
# Common
-serde = { version = "1.0.219", features = ["derive"] }
-anyhow = "1.0.98"
+serde = { version = "1.0", features = ["derive"] }
+anyhow = "1.0.102"
bitflags = "2.9.0"
num = { version = "0.4", features = ["serde"] }
num-derive = "0.4.2"
num-traits = "0.2.19"
lazy_static = "1.5.0"
-log = { version = "0.4.27", features = ["std"] }
+log = { version = "0.4.29", features = ["std"] }
byteorder = "1.5.0"
itertools = "0.14.0"
-indexmap = { version = "2.9.0" }
+indexmap = { version = "2.13.1" }
derive_builder = "0.20.2"
-once_cell = "1.21.3"
-rand = { version = "0.8.5", default-features = false }
+once_cell = "1.21.4"
+rand = { version = "0.9.3", default-features = false }
hex = "0.4.3"
-hex-literal = "1.0.0"
+hex-literal = "1.1.0"
serde_json = "1.0"
regex = "1"
test-case = "3.3.1"
bimap = "0.6.3"
-castaway = "0.2.3"
-thiserror = "2.0.12"
+castaway = "0.2.4"
+thiserror = "2.0.18"
pretty_env_logger = "0.5.0"
serde_repr = "0.1.20"
unsigned-varint = "0.8.0"
-rand_chacha = "0.3.1"
+rand_chacha = "0.9.0"
# Crypto
k256 = { version = "0.13.4", default-features = false }
@@ -121,13 +121,13 @@ cid = { version = "0.11.1", default-features = false, features = [
multihash = { version = "0.19.3", default-features = false }
multihash-codetable = { version = "0.1.4", default-features = false }
multihash-derive = { version = "0.9.1", default-features = false }
-ipld-core = { version = "0.4.2", features = ["serde"] }
-integer-encoding = { version = "4.0.2", default-features = false }
+ipld-core = { version = "0.4.3", features = ["serde"] }
+integer-encoding = { version = "4.1.0", default-features = false }
# actor-utils
fvm_actor_utils = "14.0.0"
frc42_dispatch = "10.0.0"
-frc46_token = "14.0.0"
+frc46_token = "14.1.0"
# FVM
fvm_sdk = "~4.7"
@@ -136,7 +136,7 @@ fvm_ipld_encoding = "0.5.3"
fvm_ipld_blockstore = "0.3.1"
fvm_ipld_hamt = "0.10.4"
fvm_ipld_kamt = "0.4.5"
-fvm_ipld_amt = "0.7.4"
+fvm_ipld_amt = "0.7.5"
fvm_ipld_bitfield = "0.7.2"
# workspacediff --git a/actors/evm/Cargo.toml b/actors/evm/Cargo.toml
index de100f92..334a94bd 100644
--- a/actors/evm/Cargo.toml
+++ b/actors/evm/Cargo.toml
@@ -15,6 +15,7 @@ exclude = ["/precompile-testdata", "/tests/measurements", "/tests/contracts"]
crate-type = ["cdylib", "lib"]
[dependencies]
+p256 = { version = "0.13.2", features = ["ecdsa"], default-features = false }
fil_actors_runtime = { workspace = true }
fvm_shared = { workspace = true }
fvm_ipld_kamt = { workspace = true }
@@ -33,7 +34,8 @@ hex = { workspace = true }
hex-literal = { workspace = true }
substrate-bn = { workspace = true }
thiserror = { workspace = true }
-blst = "0.3.14"
+blst = "0.3.16"
+alloy-core = { workspace = true }
[dev-dependencies]
hex = { workspace = true, features = ["serde"] }
@@ -42,8 +44,9 @@ fil_actors_runtime = { workspace = true, features = ["test_utils", "sector-defau
etk-asm = { workspace = true }
alloy-core = { workspace = true }
serde_json = { workspace = true }
-rand = { workspace = true }
+rand = { workspace = true, features = ["thread_rng"] }
once_cell = { workspace = true }
+rstest = "0.26.0"
[features]
diff --git a/actors/miner/Cargo.toml b/actors/miner/Cargo.toml
index 44d417fd..5901d0d0 100644
--- a/actors/miner/Cargo.toml
+++ b/actors/miner/Cargo.toml
@@ -24,6 +24,7 @@ fvm_ipld_hamt = { workspace = true }
fvm_ipld_blockstore = { workspace = true }
fvm_ipld_encoding = { workspace = true }
serde = { workspace = true }
+serde_repr = { workspace = true }
cid = { workspace = true }
anyhow = { workspace = true }
multihash = { workspace = true }Automatically created GitHub ReleaseA draft GitHub Release has been created. |
LesnyRumcajs
approved these changes
Apr 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumping the version in prep for the code-freeze and testing in Butterfly. Once confirmed to be working properly in Butterfly, will bump to a stable release with the RC