Merge pull request #11055 from filecoin-project/asr/v1.23.3

fix: docs: correct 1.23.3 CHANGELOG
This commit is contained in:
Aayush Rajasekaran 2023-07-10 17:16:33 -04:00 committed by GitHub
commit 3e905d9532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,9 +8,8 @@ This is the first candidate for the upcoming feature release v1.23.3 of Lotus. T
## Highlights
- The Ethereum-like RPC exposed by Lotus is now compatible with EIP-1898: https://github.com/filecoin-project/lotus/pull/10921
- The Ethereum-like RPC exposed by Lotus is now compatible with EIP-1898: https://github.com/filecoin-project/lotus/pull/10815
- The lotus-miner PieceReader now supports parallel reads: https://github.com/filecoin-project/lotus/pull/10913
- The chain tipset cache is now based on a sharded mutex
- Added new environment variable `LOTUS_EXEC_TRACE_CACHE_SIZE` to configure execution trace cache size ([filecoin-project/lotus#10585](https://github.com/filecoin-project/lotus/pull/10585))
- If unset, we default to caching 16 most recent execution traces. Storage Providers may want to set this to 0, while exchanges may want to crank it up.