cosmos-sdk/x/staking/keeper
Zachary Becker fd170b5140
feat: Update Cosmos SDK to CometBFT v2 (#24837)
Co-authored-by: aljo242 <alex@interchainlabs.io>
2025-06-04 17:34:20 +00:00
..
abci.go feat: Update Cosmos SDK to CometBFT v2 (#24837) 2025-06-04 17:34:20 +00:00
alias_functions.go chore(x/staking): audit changes (backport #16795) (#16815) 2023-07-03 08:04:12 +00:00
delegation_test.go chore: run modernize (#24356) 2025-04-03 10:42:20 -04:00
delegation.go chore: fix all linting (#24101) 2025-03-21 15:04:36 -07:00
genesis.go feat: Update Cosmos SDK to CometBFT v2 (#24837) 2025-06-04 17:34:20 +00:00
grpc_query_test.go refactor(x/staking)!: KVStoreService, return errors and use context.Context (backport #16324) (#16598) 2023-06-19 11:40:27 -03:00
grpc_query.go chore: lint v2 (#24118) 2025-03-25 15:57:24 +00:00
historical_info_test.go feat: Update Cosmos SDK to CometBFT v2 (#24837) 2025-06-04 17:34:20 +00:00
historical_info.go refactor: migrate away from using valBech32 globals (2/2) (backport #17157) (#17379) 2023-08-14 17:06:56 +02:00
keeper_test.go feat: Update Cosmos SDK to CometBFT v2 (#24837) 2025-06-04 17:34:20 +00:00
keeper.go feat: Update Cosmos SDK to CometBFT v2 (#24837) 2025-06-04 17:34:20 +00:00
migrations.go chore(x/staking): audit changes (backport #16795) (#16815) 2023-07-03 08:04:12 +00:00
msg_server_test.go chore: lint fixes (#24084) 2025-03-20 16:20:39 -04:00
msg_server.go chore(all): modernized code with slices (#24125) 2025-03-25 17:31:32 +00:00
params.go chore(x/staking): audit changes (backport #16795) (#16815) 2023-07-03 08:04:12 +00:00
pool.go chore(x/staking): audit changes (backport #16795) (#16815) 2023-07-03 08:04:12 +00:00
power_reduction_test.go style: add gci linter (#16758) 2023-06-29 09:46:37 +00:00
power_reduction.go chore(x/staking): audit changes (backport #16795) (#16815) 2023-07-03 08:04:12 +00:00
query_utils.go chore: fix all linting (#24101) 2025-03-21 15:04:36 -07:00
slash_test.go refactor!: remove types/math aliases (backport #16798) (#16803) 2023-06-30 19:56:38 +02:00
slash.go chore: fix godoc comments for functions and structs (#24736) 2025-05-13 13:48:13 +00:00
test_common.go refactor: migrate away from using valBech32 globals (2/2) (backport #17157) (#17379) 2023-08-14 17:06:56 +02:00
unbonding_test.go refactor: remove global valaddress bech32 codec calls (1/2) (backport #17098) (#17149) 2023-07-27 00:55:11 +02:00
unbonding.go refactor: remove global valaddress bech32 codec calls (1/2) (backport #17098) (#17149) 2023-07-27 00:55:11 +02:00
val_state_change.go feat: Update Cosmos SDK to CometBFT v2 (#24837) 2025-06-04 17:34:20 +00:00
validator_test.go feat: Update Cosmos SDK to CometBFT v2 (#24837) 2025-06-04 17:34:20 +00:00
validator.go chore: fix godoc comments for functions and structs (#24736) 2025-05-13 13:48:13 +00:00