cosmos-sdk/tx/textual/valuerenderer
Amaury 10ac33edb8
refactor: Move FormatCoins to core (#13306)
* refactor: Move FormatCoins to `core`

* Rename to shorter names

* Add chaneglog

* Don't panic

* add comments

* go mod tidy

* fix changelog

* move structs to top

* Fix test

* go mod tidy

* Refactor tests
2022-10-19 11:21:24 +00:00
..
bench_test.go feat: structured screens for SIGN_MODE_TEXTUAL (#13434) 2022-10-15 08:04:36 +00:00
bytes_test.go feat: structured screens for SIGN_MODE_TEXTUAL (#13434) 2022-10-15 08:04:36 +00:00
bytes.go feat: structured screens for SIGN_MODE_TEXTUAL (#13434) 2022-10-15 08:04:36 +00:00
coin_test.go feat: structured screens for SIGN_MODE_TEXTUAL (#13434) 2022-10-15 08:04:36 +00:00
coins_test.go feat: structured screens for SIGN_MODE_TEXTUAL (#13434) 2022-10-15 08:04:36 +00:00
coins.go refactor: Move FormatCoins to core (#13306) 2022-10-19 11:21:24 +00:00
dec_test.go refactor: Move FormatCoins to core (#13306) 2022-10-19 11:21:24 +00:00
dec.go refactor: Move FormatCoins to core (#13306) 2022-10-19 11:21:24 +00:00
duration_test.go feat: structured screens for SIGN_MODE_TEXTUAL (#13434) 2022-10-15 08:04:36 +00:00
duration.go feat: structured screens for SIGN_MODE_TEXTUAL (#13434) 2022-10-15 08:04:36 +00:00
int_test.go refactor: Move FormatCoins to core (#13306) 2022-10-19 11:21:24 +00:00
int.go refactor: Move FormatCoins to core (#13306) 2022-10-19 11:21:24 +00:00
protoreflect_list_test.go feat(textual): Coin and Coins value renderers (#12729) 2022-09-14 12:32:52 +02:00
timestamp_test.go feat: structured screens for SIGN_MODE_TEXTUAL (#13434) 2022-10-15 08:04:36 +00:00
timestamp.go feat: structured screens for SIGN_MODE_TEXTUAL (#13434) 2022-10-15 08:04:36 +00:00
types.go feat: structured screens for SIGN_MODE_TEXTUAL (#13434) 2022-10-15 08:04:36 +00:00
valuerenderer_test.go refactor: Move FormatCoins to core (#13306) 2022-10-19 11:21:24 +00:00
valuerenderer.go feat: duration renderer for SIGN_MODE_TEXTUAL (#13312) 2022-10-07 02:26:47 +02:00