remove change log
This commit is contained in:
parent
6ed97f0d04
commit
8b68d37e84
72
CHANGELOG.md
72
CHANGELOG.md
@ -1,77 +1,5 @@
|
|||||||
# Lotus changelog
|
# Lotus changelog
|
||||||
|
|
||||||
# 1.14.0-rc6 / 2022-02-08
|
|
||||||
|
|
||||||
This is the sixth release candidate for the mandatory release v1.14.0 of Lotus that introduces [Filecoin network v15, codenamed the OhSnap upgrade](https://github.com/filecoin-project/community/discussions/74?sort=new#discussioncomment-1922550).
|
|
||||||
|
|
||||||
The OhSnap upgrade introduces the following FIPs, delivered in [actors v7-rc1](https://github.com/filecoin-project/specs-actors/releases/tag/v7.0.0-rc1):
|
|
||||||
- [FIP-0019 Snap Deals](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0019.md)
|
|
||||||
- [FIP-0028 Remove Datacap from Verified clients](https://github.com/filecoin-project/FIPs/pull/226)
|
|
||||||
|
|
||||||
Note:
|
|
||||||
- This release candidate includes the [final proof params](https://proofs.filecoin.io) for Snap Deals.
|
|
||||||
- It only sets upgrade epoch for Butterfly-SnapNet and calibnet, and it does not set the upgrade epochs for mainnet.
|
|
||||||
|
|
||||||
## Calibration Upgrade
|
|
||||||
|
|
||||||
The calibnet will be upgraded to Network v15 OhSnap at epoch 682006, around 2022-02-10T19:23:00Z.
|
|
||||||
|
|
||||||
To join the network, simply build lotus by running `make calibnet`.
|
|
||||||
|
|
||||||
New proof params for Snap Deals should be downloaded upon your nodes restart.
|
|
||||||
- The parameters are pinged on IPFS gateway https://proofs.filecoin.io and the CIDs can be found [here](https://github.com/filecoin-project/lotus/blob/release/v1.14.0/build/proof-params/parameters.json), please let the lotus team know in #lotus-ohsnap if the params are not fetched automatically. You can also download the params manually from s3://proof-params-ap/filecoin-snapdeal-parameters/.
|
|
||||||
|
|
||||||
|
|
||||||
## New Features and Changes
|
|
||||||
- Integrate actor v7-rc1:
|
|
||||||
- Integrate v7 actors ([#7617](https://github.com/filecoin-project/lotus/pull/7617))
|
|
||||||
- feat: state: Fast migration for v15 ([#7933](https://github.com/filecoin-project/lotus/pull/7933))
|
|
||||||
- fix: blockstore: Add missing locks to autobatch::Get() [#7939](https://github.com/filecoin-project/lotus/pull/7939))
|
|
||||||
- correctness fixes for the autobatch blockstore ([#7940](https://github.com/filecoin-project/lotus/pull/7940))
|
|
||||||
- Implement and support [FIP-0019 Snap Deals](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0019.md)
|
|
||||||
- chore: deps: Integrate proof v11.0.0 ([#7923](https://github.com/filecoin-project/lotus/pull/7923))
|
|
||||||
- Snap Deals Lotus Integration: FSM Posting and integration test ([#7810](https://github.com/filecoin-project/lotus/pull/7810))
|
|
||||||
- Feat/sector storage unseal ([#7730](https://github.com/filecoin-project/lotus/pull/7730))
|
|
||||||
- Feat/snap deals storage ([#7615](https://github.com/filecoin-project/lotus/pull/7615))
|
|
||||||
- fix: sealing: Add more deal expiration checks during PRU pipeline ([#7871](https://github.com/filecoin-project/lotus/pull/7871))
|
|
||||||
- chore: deps: Update go-paramfetch ([#7917](https://github.com/filecoin-project/lotus/pull/7917))
|
|
||||||
- feat: #7880 gas: add gas charge for VerifyReplicaUpdate ([#7897](https://github.com/filecoin-project/lotus/pull/7897))
|
|
||||||
- enhancement: sectors: disable existing cc upgrade path 2 days before the upgrade epoch ([#7900](https://github.com/filecoin-project/lotus/pull/7900))
|
|
||||||
|
|
||||||
## Improvements
|
|
||||||
- updating to new datastore/blockstore code with contexts ([#7646](https://github.com/filecoin-project/lotus/pull/7646))
|
|
||||||
- reorder transfer checks so as to ensure sending 2B FIL to yourself fails if you don't have that amount ([#7637](https://github.com/filecoin-project/lotus/pull/7637))
|
|
||||||
- VM: Circ supply should be constant per epoch ([#7811](https://github.com/filecoin-project/lotus/pull/7811))
|
|
||||||
|
|
||||||
## Bug Fixes
|
|
||||||
- Fix: state: circsuypply calc around null blocks ([#7890](https://github.com/filecoin-project/lotus/pull/7890))
|
|
||||||
- Mempool msg selection should respect block message limits ([#7321](https://github.com/filecoin-project/lotus/pull/7321))
|
|
||||||
SplitStore: supress compaction near upgrades ([#7734](https://github.com/filecoin-project/lotus/pull/7734))
|
|
||||||
|
|
||||||
## Others
|
|
||||||
- chore: create pull_request_template.md ([#7726](https://github.com/filecoin-project/lotus/pull/7726))
|
|
||||||
|
|
||||||
## Contributors
|
|
||||||
|
|
||||||
| Contributor | Commits | Lines ± | Files Changed |
|
|
||||||
|-------------|---------|---------|---------------|
|
|
||||||
| Aayush Rajasekaran | 41 | +5538/-1205 | 189 |
|
|
||||||
| zenground0 | 11 | +3316/-524 | 124 |
|
|
||||||
| Jennifer Wang | 29 | +714/-599 | 68 |
|
|
||||||
| ZenGround0 | 3 | +263/-25 | 11 |
|
|
||||||
| c r | 2 | +198/-30 | 6 |
|
|
||||||
| vyzo | 4 | +189/-7 | 7 |
|
|
||||||
| Aayush | 11 | +146/-48 | 49 |
|
|
||||||
| web3-bot | 10 | +99/-17 | 10 |
|
|
||||||
| Steven Allen | 1 | +55/-37 | 1 |
|
|
||||||
| Jiaying Wang | 5 | +30/-8 | 5 |
|
|
||||||
| Jakub Sztandera | 2 | +8/-3 | 3 |
|
|
||||||
| Łukasz Magiera | 1 | +3/-3 | 2 |
|
|
||||||
| Travis Person | 1 | +2/-2 | 2 |
|
|
||||||
| Rod Vagg | 1 | +2/-2 | 2 |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# v1.13.2 / 2022-01-09
|
# v1.13.2 / 2022-01-09
|
||||||
|
|
||||||
Lotus v1.13.2 is a *highly recommended* feature release with remarkable retrieval improvements, new features like
|
Lotus v1.13.2 is a *highly recommended* feature release with remarkable retrieval improvements, new features like
|
||||||
|
Loading…
Reference in New Issue
Block a user