trustee-wallet/trusteeWallet

XRP transactions still not updating even on VPN

skep1337 opened this issue · 4 comments

Withdraws staying on "IN PROCESS", deposits not showing at all.

please check logs - Setting - Export Logs - CryptoLogs.log - do you see any network errors ? it should be some

XRP ledger logs with address and balance removed:

2022-05-15 09:46:17 BlocksoftBalances.getBalance XRP [REDACTED] started
2022-05-15 09:46:17 BlocksoftAxios.postWithoutBraking try {"time":0,"tries":0} start https://xrplcluster.com
2022-05-15 09:46:17 BlocksoftAxios.post fetch link https://xrplcluster.com
2022-05-15 09:46:17 BlocksoftAxios.post fetch link https://xrplcluster.com status 200
2022-05-15 09:46:17 BlocksoftAxios.postWithoutBraking try {"time":0,"tries":0} success https://xrplcluster.com
2022-05-15 09:46:17 BlocksoftBalances.getBalance XRP [REDACTED] ended {"balance":"redacted","unconfirmed":0,"provider":"https://xrplcluster.com"}
2022-05-15 09:46:17 XrpScannerProcessor.getTransactions started [REDACTED]
2022-05-15 09:46:17 BlocksoftAxios.postWithoutBraking try {"time":0,"tries":0} start https://xrplcluster.com
2022-05-15 09:46:17 BlocksoftAxios.post fetch link https://xrplcluster.com
2022-05-15 09:46:18 BlocksoftAxios.post fetch link https://xrplcluster.com status 200
2022-05-15 09:46:18 BlocksoftAxios.postWithoutBraking try {"time":0,"tries":0} success https://xrplcluster.com
2022-05-15 09:46:18 XrpScannerProcessor.DataScan._getLedger started 71661510
2022-05-15 09:46:18 XrpScannerProcessor.DataScan._getLedger started 71661380
2022-05-15 09:46:18 XrpScannerProcessor.DataScan._getLedger started 71661148
2022-05-15 09:46:18 XrpScannerProcessor.DataScan._getLedger started 71423007
2022-05-15 09:46:18 XrpScannerProcessor.DataScan._getLedger started 71268710
2022-05-15 09:46:18 XrpScannerProcessor.DataScan._getLedger started 71030450
2022-05-15 09:46:18 XrpScannerProcessor.DataScan._getLedger started 70851024
2022-05-15 09:46:18 XrpScannerProcessor.DataScan._getLedger started 70664062
2022-05-15 09:46:18 XrpScannerProcessor.DataScan._getLedger started 70486704
2022-05-15 09:46:18 XrpScannerProcessor.DataScan._getLedger started 70485499
2022-05-15 09:46:18 XrpScannerProcessor.DataScan._getLedger started 70484721
2022-05-15 09:46:18 XrpScannerProcessor.DataScan._getLedger started 70408302
2022-05-15 09:46:18 XrpScannerProcessor.DataScan._getLedger started 70310720
2022-05-15 09:46:18 XrpScannerProcessor.DataScan._getLedger started 70102570
2022-05-15 09:46:18 XrpScannerProcessor.DataScan._getLedger started 69916129
2022-05-15 09:46:18 XrpScannerProcessor.DataScan._getLedger started 69793828
2022-05-15 09:46:18 XrpScannerProcessor.DataScan._getLedger started 69740961
2022-05-15 09:46:18 XrpScannerProcessor.DataScan._getLedger started 69412416
2022-05-15 09:46:18 XrpScannerProcessor.DataScan._getLedger started 69335570
2022-05-15 09:46:18 XrpScannerProcessor.DataScan._getLedger started 69266982
2022-05-15 09:46:18 XrpScannerProcessor.DataScan._getLedger started 69253470

thanks - now i see - its back history scanning - as getLedger is for history) i will rethink how could make new transactions scan asap before historical
now we are redefining trustee scanning full mechanics with server side scanning - as direct node and apis from wallet makes me cry sometimes