cosmos-sdk/x/staking/keeper
Marko a7ececc34d
refactor(staking): move delegation and validator interfaces to ./types (#18198)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2023-11-30 21:18:42 +00:00
..
abci.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
alias_functions.go refactor(staking): move delegation and validator interfaces to ./types (#18198) 2023-11-30 21:18:42 +00:00
cons_pubkey.go ci: optimize linter script (#18480) 2023-11-16 12:57:32 +00:00
delegation_test.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
delegation.go refactor(staking): move delegation and validator interfaces to ./types (#18198) 2023-11-30 21:18:42 +00:00
genesis.go refactor(staking): move delegation and validator interfaces to ./types (#18198) 2023-11-30 21:18:42 +00:00
grpc_query_test.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
grpc_query.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
historical_info_test.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
historical_info.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +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(x/auth): spin out go.mod (#18351) 2023-11-07 11:42:58 +00:00
keeper.go feat(x/staking): implement RotateConsPubKey method (#18188) 2023-11-15 06:59:50 +00:00
migrations.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
msg_server_test.go imp(staking): detect the length of the ed25519 pubkey in CreateValidator to prevent panic (#18506) 2023-11-27 09:41:17 +00:00
msg_server.go refactor(staking): move delegation and validator interfaces to ./types (#18198) 2023-11-30 21:18:42 +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 refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
slash_test.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
slash.go refactor(staking): move delegation and validator interfaces to ./types (#18198) 2023-11-30 21:18:42 +00:00
test_common.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
unbonding_test.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
unbonding.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
val_state_change.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
validator_test.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
validator.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00