Skip to content

Commit

Permalink
bump version to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
codefather-filestar committed Jul 23, 2021
1 parent 53913b4 commit eaa7525
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Lotus changelog

# 1.3.4

This is an optional release of Filestar that upgrades Lotus dependencies, and includes many performance enhancements, bugfixes, and UX improvements.

## Changes
* bind PC1/PC2 to same worker by default, you can also set `BindPC1PC2=false` in miner config to disable it. (https://github.com/filestar-project/lotus/pull/33)
* upgrade bellperson to 0.14. (https://github.com/filestar-project/lotus/commit/38df477a396134c9e08a0850699f9cf472f6a983)
* revert failed BlockGasLimit change in Upgrade8GiBSector. (https://github.com/filestar-project/lotus/commit/2e3a47ccc7ba90f48c8345e583958bbcc2ca4fe1)
* fix cache remove when `lotus-miner sectors remove` an aborted PC1 job. (https://github.com/filestar-project/lotus/pull/34)

# 1.3.3

This is an optional release of Filestar that upgrades Lotus dependencies, and includes many performance enhancements, bugfixes, and UX improvements.
Expand Down
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func buildType() string {
}

// BuildVersion is the local build version, set by build system
const BuildVersion = "1.3.3"
const BuildVersion = "1.3.4"

func UserVersion() string {
return BuildVersion + buildType() + CurrentCommit
Expand Down

0 comments on commit eaa7525

Please sign in to comment.