trustee-wallet / trusteeWallet

you can build your own trustee wallet from full source code
MIT License
150 stars 85 forks source link

XRP transactions still not updating even on VPN #145

Closed skep1337 closed 6 months ago

skep1337 commented 2 years ago

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

Turtus commented 2 years ago

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

skep1337 commented 2 years ago

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

Turtus commented 2 years ago

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

Turtus commented 6 months ago

fixed *long ago just added proxy for long time connections