Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memo's aren't stored correctly #7

Open
WietseWind opened this issue Feb 14, 2019 · 1 comment
Open

Memo's aren't stored correctly #7

WietseWind opened this issue Feb 14, 2019 · 1 comment

Comments

@WietseWind
Copy link
Owner

in BigQuery(xrpledgerdata.fullhistory.transactions) next information about column memo (type: REPEATED RECORD) for "r3i3CHq2WNR2H81ZdY8M9ykCnW8uN9pBJb" (XRP adress) :

image

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

image

image

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

@mankins
Copy link

mankins commented Mar 16, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants