rippled icon indicating copy to clipboard operation
rippled copied to clipboard

[transaction] (Version: [1.12.0)

Open xiongjiabing opened this issue 1 year ago • 7 comments

{ "result": { "error_message": "Not synced to the network.", "request": { "tx_blob": "120000220000000024000000002e3e6910db201b0sdfdsfdsf511886e614000000002c66409684000000000000bb8732103bad647c4aa357316f6c71f41b42d080c1ed7a5a7ebdecc4130ad4f4534e2fb2e845044a0ee1448772c9", "command": "submit" }, "error_code": 17, "error": "noNetwork", "status": "error" } }

hi team, I get this error when I submit a transaction. Since I didn't get a txId, I was worried that the transaction might end up being successful. could you explain this error message?

xiongjiabing avatar Jan 04 '24 10:01 xiongjiabing

https://xrpl.org/server-doesnt-sync.html

https://xrpl.org/reliable-transaction-submission.html

ximinez avatar Jan 04 '24 17:01 ximinez

Is this being attacked?I see a lot of transactions happening and the amounts are small,e.g. 0.000001 XRP

xiongjiabing avatar Jan 04 '24 19:01 xiongjiabing

like an inscription transaction?

xiongjiabing avatar Jan 04 '24 19:01 xiongjiabing

There are reasons to believe its these scammers: https://xrp20coin.com/en. And, no, as I understand it inscriptions do not work with XRP Ledger drops.

scottschurr avatar Jan 04 '24 19:01 scottschurr

thank u so much, Like the transaction above, is it possible for it to reach the ledger? Since "error_message": "Not synced to the network.",

xiongjiabing avatar Jan 04 '24 19:01 xiongjiabing

and subsequent transactions are normal

xiongjiabing avatar Jan 04 '24 19:01 xiongjiabing

In the case where rippled's response includes "error_message": "Not synced to the network.", the transaction should not reach the ledger as a result of that particular request.

For this particular example tx, given that the tx_blob has been shared publicly in this GitHub issue, it is possible for anyone to submit it now. So if this tx is still valid (e.g. based on Sequence, LastLedgerSequence, etc) then it can reach the ledger - though not because of the "submit" that you ran earlier.

To reiterate, reliable transaction submission is intended to handle this and many other kinds of errors.

intelliot avatar Jan 04 '24 22:01 intelliot