cosmos-sdk/x/params/client/cli
yihuang 54201d11e6
cli: convert coins to smallest unit registered (#7777)
* cli: convert coins to smallest unit registered

fixes: #7623

- test order of decimal operations
- support both int and decimal coins, truncate when normalizing to
  base unit

* Update types/coin_test.go

* Update types/coin_test.go

Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: Amaury <amaury.martiny@protonmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-11-16 11:34:54 +00:00
..
cli_test.go enable -race on go test (#7305) 2020-09-15 10:43:46 +01:00
query.go Require proto.Message in client.Context.PrintOutput (#6999) 2020-08-11 03:19:49 -04:00
tx.go cli: convert coins to smallest unit registered (#7777) 2020-11-16 11:34:54 +00:00
tx_test.go rename RegisterCodec to RegisterLegacyAminoCodec (#7243) 2020-09-07 14:47:12 +00:00