You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
web-wallet should use watcher's endpoint to fetch all the confirmed deposits instead of calling Ethereum node.
As for the unconfirmed deposits (deposits not yet seen by Watcher passed the configured block confirmations), the web-wallet could look only for pending statuses from Ethereum node.
ie. wallet call Eth node for deposits between web3.eth.isSyncing().currentBlockHeight - services_synced_heights.depositor as opposed to searching from the genesis block/block 0
The text was updated successfully, but these errors were encountered:
web-wallet should use watcher's endpoint to fetch all the confirmed deposits instead of calling Ethereum node.
As for the unconfirmed deposits (deposits not yet seen by Watcher passed the configured block confirmations), the web-wallet could look only for pending statuses from Ethereum node.
ie. wallet call Eth node for deposits between
web3.eth.isSyncing().currentBlockHeight
-services_synced_heights.depositor
as opposed to searching from the genesis block/block 0The text was updated successfully, but these errors were encountered: