cosmos-sdk/x/staking/keeper
Aaron Craelius f2d4a98039
feat: OpenTelemetry configuration and BaseApp instrumentation (#25516)
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-12-10 23:15:18 +00:00
..
abci.go feat: OpenTelemetry configuration and BaseApp instrumentation (#25516) 2025-12-10 23:15:18 +00:00
alias_functions.go chore: bump linter (#25424) 2025-10-10 08:52:49 -04:00
delegation_test.go fix: multiple typos of different importance (#25060) 2025-07-31 14:10:19 +00:00
delegation.go fix(staking): add missing iterator.Close() calls (#25649) 2025-12-08 18:52:45 +00:00
genesis.go refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04: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 refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04: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 refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04:00
keeper.go refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04:00
migrations.go chore(x/staking): audit changes (backport #16795) (#16815) 2023-07-03 08:04:12 +00:00
msg_server_test.go fix: add delegator address to redelegate event (#25258) 2025-09-02 17:00:03 +00:00
msg_server.go feat: OpenTelemetry configuration and BaseApp instrumentation (#25516) 2025-12-10 23:15:18 +00:00
params.go chore(x/staking): audit changes (backport #16795) (#16815) 2023-07-03 08:04:12 +00:00
pool.go chore(gov): decouple gov staking (#25615) 2025-11-27 20:00:00 +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: remove redundant iterator index bookkeeping in staking query utils (#25396) 2025-10-06 16:24:50 +00:00
slash_test.go refactor!: remove types/math aliases (backport #16798) (#16803) 2023-06-30 19:56:38 +02:00
slash.go docs: correct spelling errors across multiple packages (#24982) 2025-07-24 14:51:16 +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 fix: multiple typos of different importance (#25060) 2025-07-31 14:10:19 +00:00
val_state_change.go refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04:00
validator_test.go refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04:00
validator.go refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04:00