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?

