Merge pull request #3235 from filecoin-project/momack2-patch-1
fix changelog date & formatting
This commit is contained in:
commit
b378f8d310
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,12 +1,12 @@
|
|||||||
# Lotus changelog
|
# Lotus changelog
|
||||||
|
|
||||||
## 0.5.0 / 2020-08-2020
|
# 0.5.0 / 2020-08-20
|
||||||
|
|
||||||
This version of Lotus will be used for the incentivized testnet Space Race competition,
|
This version of Lotus will be used for the incentivized testnet Space Race competition,
|
||||||
and can be considered mainnet-ready code. It includes some protocol
|
and can be considered mainnet-ready code. It includes some protocol
|
||||||
changes, upgrades of core dependencies, and various bugfixes and UX/performance improvements.
|
changes, upgrades of core dependencies, and various bugfixes and UX/performance improvements.
|
||||||
|
|
||||||
# Highlights
|
## Highlights
|
||||||
|
|
||||||
Among the highlights included in this release are:
|
Among the highlights included in this release are:
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ and the packing of multiple deals into a single sector.
|
|||||||
- Renamed features: We renamed some of the binaries, environment variables, and default
|
- Renamed features: We renamed some of the binaries, environment variables, and default
|
||||||
paths associated with a Lotus node.
|
paths associated with a Lotus node.
|
||||||
|
|
||||||
## Gas changes
|
### Gas changes
|
||||||
|
|
||||||
We made some significant changes to the mechanics of gas in this release.
|
We made some significant changes to the mechanics of gas in this release.
|
||||||
|
|
||||||
@ -73,7 +73,7 @@ data can be quickly served in a retrieval deal, since it will not need to be uns
|
|||||||
Miners can now pack multiple deals into a single sector, so long as all the deals
|
Miners can now pack multiple deals into a single sector, so long as all the deals
|
||||||
fit into the sector capacity. This should increase the packing efficiency of miners.
|
fit into the sector capacity. This should increase the packing efficiency of miners.
|
||||||
|
|
||||||
## Renamed features
|
### Renamed features
|
||||||
|
|
||||||
To improve the user experience, we updated several names to mainatin
|
To improve the user experience, we updated several names to mainatin
|
||||||
standard prefixing, and to better reflect the meaning of the features being referenced.
|
standard prefixing, and to better reflect the meaning of the features being referenced.
|
||||||
@ -83,7 +83,7 @@ path for miner data is now `~/.lotusminer`, and the environment variable
|
|||||||
that sets the path for miner data is now `$LOTUS_MINER_PATH`. A full list of renamed
|
that sets the path for miner data is now `$LOTUS_MINER_PATH`. A full list of renamed
|
||||||
features can be found [here](https://github.com/filecoin-project/lotus/issues/2304).
|
features can be found [here](https://github.com/filecoin-project/lotus/issues/2304).
|
||||||
|
|
||||||
# Changelog
|
## Changelog
|
||||||
|
|
||||||
#### Downstream upgrades
|
#### Downstream upgrades
|
||||||
- Upgrades markets to v0.5.6 (https://github.com/filecoin-project/lotus/pull/3058)
|
- Upgrades markets to v0.5.6 (https://github.com/filecoin-project/lotus/pull/3058)
|
||||||
@ -114,7 +114,7 @@ features can be found [here](https://github.com/filecoin-project/lotus/issues/23
|
|||||||
- Miners can toggle auto-acceptance of deals (https://github.com/filecoin-project/lotus/pull/1994)
|
- Miners can toggle auto-acceptance of deals (https://github.com/filecoin-project/lotus/pull/1994)
|
||||||
- Miners can maintain a blocklist of piece CIDs (https://github.com/filecoin-project/lotus/pull/2069)
|
- Miners can maintain a blocklist of piece CIDs (https://github.com/filecoin-project/lotus/pull/2069)
|
||||||
|
|
||||||
# Contributors
|
## Contributors
|
||||||
|
|
||||||
The following contributors had 10 or more commits go into this release.
|
The following contributors had 10 or more commits go into this release.
|
||||||
We are grateful for every contribution!
|
We are grateful for every contribution!
|
||||||
@ -141,7 +141,7 @@ We are grateful for every contribution!
|
|||||||
| Stebalien | 11 | +1204/-980 |
|
| Stebalien | 11 | +1204/-980 |
|
||||||
| RobQuistNL | 10 | +69/-74 |
|
| RobQuistNL | 10 | +69/-74 |
|
||||||
|
|
||||||
## 0.1.0 / 2019-12-11
|
# 0.1.0 / 2019-12-11
|
||||||
|
|
||||||
We are very excited to release **lotus** 0.1.0. This is our testnet release. To install lotus and join the testnet, please visit [lotu.sh](lotu.sh). Please file bug reports as [issues](https://github.com/filecoin-project/lotus/issues).
|
We are very excited to release **lotus** 0.1.0. This is our testnet release. To install lotus and join the testnet, please visit [lotu.sh](lotu.sh). Please file bug reports as [issues](https://github.com/filecoin-project/lotus/issues).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user