-
Notifications
You must be signed in to change notification settings - Fork 72
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
Metadata transaction details view #1838
Comments
Fixed in #1839 |
yilmazbahadir
added a commit
that referenced
this issue
Mar 4, 2022
#1839) * fix: metadata non-ascii text update failure, views refresh issue, details view fixed, fixes #1837, #1838 * linting fixes in language files * fix: metadata value renamed to value delta in transaction details view * upgrade symbol-sdk to latest alpha - for metadata changes * fix: added unit tests for account, mosaic and namespace transaction detail views * whitespace issue in the language files is fixed * update symbol-sdk to the latest alpha * fix: symbol-sdk updated to v2.0.0 * fix: japanese, chinese and russian lang updates Co-authored-by: Baha <[email protected]>
Released in 1.0.11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When we are sending Metadata transactions in value field, we have a delta (xor) compared to the previous value. So:
The wallet is trying to present value change (in the case of edition) as a utf-8 text which causes invalid presentation.
In transaction details view we should:
Example tx view:
The text was updated successfully, but these errors were encountered: