Skip to content

Commit 8fe9b8a

Browse files
authored
fix NV25 upgrade (#468)
1 parent 65719a6 commit 8fe9b8a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

documentation/en/versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is the compatibility matrix for the latest free Curio releases.
1313
| v1.24.3 | v1.32.0-rcX | MainNet | v2.4.1 | 2.20.x / Automatic | 0.21 / Automatic |
1414
| v1.24.4 | v1.32.0-rcX | MainNet | v2.4.1 | 2.20.x / Automatic | 0.23 / Automatic |
1515
| v1.24.5 | v1.32.0-rcX | Mainnet | v2.4.1 | v2024.2 / Automatic | 0.23 / Automatic |
16-
| v1.25.0 | v1.32.1 | Mainnet | NA | v2024.2 / Automatic | 0.25 / Automatic |
16+
| v1.25.0 | v1.32.2 | Mainnet | NA | v2024.2 / Automatic | 0.25 / Automatic |
1717

1818
{% hint style="danger" %}
1919
Releases in <mark style="color:red;">red color</mark> are **not recommended**. Please proceed with the next stable release.

extern/filecoin-ffi

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/filecoin-project/go-padreader v0.0.1
3333
github.com/filecoin-project/go-state-types v0.16.0
3434
github.com/filecoin-project/go-statestore v0.2.0
35-
github.com/filecoin-project/lotus v1.32.1
35+
github.com/filecoin-project/lotus v1.32.2
3636
github.com/filecoin-project/specs-actors/v2 v2.3.6
3737
github.com/filecoin-project/specs-actors/v5 v5.0.6
3838
github.com/filecoin-project/specs-actors/v6 v6.0.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,8 @@ github.com/filecoin-project/go-statestore v0.2.0 h1:cRRO0aPLrxKQCZ2UOQbzFGn4WDNd
337337
github.com/filecoin-project/go-statestore v0.2.0/go.mod h1:8sjBYbS35HwPzct7iT4lIXjLlYyPor80aU7t7a/Kspo=
338338
github.com/filecoin-project/go-storedcounter v0.1.0 h1:Mui6wSUBC+cQGHbDUBcO7rfh5zQkWJM/CpAZa/uOuus=
339339
github.com/filecoin-project/go-storedcounter v0.1.0/go.mod h1:4ceukaXi4vFURIoxYMfKzaRF5Xv/Pinh2oTnoxpv+z8=
340-
github.com/filecoin-project/lotus v1.32.1 h1:C1MLLb6ZIKTYZtqVEAJ+Jbfc1Kf8U1dB9EgqXlmG7MY=
341-
github.com/filecoin-project/lotus v1.32.1/go.mod h1:eNfZ0eXGMckDBFQmL1/MJk/0UgxVKHy74z40uMrGlg4=
340+
github.com/filecoin-project/lotus v1.32.2 h1:UQsJgLeZVKE7dPc171va7LlIBYN5XTSqrCs8hooGcik=
341+
github.com/filecoin-project/lotus v1.32.2/go.mod h1:eNfZ0eXGMckDBFQmL1/MJk/0UgxVKHy74z40uMrGlg4=
342342
github.com/filecoin-project/pubsub v1.0.0 h1:ZTmT27U07e54qV1mMiQo4HDr0buo8I1LDHBYLXlsNXM=
343343
github.com/filecoin-project/pubsub v1.0.0/go.mod h1:GkpB33CcUtUNrLPhJgfdy4FDx4OMNR9k+46DHx/Lqrg=
344344
github.com/filecoin-project/specs-actors v0.9.13/go.mod h1:TS1AW/7LbG+615j4NsjMK1qlpAwaFsG9w0V2tg2gSao=

0 commit comments

Comments
 (0)