Compare commits

...
Author SHA1 Message Date
Jennifer d920b47e7e Merge pull request #6661 from filecoin-project/release/v1.10.1
v1.10.1 to releases
2021-07-05 21:21:33 -04:00
Jennifer 7d2febff3b Update CHANGELOG.md 2021-07-05 19:15:27 -04:00
JenniferandAayush Rajasekaran aec7d572b0 Update CHANGELOG.md
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
2021-07-05 16:52:35 -04:00
JenniferandAayush Rajasekaran a444ab2dae Update CHANGELOG.md
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
2021-07-05 16:52:13 -04:00
Jennifer 55df629496 Merge pull request #6682 from filecoin-project/feat/v1.10.1
bump the version to v1.10.1
2021-07-05 16:35:28 -04:00
JenniferandŁukasz Magiera b43fda82be Update CHANGELOG.md
Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
2021-07-05 15:25:37 -04:00
Jennifer Wang 8ae14bee45 bump the version to v1.10.1 2021-07-05 14:57:57 -04:00
Łukasz Magiera 1f4ec38e95 Merge pull request #6666 from filecoin-project/jen/changelog
v1.10.1-rc1 changelog
2021-07-02 22:24:26 +02:00
5 changed files with 10 additions and 10 deletions
+9 -9
View File
@@ -1,12 +1,12 @@
# Lotus changelog
# 1.10.1-rc1 / 2021-07-02
# 1.10.1 / 2021-07-05
This is an optional, but **highly recommended** release of Lotus that have many bug fixes and improvements based on the feedbacks we got from the community since HyperDrive.
This is an optional but **highly recommended** release of Lotus for lotus miners that has many bug fixes and improvements based on the feedback we got from the community since HyperDrive.
## New Features
- commit batch: AggregateAboveBaseFee config #6650
- `AggregateAboveBaseFee` is added to miner sealing configuration for setting the network base fee to start aggregating proofs. When the network base fee is lower than this value, the prove commits will be submitted individually via `ProveCommitSector`. According to the [Batch Incentive Alignment](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0013. md#batch-incentive-alignment) introduced in FIP-0013, we recommend miners to set this value to 0.15 nanoFIL(which is also the default) to avoid unexpected aggregation fee in burn and enjoy the most benefits of aggregation!
- `AggregateAboveBaseFee` is added to miner sealing configuration for setting the network base fee to start aggregating proofs. When the network base fee is lower than this value, the prove commits will be submitted individually via `ProveCommitSector`. According to the [Batch Incentive Alignment](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0013.md#batch-incentive-alignment) introduced in FIP-0013, we recommend miners to set this value to 0.15 nanoFIL(which is the default value) to avoid unexpected aggregation fee in burn and enjoy the most benefits of aggregation!
## Bug Fixes
- storage: Fix FinalizeSector with sectors in storage paths #6652
@@ -24,13 +24,13 @@ Contributors
| Contributor | Commits | Lines ± | Files Changed |
|-------------|---------|---------|---------------|
| Łukasz Magiera | 7 | +151/-56 | 21 |
| llifezou | 4 | +59/-20 | 4 |
| johnli-helloworld | 2 | +45/-14 | 4 |
| wangchao | 1 | +1/-27 | 1 |
| @magik6k| 7 | +151/-56 | 21 |
| @llifezou | 4 | +59/-20 | 4 |
| @johnli-helloworld | 2 | +45/-14 | 4 |
| @wangchao | 1 | +1/-27 | 1 |
| Jerry | 2 | +9/-4 | 2 |
| zhoutian527 | 1 | +2/-2 | 1 |
| Peter Rabbitson | 1 | +1/-1 | 1 |
| @zhoutian527 | 1 | +2/-2 | 1 |
| @ribasushi| 1 | +1/-1 | 1 |
# 1.10.0 / 2021-06-23
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -29,7 +29,7 @@ func buildType() string {
}
// BuildVersion is the local build version, set by build system
const BuildVersion = "1.10.1-rc1"
const BuildVersion = "1.10.1"
func UserVersion() string {
return BuildVersion + buildType() + CurrentCommit