Skip to content

Commit

Permalink
Merge pull request #5927 from filecoin-project/fix/veryfy-window-PoST…
Browse files Browse the repository at this point in the history
…-fail

Fix/veryfy window po st fail / 修复 windowPoST 验证失败的问题
  • Loading branch information
LinZexiao authored Apr 24, 2023
2 parents afd3d47 + 3b419ed commit 870f1b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# venus changelog

## v1.11.1

* fix: windowPoST verify fail [[#fvm-1750](https://github.com/filecoin-project/ref-fvm/pull/1750)]

## v1.11.0

This is the stable release of Venus v1.11.0 for the upcoming MANDATORY network upgrade at `2023-04-27T13:00:00Z`, epoch `2809800`. This release delivers the nv19 Lighting and nv20 Thunder network upgrade for mainnet.
Expand Down
2 changes: 1 addition & 1 deletion extern/filecoin-ffi
2 changes: 1 addition & 1 deletion pkg/constants/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

// BuildVersion is the local build version, set by build system
const BuildVersion = "1.11.0"
const BuildVersion = "1.11.1"

var CurrentCommit string

Expand Down

0 comments on commit 870f1b4

Please sign in to comment.