Skip to content

Commit 04ff68a

Browse files
committed
chore: release v2.11.1
1 parent f81d6a5 commit 04ff68a

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
]
99

1010
[workspace.package]
11-
version = "2.11.0"
11+
version = "2.11.1"
1212
license = "MIT OR Apache-2.0"
1313
edition = "2021"
1414
repository = "https://github.com/filecoin-project/ref-fvm"

fvm/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Changes to the reference FVM implementation.
44

55
## [Unreleased]
66

7+
## 2.11.1 (2025-04-15)
8+
9+
- Upgrade to [email protected] to fix: accept malleable secp256k1 signatures (per EVM, etc.) [#2158](https://github.com/filecoin-project/ref-fvm/pull/2158)
10+
711
## 2.11.0 (2025-04-10)
812

913
- Update wasmtime to v31.0.0 [#2143](https://github.com/filecoin-project/ref-fvm/pull/2143)

sdk/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.11.1 (2025-04-15)
4+
5+
- Upgrade to [email protected] to fix: accept malleable secp256k1 signatures (per EVM, etc.) [#2158](https://github.com/filecoin-project/ref-fvm/pull/2158)
6+
37
## 2.11.0 (2025-04-10)
48

59
- Swap libsecp256k1 for k256 [#2138](https://github.com/filecoin-project/ref-fvm/pull/2138)

shared/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.11.1 (2025-04-15)
4+
5+
This is an important bugfix release as v2.11.0 won't perform correct signature validation in some cases.
6+
7+
- fix: accept malleable secp256k1 signatures (per EVM, etc.) [#2158](https://github.com/filecoin-project/ref-fvm/pull/2158)
8+
39
## 2.11.0 (2025-04-10)
410

511
- Update dependencies [#2148](https://github.com/filecoin-project/ref-fvm/pull/2148)

0 commit comments

Comments
 (0)