Description:
Based on feedback from @cwgoes
what is the thinking here @cwgoes @zramsay? something beyond preference?
I think 24-hour time is unambiguous and ought to be the preferred world format - it's definitely popular among our initial likely userbase.
However, as my preference may not be universally shared - it doesn't necessarily need to be the default - a configuration option would be nice.
a configuration option would be nice
makes sense to me. maybe we can take this config from the browser.
Agree let's pick the system/browser preferences then eventually we can override them with some config
I would like to include in this also some fixes on time:
transaction.time seems not to be there for cosmos-sdk/Send transactions
transactions get enriched with time in Voyager (transaction module > enrichTransactions). transactions don't hold time. only block header information hold time.
This could/should move into stargate at some point.
Exactly,
totally agree on adding this before it hit the client
in the meanwhile the cause of the missed enrichment was just another Type mismatch :)
heightsSet: {28, 25, "2", "5", "8"}
Most helpful comment
Requested: https://github.com/cosmos/cosmos-sdk/issues/3238