A key bottleneck in Cashtab performance is the need to refresh the entire utxo set every 10s.
This diff isolates and refreshes only the changed utxos (and not if they have only changed by confirming)
Differential D9570
[Cashtab] Only hydrate changed utxos bytesofman on May 23 2021, 20:05. Authored by Tags None Subscribers None
Details
A key bottleneck in Cashtab performance is the need to refresh the entire utxo set every 10s. This diff isolates and refreshes only the changed utxos (and not if they have only changed by confirming) npm test and confirm all unit tests pass
Diff Detail
Event TimelineComment Actions CAUTION: Only run this diff with new wallets created for testing. Still issues in utxo matching. Running with an existing wallet may lead to balance errors and require re-importing the wallet. This diff is unfinished. Debug logging still present, some bugs still need to be worked out. |