add a callout for actor cid

This commit is contained in:
jennijuju 2023-11-02 07:42:46 +08:00
parent b67d1563ed
commit aaf80542fc

View File

@ -22,6 +22,7 @@ The Filecoin network version 21 delivers the following FIPs:
The actor bundles for the calibration network can be checked as follows:
**before 1070494**
```
lotus state actor-cids --network-version=21
Network Version: 21
@ -47,6 +48,14 @@ cron bafk2bzacec4gdxxkqwxqqodsv6ug5dmdbqdfqwyqfek3yhxc2wweh5psxaeq6
datacap bafk2bzacecq5ppfskxgv3iea3jarsix6jdduuhwsn4fbvngtbmzelzmlygorm
```
**after 1070494**
```
lotus state actor-cids --network-version=21
Network Version: 21
Actor Version: 12
Manifest CID: bafy2bzacedrunxfqta5skb7q7x32lnp4efz2oq7fn226ffm7fu5iqs62jkmvs
```
## New features
- Implement and support [FIP0052: Increase Max Sector Commitment to 3.5 years](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0052.md)
- fix: docs: Update SectorLifetime to be in line with FIP-0052 ([filecoin-project/lotus#11314](https://github.com/filecoin-project/lotus/pull/11314))