You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cached programs are invalidated at every block boundary.
This happens due to overly aggressive invalidation where the cache is always invalidated if the system account changes. But since the introduction of random beacon history that happens every block.
We can get significant performance gains fixing this issue!
The text was updated successfully, but these errors were encountered:
janezpodhostnik
changed the title
[FVM] Cached programs are not reported to metrics correctly
[FVM] Cached programs are invalidated every block boundary
Aug 16, 2024
🐞 Bug Report
Cached programs are invalidated at every block boundary.
This happens due to overly aggressive invalidation where the cache is always invalidated if the system account changes. But since the introduction of random beacon history that happens every block.
We can get significant performance gains fixing this issue!
The text was updated successfully, but these errors were encountered: