Problem
Currently the only caching done by the fork testing feature is via a 1000 register LRU cache. While this is a nice optimization, the true advantages of caching as surfaced via deterministic block heights across CI runs.
Suggested Solution
Determine a strategy for caching data (e.g. --persist flag, or another strategy which pairs reproducible block heights with a local cache across test runs)
Problem
Currently the only caching done by the fork testing feature is via a 1000 register LRU cache. While this is a nice optimization, the true advantages of caching as surfaced via deterministic block heights across CI runs.
Suggested Solution
Determine a strategy for caching data (e.g.
--persistflag, or another strategy which pairs reproducible block heights with a local cache across test runs)