fetch-xrpl-transactions
fetch-xrpl-transactions copied to clipboard
Memo's aren't stored correctly
in BigQuery(xrpledgerdata.fullhistory.transactions) next information about column memo (type: REPEATED RECORD) for "r3i3CHq2WNR2H81ZdY8M9ykCnW8uN9pBJb" (XRP adress) :

But values from bithomp & developers.ripple.com (recoded from HEX to ASCII) is different with BigQuery


I encountered differences when building distribution of clients (bithomp wallet, ripple client desktop etc.). Maybe you know, what can it be. adress: r3i3CHq2WNR2H81ZdY8M9ykCnW8uN9pBJb transaction: 6BCE5DECEC550A9F890D70109AAECB8280AD71C0061FB383B93D32B3D5C31202 Best regards, Marat
A bit late here, but it looks like the image on the left is decoded, and the one on the right is the raw memo format. They're encoded like mentioned here: https://xrpl.org/transaction-common-fields.html#memos-field
Which is correct, I can't say.