Apply suggestions from code review

Co-authored-by: Masih H. Derkani <m@derkani.org>
This commit is contained in:
Aarsh Shah 2024-07-01 13:56:26 +04:00 committed by GitHub
parent ab595f71f9
commit 029fe2482c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ If you are running the `v1.26.0` or an earlier version of Lotus, please go throu
- [FIP-0085: Convert f090 Mining Reserve Actor to Keyless Account Actor](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0085.md)
- [FIP-0091: Add support for legacy Ethereum transactions](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0091.md)
- [FIP-0092: NI-PoRep](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0092.md)
- [F3 (Fast Finality) Soft Launch](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0086.md)
- [FIP-0086: Fast Finality Soft Launch](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0086.md)
## v14 Builtin Actor Bundle
The actor bundles for the **calibration network** can be checked as follows:
@ -71,7 +71,7 @@ The NV23 upgrade migration is expected to be extremely light as only FIP-0085 re
## Others
- Soft launch for Filecoin F3 (https://github.com/filecoin-project/lotus/pull/12119)
- Soft launch of F3 (https://github.com/filecoin-project/lotus/pull/12119)
- NI-PoRep changes (https://github.com/filecoin-project/lotus/pull/12130)
- Fixes for the ETH events API (https://github.com/filecoin-project/lotus/pull/12080)
- Support for legacy Ethereum transactions (https://github.com/filecoin-project/lotus/pull/11969)