cosmos-sdk/x/staking/keeper
mergify[bot] 974a24c58c
feat: Conditionally emit metrics based on enablement (backport #19903) (#20017)
Co-authored-by: Lucas Francisco López <lucaslopezf@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-04-12 12:13:28 +02:00
..
abci.go feat: Conditionally emit metrics based on enablement (backport #19903) (#20017) 2024-04-12 12:13:28 +02:00
alias_functions.go chore(x/staking): audit changes (backport #16795) (#16815) 2023-07-03 08:04:12 +00:00
delegation_test.go refactor: migrate away from using valBech32 globals (2/2) (backport #17157) (#17379) 2023-08-14 17:06:56 +02:00
delegation.go fix(staking): fix impossible conditions (#19621) 2024-03-01 19:27:14 +01:00
genesis.go refactor: migrate away from using valBech32 globals (2/2) (backport #17157) (#17379) 2023-08-14 17:06:56 +02: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 refactor: migrate away from using valBech32 globals (2/2) (backport #17157) (#17379) 2023-08-14 17:06:56 +02:00
historical_info_test.go refactor: migrate away from using valBech32 globals (2/2) (backport #17157) (#17379) 2023-08-14 17:06:56 +02:00
historical_info.go refactor: migrate away from using valBech32 globals (2/2) (backport #17157) (#17379) 2023-08-14 17:06:56 +02:00
invariants.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(staking)!: add consensus and validator address codec in staking (backport #16959) (#16977) 2023-07-13 11:40:57 +00:00
keeper.go feat(staking)!: add consensus and validator address codec in staking (backport #16959) (#16977) 2023-07-13 11:40:57 +00:00
migrations.go chore(x/staking): audit changes (backport #16795) (#16815) 2023-07-03 08:04:12 +00:00
msg_server_test.go refactor: remove global valaddress bech32 codec calls (1/2) (backport #17098) (#17149) 2023-07-27 00:55:11 +02:00
msg_server.go chore(staking): add delegator to events (backport #18006) (#18011) 2023-10-09 11:48:57 +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 fix(staking): fix impossible conditions (#19621) 2024-03-01 19:27:14 +01:00
slash_test.go refactor!: remove types/math aliases (backport #16798) (#16803) 2023-06-30 19:56:38 +02:00
slash.go Merge pull request from GHSA-86h5-xcpx-cfqc 2024-02-27 17:28:05 +01: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 refactor: migrate away from using valBech32 globals (2/2) (backport #17157) (#17379) 2023-08-14 17:06:56 +02:00
validator_test.go refactor: migrate away from using valBech32 globals (2/2) (backport #17157) (#17379) 2023-08-14 17:06:56 +02:00
validator.go fix(baseapp): Utilizing voting power from VEs in ValidateVoteExtensions (backport #17518) (#17552) 2023-08-28 15:49:16 +02:00