cosmos-sdk/x/distribution/keeper
Joe Bowman 3cf11e1f7d
feat!: add 'amount' field to withdrawal responses #11457
2022-03-28 14:31:47 -04:00
..
alias_functions.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
allocation.go Make clearer that the distribution iterates over all active validators (#8866) 2021-03-29 16:57:50 +00:00
allocation_test.go feat!: Ensure InitGenesis returns with non-empty validator set (#9697) 2021-10-05 12:02:51 +00:00
common_test.go x/auth: remove alias.go usage (#6440) 2020-06-17 14:42:27 -04:00
delegation.go Refactor Logging using Zerolog (#8072) 2020-12-03 23:17:21 +00:00
delegation_test.go feat!: Ensure InitGenesis returns with non-empty validator set (#9697) 2021-10-05 12:02:51 +00:00
fee_pool.go Merge PR #6010: Merge x/supply into x/bank 2020-04-20 11:22:12 -04:00
genesis.go [Bank] Remove the unsafe balance changing API (#8473) 2021-02-17 18:20:33 +00:00
grpc_query.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
grpc_query_test.go feat!: Ensure InitGenesis returns with non-empty validator set (#9697) 2021-10-05 12:02:51 +00:00
hooks.go feat!: add error handling to staking hooks (#9571) 2021-06-30 10:13:07 +00:00
invariants.go Use enum instead of int32 for BondStatus (#7499) 2020-10-12 13:56:02 +00:00
keeper.go refactor: reuse bank blocked addrs list (#10816) 2021-12-23 10:17:50 +00:00
keeper_test.go feat!: Ensure InitGenesis returns with non-empty validator set (#9697) 2021-10-05 12:02:51 +00:00
migrations.go refactor: Rename x/{mod}/legacy to x/{mod}/migrations (#9628) 2021-07-05 14:55:51 +00:00
msg_server.go feat!: add 'amount' field to withdrawal responses #11457 2022-03-28 14:31:47 -04:00
params.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
proposal_handler.go refactor: reuse bank blocked addrs list (#10816) 2021-12-23 10:17:50 +00:00
querier.go docs: cache-wrapping and virtual store (#8102) 2021-01-05 15:57:33 +00:00
querier_test.go feat!: Ensure InitGenesis returns with non-empty validator set (#9697) 2021-10-05 12:02:51 +00:00
store.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
validator.go Use enum instead of int32 for BondStatus (#7499) 2020-10-12 13:56:02 +00:00