[wallet] display human-readable inputs (instead of "pure" format) · Issue #6873 · iotaledger/iota · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Displaying inputs in a "pure" format provides no business information and does not help verify the transaction.
Instead, the value should be displayed "before encoding."
Since the wallet first performs a dry run, the values can easily be extracted from the response.
Screenshot 1: The "pure" values currently displayed by the wallet.
QU9RTFZBSUFBQUE9
bURvQUFBQUFBQUE9
TWdBQUFBQUFBQUE9,
MUUzR0xnTkdaemRsK3Y3WkVuUHBibXpPVUpzc3dsRWVoVjhhT1pPM01lOD0=
QWRSTnhpNERSbWMzWmZyKzJSSno2VzVzemxDYkxNSlJIb1ZmR2ptVHR6SHY=
etc
Screenshot 2: An excerpt from the dry run response with these same values "readable" by a human.
valueType=u64, value=10000000000
valueType=u64, value=15000
valueType=u64, value=50
valueType=address, value="0xd44dc62e0346673765fafed91273e96e6cce509b2cc2511e855f1a3993b731ef"
valueType=vector(address), value=["0xd44dc62e0346673765fafed91273e96e6cce509b2cc2511e855f1a3993b731ef"]
etc
Are you planning to do it yourself in a pull request?
No.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Description-Motivation
Displaying inputs in a "pure" format provides no business information and does not help verify the transaction.
Instead, the value should be displayed "before encoding."
Since the wallet first performs a dry run, the values can easily be extracted from the response.
Screenshot 1: The "pure" values currently displayed by the wallet.
QU9RTFZBSUFBQUE9
bURvQUFBQUFBQUE9
TWdBQUFBQUFBQUE9,
MUUzR0xnTkdaemRsK3Y3WkVuUHBibXpPVUpzc3dsRWVoVjhhT1pPM01lOD0=
QWRSTnhpNERSbWMzWmZyKzJSSno2VzVzemxDYkxNSlJIb1ZmR2ptVHR6SHY=
etc
Screenshot 2: An excerpt from the dry run response with these same values "readable" by a human.
valueType=u64, value=10000000000
valueType=u64, value=15000
valueType=u64, value=50
valueType=address, value="0xd44dc62e0346673765fafed91273e96e6cce509b2cc2511e855f1a3993b731ef"
valueType=vector(address), value=["0xd44dc62e0346673765fafed91273e96e6cce509b2cc2511e855f1a3993b731ef"]
etc
Are you planning to do it yourself in a pull request?
No.
The text was updated successfully, but these errors were encountered: