wallet: Cache the max_index for bip32 and bip86 address indices
This commit is a straightforward performance optimization. It caches two address-index values in memory instead of reading them from the database twice for every transaction output in every scanned block. The change fixes a slowdown during…
565da833by Christian Decker+15−52 files