v1.10.2
What's Changed
This is a patch release intended to alleviate performance issues reported by some users since the nv18 upgrade.
The primary change is to update the FFI to allow for FVM parallelism of 4 by default, and make this user-configurable.
through the LOTUS_FVM_CONCURRENCY
env var.
Users with higher memory specs can experiment with setting LOTUS_FVM_CONCURRENCY
to higher values, up to 48, to allow for more concurrent FVM execution.
- chore: cherry-pick #5846 by @simlecode in #5867
- chore: bump version to v1.10.2 by @simlecode in #5868
- chore: cherry pick #5832 by @simlecode in #5870
Full Changelog: v1.10.1...v1.10.2