cosmos-sdk/x/slashing/keeper
Julien Robert e15a0de251
feat(core): add migrations registering (#19370)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-02-09 09:30:39 +00:00
..
genesis_test.go refactor(slashing): spinout to new go module (#18201) 2023-10-25 15:28:32 +00:00
genesis.go refactor(staking): move delegation and validator interfaces to ./types (#18198) 2023-11-30 21:18:42 +00:00
grpc_query_test.go refactor(slashing): spinout to new go module (#18201) 2023-10-25 15:28:32 +00:00
grpc_query.go refactor(slashing): spinout to new go module (#18201) 2023-10-25 15:28:32 +00:00
hooks_test.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
hooks.go feat: include rotate keys logic in abci (#18236) 2023-12-22 10:14:15 +00:00
infractions.go fix(x/slashing): consensus failure after cons key rotation (#19038) 2024-01-12 14:42:26 +00:00
keeper_test.go style: package "slashing/types" is being imported more than once (#18452) 2023-11-13 08:09:14 +00:00
keeper.go refactor(slashing): spinout to new go module (#18201) 2023-10-25 15:28:32 +00:00
migrations.go feat(core): add migrations registering (#19370) 2024-02-09 09:30:39 +00:00
msg_server_test.go refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
msg_server.go refactor: remove gov dependency from modules and sdk (#18424) 2023-11-09 22:08:59 +00:00
params.go perf: Don't deserialize params for every validator in slashing (#18959) 2024-01-06 07:49:46 +00:00
signing_info_test.go fix(x/slashing): consensus failure after cons key rotation (#19038) 2024-01-12 14:42:26 +00:00
signing_info.go fix(x/slashing): consensus failure after cons key rotation (#19038) 2024-01-12 14:42:26 +00:00
unjail.go refactor(slashing): spinout to new go module (#18201) 2023-10-25 15:28:32 +00:00