cosmos-sdk/x/staking/keeper
2023-09-27 07:43:38 +00:00
..
abci.go chore(x/staking): audit changes (#16795) 2023-07-03 07:14:17 +00:00
alias_functions.go chore(x/staking/keeper): remove redundant code/returns (#17890) 2023-09-27 07:43:38 +00:00
delegation_test.go refactor: migrate x/staking Params to use collections (#17778) 2023-09-18 16:06:42 +00:00
delegation.go refactor!: deprecate blocktime on context (#17738) 2023-09-18 13:55:21 +00:00
genesis.go refactor!: use context.Context in genesis api (#17885) 2023-09-26 16:03:41 +00:00
grpc_query_test.go refactor(x/staking)!: KVStoreService, return errors and use context.Context (#16324) 2023-06-16 18:40:44 +00:00
grpc_query.go refactor(staking): change historicalinfo to contain minimal set of data (#17655) 2023-09-19 10:59:04 +00:00
historical_info_test.go chore: amend validator to validators (#17809) 2023-09-19 12:34:13 +00:00
historical_info.go chore: amend validator to validators (#17809) 2023-09-19 12:34:13 +00:00
invariants.go refactor(x/staking): Migrate UnbondingDelegation to collections (#17270) 2023-08-28 08:38:11 +00:00
keeper_test.go refactor: migrate x/staking Params to use collections (#17778) 2023-09-18 16:06:42 +00:00
keeper.go chore: amend validator to validators (#17809) 2023-09-19 12:34:13 +00:00
migrations.go chore: remove staking and distr param dependence (#17834) 2023-09-22 07:56:06 +00:00
msg_server_test.go refactor!: deprecate blocktime on context (#17738) 2023-09-18 13:55:21 +00:00
msg_server.go refactor: migrate x/staking Params to use collections (#17778) 2023-09-18 16:06:42 +00:00
params.go refactor: migrate x/staking Params to use collections (#17778) 2023-09-18 16:06:42 +00:00
pool.go feat(x/bank): introduce msg burn to bank keeper (#17569) 2023-09-08 15:59:04 +00:00
power_reduction_test.go style: add gci linter (#16605) 2023-06-22 15:35:51 +00:00
power_reduction.go chore(x/staking): audit changes (#16795) 2023-07-03 07:14:17 +00:00
query_utils.go refactor(x/staking): Migrate UnbondingDelegation to collections (#17270) 2023-08-28 08:38:11 +00:00
slash_test.go refactor!: remove types/math aliases (#16798) 2023-06-30 17:09:03 +00:00
slash.go refactor!: deprecate blocktime on context (#17738) 2023-09-18 13:55:21 +00:00
test_common.go refactor: migrate away from using valBech32 globals (2/2) (#17157) 2023-08-14 08:04:24 +00:00
unbonding_test.go refactor: remove global valaddress bech32 codec calls (1/2) (#17098) 2023-07-26 19:01:21 +00:00
unbonding.go refactor!: deprecate blocktime on context (#17738) 2023-09-18 13:55:21 +00:00
val_state_change.go refactor: migrate x/staking Params to use collections (#17778) 2023-09-18 16:06:42 +00:00
validator_test.go refactor: migrate x/staking Params to use collections (#17778) 2023-09-18 16:06:42 +00:00
validator.go refactor!: deprecate blocktime on context (#17738) 2023-09-18 13:55:21 +00:00