Lotus version 0.9.10

This commit is contained in:
Aayush Rajasekaran 2020-09-03 14:57:58 -04:00
parent 01449e486c
commit 94173c273a
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