resolve conflicts and docsgen

This commit is contained in:
Jennifer Wang 2021-08-16 16:26:50 -04:00
parent 263ae6f99f
commit c37241c733
7 changed files with 4 additions and 21 deletions

View File

@ -1,27 +1,10 @@
# Lotus changelog # Lotus changelog
<<<<<<< HEAD # 1.11.1 / 2021-08-16
# 1.11.1-rc3 / 2021-08-13
||||||| parent of be7007492 (Add ChangeLog)
# 1.11.1-rc2 / 2021-08-01
=======
# 1.11.1 / 2021-08-02
>>>>>>> be7007492 (Add ChangeLog)
> Note: for discussion about this release, please comment [here](https://github.com/filecoin-project/lotus/discussions/6904) > Note: for discussion about this release, please comment [here](https://github.com/filecoin-project/lotus/discussions/6904)
<<<<<<< HEAD
This is the final release candidate for the **highly-recommended** but optional Lotus v1.11.1 release that introduces
many deal making and datastore improvements and new features along with other bug fixes. Highlights are:
- [lotus-miner market subsystem](https://docs.filecoin.io/mine/lotus/split-markets-miners/#frontmatter-title)
- **Under Testing** [splistore](https://github.com/filecoin-project/lotus/blob/master/blockstore/splitstore/README.md)
||||||| parent of be7007492 (Add ChangeLog)
This is the second release candidate for the **highly-recommended** but optional Lotus v1.11.1 release that introduces many deal making and datastore improvements and new features along with other bug fixes. A more organized and detailed release note will be shared in the next few days with future RCs, highlights are:
- **Experimental** [lotus-miner market subsystem](https://docs.filecoin.io/mine/lotus/split-markets-miners/#frontmatter-title)
- **Under Testing** [splistore](https://github.com/filecoin-project/lotus/blob/master/blockstore/splitstore/README.md)
=======
This is a **highly recommended** but optional Lotus v1.11.1 release that introduces many deal making and datastore improvements and new features along with other bug fixes. This is a **highly recommended** but optional Lotus v1.11.1 release that introduces many deal making and datastore improvements and new features along with other bug fixes.
>>>>>>> be7007492 (Add ChangeLog)
## Highlights ## Highlights
- ⭐️⭐️⭐️[**lotus-miner market subsystem**](https://docs.filecoin.io/mine/lotus/split-markets-miners/#frontmatter-title) is introduced in this release! It is **highly recommended** for storage providers to run markets processes on a separate machine! Doing so, only this machine needs to exposes public ports for deal making. This also means that the other miner operations can now be completely isolated by from the deal making processes and storage providers can stop and restarts the markets process without affecting an ongoing Winning/Window PoSt! - ⭐️⭐️⭐️[**lotus-miner market subsystem**](https://docs.filecoin.io/mine/lotus/split-markets-miners/#frontmatter-title) is introduced in this release! It is **highly recommended** for storage providers to run markets processes on a separate machine! Doing so, only this machine needs to exposes public ports for deal making. This also means that the other miner operations can now be completely isolated by from the deal making processes and storage providers can stop and restarts the markets process without affecting an ongoing Winning/Window PoSt!

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -7,7 +7,7 @@ USAGE:
lotus-miner [global options] command [command options] [arguments...] lotus-miner [global options] command [command options] [arguments...]
VERSION: VERSION:
1.11.1-rc3 1.11.1
COMMANDS: COMMANDS:
init Initialize a lotus miner repo init Initialize a lotus miner repo

View File

@ -7,7 +7,7 @@ USAGE:
lotus-worker [global options] command [command options] [arguments...] lotus-worker [global options] command [command options] [arguments...]
VERSION: VERSION:
1.11.1-rc3 1.11.1
COMMANDS: COMMANDS:
run Start lotus worker run Start lotus worker

View File

@ -7,7 +7,7 @@ USAGE:
lotus [global options] command [command options] [arguments...] lotus [global options] command [command options] [arguments...]
VERSION: VERSION:
1.11.1-rc3 1.11.1
COMMANDS: COMMANDS:
daemon Start a lotus daemon process daemon Start a lotus daemon process