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
Trie cache(SharedTrieCache and LocalTrieCache) needs to be extended and fixed to work with the assumption that the entire state will find its way into the SharedTrieCache. For that we need to:
Improve the LocalTrieCache, to get rid of all the hardcodings regarding its size.
Find a solution to safely allow it to write-back everything back SharedTrieCache(Currently, this is done on Drop and it is limited to a fixed number of keys)
The text was updated successfully, but these errors were encountered:
alexggh
changed the title
Make SharedTrieCache/LocalTrieCache work with entire state in them
Make SharedTrieCache/LocalTrieCache work with entire state in memory
Feb 11, 2025
Trie cache(SharedTrieCache and LocalTrieCache) needs to be extended and fixed to work with the assumption that the entire state will find its way into the SharedTrieCache. For that we need to:
The text was updated successfully, but these errors were encountered: