cosmos / ledger-cosmos-obsolete

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

Break down json_parser.h/cpp #55

Closed brejski closed 6 years ago

brejski commented 6 years ago

json_parser grew out of control to become a one big monster with tons of API representing different level of granularity (low level generic json parsing to very specific cosmos message parsing APIs).

We should move some of the higher level APIs to a new file.

jleni commented 6 years ago

is this still relevant?

brejski commented 6 years ago

Yes, it's part of the cleanup. json_parser contains transaction parsing code which should really be moved to another file.

brejski commented 6 years ago

Issue has been fixed now.