cosmos-sdk/x/staking/keeper
Murali Krishna Komatireddy 7b8ab8ec77
fix: remove delegator addess from MsgCreateValidator (#14567)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Noel Ukwa <noeluchechukwu@gmail.com>
Co-authored-by: JayT106 <JayT106@users.noreply.github.com>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Julián Toledano <JulianToledano@users.noreply.github.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Denver <aeharvlee@gmail.com>
Co-authored-by: Hyunwoo Lee <denver@Hyunwoos-MacBook-Pro-2.local>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-01-17 11:48:40 +05:30
..
alias_functions.go refactor: migrate calls from alias file to appropriate store/types (#14455) 2023-01-10 15:31:06 +00:00
delegation_test.go feat!: IS rebase (#13122) 2022-10-09 12:21:20 +02:00
delegation.go refactor: migrate calls from alias file to appropriate store/types (#14455) 2023-01-10 15:31:06 +00:00
genesis.go refactor: simplify hooks implementation (#13396) 2022-09-27 20:37:26 +02:00
grpc_query_test.go refactor: move x/{moduleName}/test{ModuleName} to x/{moduleName}/testutil (#13427) 2022-10-02 10:42:52 -04:00
grpc_query.go refactor: migrate calls from alias file to appropriate store/types (#14455) 2023-01-10 15:31:06 +00:00
historical_info_test.go chore: lint tests (#14268) 2022-12-18 23:48:31 +00:00
historical_info.go refactor: migrate calls from alias file to appropriate store/types (#14455) 2023-01-10 15:31:06 +00:00
invariants.go chore: math lib update and type fixes (#12791) 2022-08-02 11:16:40 +00:00
keeper_test.go refactor: migrate calls from alias file to appropriate store/types (#14455) 2023-01-10 15:31:06 +00:00
keeper.go refactor: migrate calls from alias file to appropriate store/types (#14455) 2023-01-10 15:31:06 +00:00
migrations.go chore: use math.Int instead of math.Int and apply linting (#12702) 2022-07-26 00:24:47 +02:00
msg_server_test.go refactor: staking module using mocks (#12827) 2022-08-28 14:02:29 +00:00
msg_server.go fix: remove delegator addess from MsgCreateValidator (#14567) 2023-01-17 11:48:40 +05:30
params.go refactor: x/staking 0.47 audit (#14303) 2022-12-14 23:09:32 +00:00
pool.go refactor: Move x/auth's AccountI and ModuleAccountI interfaces to types package (#13937) 2023-01-03 11:25:09 +01:00
power_reduction_test.go refactor: staking module using mocks (#12827) 2022-08-28 14:02:29 +00:00
power_reduction.go chore: sdk.Int to math.Int (#12132) 2022-06-03 12:17:02 +00:00
query_utils.go refactor: migrate calls from alias file to appropriate store/types (#14455) 2023-01-10 15:31:06 +00:00
slash_test.go refactor: revert API breaking change on Slash (#14363) 2022-12-20 12:12:05 +01:00
slash.go refactor: revert API breaking change on Slash (#14363) 2022-12-20 12:12:05 +01:00
test_common.go refactor: migrate calls from alias file to appropriate store/types (#14455) 2023-01-10 15:31:06 +00:00
unbonding_test.go feat!: IS rebase (#13122) 2022-10-09 12:21:20 +02:00
unbonding.go refactor: x/staking 0.47 audit (#14303) 2022-12-14 23:09:32 +00:00
val_state_change.go refactor: x/staking 0.47 audit (#14303) 2022-12-14 23:09:32 +00:00
validator_test.go refactor: move x/{moduleName}/test{ModuleName} to x/{moduleName}/testutil (#13427) 2022-10-02 10:42:52 -04:00
validator.go refactor: migrate calls from alias file to appropriate store/types (#14455) 2023-01-10 15:31:06 +00:00