cosmos-sdk/x/slashing/types
likhita-809 d13d488d9b
fix: check store keys length before accessing (#9639)
* check store keys length before accessing

* check store keys length in all modules

* add changelog

* refactoring

* address review comments

* remove commented lines

* small fixes

* address review comments

* fix failing tests

* add godocs
2021-07-08 13:29:12 +02:00
..
codec.go RegisterInterfaces registers service Msg type_urls (#7671) 2020-10-28 19:20:45 +00:00
errors.go Merge PR #5627: Regen Network/Slashing protobuf 2020-02-20 01:04:13 +01:00
events.go feat: add coins burned to slash event (#9458) 2021-07-05 14:33:30 +00:00
expected_keepers.go feat: add coins burned to slash event (#9458) 2021-07-05 14:33:30 +00:00
genesis.go fix blond typo (#9422) 2021-06-01 13:20:16 +00:00
genesis.pb.go update spec and fix code snippets (#9334) 2021-05-19 20:22:06 +00:00
keys.go fix: check store keys length before accessing (#9639) 2021-07-08 13:29:12 +02:00
msg.go refactor: Update `GetSigners` to return []string (#9418) 2021-07-07 10:18:00 +00:00
msg_test.go Merge PR #5627: Regen Network/Slashing protobuf 2020-02-20 01:04:13 +01:00
params.go x/Slashing: gRPC query service (#6597) 2020-07-06 21:54:25 +00:00
querier.go x/staking: gRPC query Service (#6490) 2020-07-14 17:41:30 +00:00
query.pb.go Update gogo proto deps with v1.3.2 security fixes (#8350) 2021-01-15 19:45:34 +00:00
query.pb.gw.go gRPC gateway issue with colons in the account url path (#8649) 2021-02-22 11:30:45 +00:00
signing_info.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
slashing.pb.go fix make protoc error (#8799) 2021-03-05 15:23:01 +00:00
tx.pb.go Update gogo proto deps with v1.3.2 security fixes (#8350) 2021-01-15 19:45:34 +00:00