cosmos-sdk/x/staking/keeper
atheeshp 2a95a4abdd
docs: add consensus pubkey docs (#19081)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
2024-01-18 09:23:21 +00:00
..
abci.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
alias_functions.go refactor: remove panic usage in keeper methods (#18636) 2023-12-12 09:51:23 +00:00
cons_pubkey_test.go feat: include rotate keys logic in abci (#18236) 2023-12-22 10:14:15 +00:00
cons_pubkey.go test: add tests for cons pubkey rotation (#18965) 2024-01-09 04:56:14 +00:00
delegation_test.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
delegation.go refactor: remove panic usage in keeper methods (#18636) 2023-12-12 09:51:23 +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
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 panic usage in keeper methods (#18636) 2023-12-12 09:51:23 +00:00
keeper.go docs: add consensus pubkey docs (#19081) 2024-01-18 09:23:21 +00:00
migrations.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
msg_server_test.go feat: include rotate keys logic in abci (#18236) 2023-12-22 10:14:15 +00:00
msg_server.go test: add tests for cons pubkey rotation (#18965) 2024-01-09 04:56:14 +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: remove panic usage in keeper methods (#18636) 2023-12-12 09:51:23 +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 feat: include rotate keys logic in abci (#18236) 2023-12-22 10:14:15 +00:00
validator_test.go test: add tests for cons pubkey rotation (#18965) 2024-01-09 04:56:14 +00:00
validator.go test: add tests for cons pubkey rotation (#18965) 2024-01-09 04:56:14 +00:00