cosmos-sdk/x/staking/keeper
2024-05-28 12:30:09 +00:00
..
abci.go feat: Conditionally emit metrics based on enablement (#19903) 2024-04-11 20:32:52 +00:00
alias_functions.go refactor(core,x/**): simplify core service api and embed environment in keepers (#20071) 2024-04-17 18:18:16 +00:00
cons_pubkey_test.go refactor(x/staking)!: removes the use of Accounts String() method (#19742) 2024-03-19 09:20:42 +00:00
cons_pubkey.go refactor(core,x/**): simplify core service api and embed environment in keepers (#20071) 2024-04-17 18:18:16 +00:00
delegation_test.go chore: typo fix (#20130) 2024-04-22 15:53:53 +00:00
delegation.go chore: make fmt.Errorf use %w to wrap error instead of %v (#20350) 2024-05-12 08:11:25 +00:00
genesis.go chore: make fmt.Errorf use %w to wrap error instead of %v (#20350) 2024-05-12 08:11:25 +00:00
grpc_query_test.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
grpc_query.go refactor(core,x/**): simplify core service api and embed environment in keepers (#20071) 2024-04-17 18:18:16 +00:00
historical_info_test.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
historical_info.go refactor: fetch CometInfo from service (#20238) 2024-05-03 01:14:22 +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 chore: move logger to core (#20388) 2024-05-28 12:30:09 +00:00
keeper.go refactor: fetch CometInfo from service (#20238) 2024-05-03 01:14:22 +00:00
migrations.go refactor(core,x/**): simplify core service api and embed environment in keepers (#20071) 2024-04-17 18:18:16 +00:00
msg_server_test.go refactor! : bump comet to v1 (#19726) 2024-05-06 14:12:00 +00:00
msg_server.go refactor(runtime,core): split router service (#20401) 2024-05-16 08:04:40 +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 style: remove redundant import alias (#20109) 2024-04-21 19:03:43 +00:00
test_common.go refactor(core,x/**): simplify core service api and embed environment in keepers (#20071) 2024-04-17 18:18:16 +00:00
unbonding_test.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
unbonding.go refactor(core,x/**): simplify core service api and embed environment in keepers (#20071) 2024-04-17 18:18:16 +00:00
val_state_change.go refactor(core,x/**): simplify core service api and embed environment in keepers (#20071) 2024-04-17 18:18:16 +00:00
validator_test.go refactor(x/staking): use sdk validator updates (#19788) 2024-03-28 13:48:52 +00:00
validator.go refactor!(staking): remove comet crypto as a dep (#20295) 2024-05-07 10:27:47 +00:00