cosmos-sdk/x/distribution/types
Alessio Treglia 1fddce73b3
x/distribution: fix module's parameters validation (#8918)
* x/distribution: fix module's parameters validation

closes: #8914

* Update x/distribution/types/params.go

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>

* Update x/distribution/types/params_internal_test.go

Co-authored-by: Robert Zaremba <robert@zaremba.ch>

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
2021-03-17 20:06:54 +00:00
..
codec.go RegisterInterfaces registers service Msg type_urls (#7671) 2020-10-28 19:20:45 +00:00
common_test.go Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419) 2020-11-09 16:01:43 +00:00
delegator.go Merge PR #5610: proto: migrate x/distr to use hybrid codec 2020-02-11 09:58:37 -05:00
distribution.pb.go Update gogo proto deps with v1.3.2 security fixes (#8350) 2021-01-15 19:45:34 +00:00
errors.go Merge PR #5665: Bump Module ABCI Error Codes 2020-02-18 14:43:00 +01:00
events.go Merge PR #5102: Make events const and alias them (if internal) 2019-09-25 09:17:02 -07:00
expected_keepers.go [Bank] Remove the unsafe balance changing API (#8473) 2021-02-17 18:20:33 +00:00
fee_pool.go Merge PR #5610: proto: migrate x/distr to use hybrid codec 2020-02-11 09:58:37 -05:00
fee_pool_test.go x/distribution: fix module's parameters validation (#8918) 2021-03-17 20:06:54 +00:00
genesis.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
genesis.pb.go Update gogo proto deps with v1.3.2 security fixes (#8350) 2021-01-15 19:45:34 +00:00
keys.go Refactor store keys for variable-length addresses (#8363) 2021-02-01 13:17:44 +00:00
msg.go [rosetta] implement balance tracking and redo tx construction (#8729) 2021-03-11 15:01:29 +00:00
msg_test.go Merge PR #5384: Fund Community Pool -- Part II 2019-12-10 23:02:15 -05:00
params.go x/distribution: fix module's parameters validation (#8918) 2021-03-17 20:06:54 +00:00
params_internal_test.go x/distribution: fix module's parameters validation (#8918) 2021-03-17 20:06:54 +00:00
params_test.go x/distribution: fix module's parameters validation (#8918) 2021-03-17 20:06:54 +00:00
proposal.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
querier.go x/distribution: gRPC query service (#6600) 2020-07-13 20:01:16 +00:00
query.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
query.pb.go Update gogo proto deps with v1.3.2 security fixes (#8350) 2021-01-15 19:45:34 +00:00
query.pb.gw.go gRPC gateway issue with colons in the account url path (#8649) 2021-02-22 11:30:45 +00:00
tx.pb.go Update gogo proto deps with v1.3.2 security fixes (#8350) 2021-01-15 19:45:34 +00:00
validator.go Merge PR #5610: proto: migrate x/distr to use hybrid codec 2020-02-11 09:58:37 -05:00