cosmos-sdk/x/staking/keeper
Likhita Polavarapu 2085695078
refactor(x/staking): migrate RedelegationQueue to collections (#17486)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-09-08 17:10:33 +00:00
..
abci.go chore(x/staking): audit changes (#16795) 2023-07-03 07:14:17 +00:00
alias_functions.go refactor(x/staking): Migrate LastValidatorPower to Collections (#17498) 2023-08-30 21:21:40 +00:00
delegation_test.go refactor(x/staking): migrate redelegation key to use collections (#17315) 2023-08-17 10:32:10 +00:00
delegation.go refactor(x/staking): migrate RedelegationQueue to collections (#17486) 2023-09-08 17:10:33 +00:00
genesis.go refactor(x/staking): Migrate UnbondingDelegation to collections (#17270) 2023-08-28 08:38:11 +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(x/staking): Migrate UnbondingDelegationByValIndex to use collections (#17291) 2023-08-30 09:21:10 +00:00
historical_info_test.go refactor: migrate away from using valBech32 globals (2/2) (#17157) 2023-08-14 08:04:24 +00:00
historical_info.go perf: use store has instead of get in HistoricalInfo (#17400) 2023-08-16 07:26:14 +00:00
invariants.go refactor(x/staking): Migrate UnbondingDelegation to collections (#17270) 2023-08-28 08:38:11 +00:00
keeper_test.go refactor(x/staking): migrate RedelegationQueue to collections (#17486) 2023-09-08 17:10:33 +00:00
keeper.go refactor(x/staking): migrate RedelegationQueue to collections (#17486) 2023-09-08 17:10:33 +00:00
migrations.go chore(x/staking): audit changes (#16795) 2023-07-03 07:14:17 +00:00
msg_server_test.go refactor(x/staking): migrate delegation key to collections (#17162) 2023-08-09 07:15:12 +00:00
msg_server.go refactor: migrate away from using valBech32 globals (2/2) (#17157) 2023-08-14 08:04:24 +00:00
params.go chore(x/staking): audit changes (#16795) 2023-07-03 07:14:17 +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: migrate away from using valBech32 globals (2/2) (#17157) 2023-08-14 08:04:24 +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(x/staking): Migrate UnbondingDelegation to collections (#17270) 2023-08-28 08:38:11 +00:00
val_state_change.go refactor(x/staking): Use gogotypes Int64Value instead of bytes for LastValidatorPower (#17604) 2023-09-01 21:28:17 +00:00
validator_test.go refactor(x/staking): Migrate LastValidatorPower to Collections (#17498) 2023-08-30 21:21:40 +00:00
validator.go refactor(x/staking): Migrate ValidatorQueue to use Collections (#17562) 2023-09-08 16:43:44 +00:00