Merge pull request #3531 from filecoin-project/asr/changelog

Lotus version 0.5.10
This commit is contained in:
Aayush Rajasekaran 2020-09-03 15:03:00 -04:00 committed by GitHub
commit 38cb2601d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# Lotus changelog
# 0.5.10 / 2020-09-03
This patch includes a crucial fix to the message pool selection logic, strongly disfavouring messages that might cause a miner penalty.
## Changes
- Fix calculation of GasReward in messagepool (https://github.com/filecoin-project/lotus/pull/3528)
# 0.5.9 / 2020-09-03
This patch includes a hotfix to the `GasEstimateFeeCap` method, capping the estimated fee to a reasonable level by default.

View File

@ -25,7 +25,7 @@ func buildType() string {
}
// BuildVersion is the local build version, set by build system
const BuildVersion = "0.5.9"
const BuildVersion = "0.5.10"
func UserVersion() string {
return BuildVersion + buildType() + CurrentCommit