cosmos / ledger-cosmos-obsolete

Ledger Nano S support for Tendermint/Cosmos
Apache License 2.0
42 stars 29 forks source link

Cosmos App - Add support for friendly names in Transaction Viewer #116

Closed jleni closed 5 years ago

jleni commented 5 years ago

At the moment, the Cosmos app allows navigating transactions by traversing JSON as a tree and showing in the screen key-value pairs. JSON is seen as a nested dictionary and keys as a path to arrive to the corresponding value.

Some paths are long and not easy to understand. Given that there are several quite common paths, introduce a lookup table with friendly names for the most common elements.

jleni commented 5 years ago

Waiting for integration in https://github.com/LedgerHQ/ledger-app-cosmos/pull/5

jleni commented 5 years ago

LedgerHQ/ledger-app-cosmos#5 has been merged. Closing.