mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
7adfbb5467
- reverted a change that stopped looking for ERC20 transfers if no nonce and balance change found within a block range for ETH - implemented sending EventRecentHistoryReady event at a proper time - moved EventFetchingRecentHistory event to Strategy type as it does not make sense to send this event in loop - moved iterating through blocks logic to inside of `loadTransfers` command, which now accepts a block range. - reuse `uniqueHeaders` function in commands.go - clean up Updates #10246