We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0d46f4 + 59c1619 commit ab353b5Copy full SHA for ab353b5
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# venus changelog
2
3
+## v1.10.0-rc4
4
+
5
+* 修复保存 MessageReceipt 失败问题 [[#5743](https://github.com/filecoin-project/venus/pull/5743)]
6
7
## v1.10.0-rc3
8
pkg/constants/version.go
@@ -5,7 +5,7 @@ import (
)
// BuildVersion is the local build version, set by build system
-const BuildVersion = "1.10.0-rc3"
+const BuildVersion = "1.10.0-rc4"
9
10
var CurrentCommit string
11
0 commit comments