cosmos-sdk/x/staking/keeper
mergify[bot] c6b5f4afbe
chore: remove unused local variables (backport #22340) (#22343)
Co-authored-by: zakir <80246097+zakir-code@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-10-23 13:24:11 +02:00
..
abci.go refactor: simplify collected metrics (backport #21963) (#21967) 2024-09-28 19:22:10 +00:00
alias_functions.go refactor(core,x/**): simplify core service api and embed environment in keepers (#20071) 2024-04-17 18:18:16 +00:00
cons_pubkey_test.go refactor: revert auth extraction (backport #21507) (#21529) 2024-09-03 22:21:22 +00:00
cons_pubkey.go fix(staking): avoid the double iterator close in staking (backport #21823) (#21824) 2024-09-20 00:38:13 +02:00
delegation_test.go test(x/staking): Add test for shares to tokens conversion in delegation (#20840) 2024-07-03 12:42:11 +00:00
delegation.go chore(x/staking,x/upgrade): replace fmt.Errorf without parameters with errors.New (#21004) 2024-07-21 09:53:48 +00:00
genesis.go fix(x/staking): Add missing data from import/export (#20953) 2024-07-15 13:01:08 +00:00
grpc_query_test.go feat: Add consensus address to validator query response (#20434) 2024-06-21 10:15:03 +00:00
grpc_query.go chore: bump golangci-lint and fix all linting issues (backport #21761) (#21779) 2024-09-17 11:49:10 +00:00
hooks_test.go feat: include rotate keys logic in abci (#18236) 2023-12-22 10:14:15 +00:00
invariants.go refactor(staking): move delegation and validator interfaces to ./types (#18198) 2023-11-30 21:18:42 +00:00
keeper_test.go refactor: remove consensus as a imported type in modules (backport #21480) (#21638) 2024-09-10 19:10:37 +02:00
keeper.go refactor: remove consensus as a imported type in modules (backport #21480) (#21638) 2024-09-10 19:10:37 +02:00
migrations.go chore: fix functions' comments (#20974) 2024-07-17 11:52:06 +00:00
msg_server_test.go chore: bump golangci-lint and fix all linting issues (backport #21761) (#21779) 2024-09-17 11:49:10 +00:00
msg_server.go refactor: simplify collected metrics (backport #21963) (#21967) 2024-09-28 19:22:10 +00:00
params.go refactor: migrate x/staking Params to use collections (#17778) 2023-09-18 16:06:42 +00:00
pool.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +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 chore: remove unused local variables (backport #22340) (#22343) 2024-10-23 13:24:11 +02:00
slash_test.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
slash.go fix(x/slashing): do not error when val has zero tokens (backport #20977) (#21054) 2024-07-24 11:32:11 +00:00
test_common.go refactor(core,x/**): simplify core service api and embed environment in keepers (#20071) 2024-04-17 18:18:16 +00:00
unbonding_test.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
unbonding.go refactor(core,x/**): simplify core service api and embed environment in keepers (#20071) 2024-04-17 18:18:16 +00:00
val_state_change.go refactor(staking): check for nil ptrs after GetCachedValue() (backport #21300) (#21546) 2024-09-04 15:35:39 +00:00
validator_test.go refactor: revert auth extraction (backport #21507) (#21529) 2024-09-03 22:21:22 +00:00
validator.go chore(x/staking,x/upgrade): replace fmt.Errorf without parameters with errors.New (#21004) 2024-07-21 09:53:48 +00:00