Update sync processes for UTXO and TXID tries.
For UTXO, maintaining a cache file of all UTXO events would enable much faster downloads compared to downloading from subsquid. UTXO syncing could also download the merkle trie directly, but this only works when downloading tries on which the user's account has no history.
For TXID, since the event log is not needed, the TXID merkle trie can be downloaded and used as-is. Significantly faster than downloading events from subsquid or some cache.
Update sync processes for UTXO and TXID tries.
For UTXO, maintaining a cache file of all UTXO events would enable much faster downloads compared to downloading from subsquid. UTXO syncing could also download the merkle trie directly, but this only works when downloading tries on which the user's account has no history.
For TXID, since the event log is not needed, the TXID merkle trie can be downloaded and used as-is. Significantly faster than downloading events from subsquid or some cache.