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
Wanted to know if it can be configured to save the last, say 100K blocks of state instead of 128 blocks ?
How can I query the balance of a specific address in historical blocks without running an archive node, especially when encountering the "missing trie node" issue on a full node? Is it possible to modify the Geth source code to set trieInMemory = 100,000 for this purpose?