cosmos-sdk/x/distribution
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
..
client refactor: Update `GetSigners` to return []string (#9418) 2021-07-07 10:18:00 +00:00
keeper fix: WithdrawRewards event emit value when no rewards (#9599) 2021-07-05 18:28:25 +00:00
migrations fix: check store keys length before accessing (#9639) 2021-07-08 13:29:12 +02:00
simulation refactor!: Remove `clientCtx.JSONCodec` and rename `EncodingConfig.Marshaler` to `Codec` (#9521) 2021-07-01 08:52:38 +00:00
spec chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
types fix: check store keys length before accessing (#9639) 2021-07-08 13:29:12 +02:00
abci.go
doc.go
handler.go Refactor x/staking according to ADR 031 (#7556) 2020-10-16 14:53:49 +00:00
module.go feat!: remove legacy REST (#9594) 2021-07-06 10:04:54 +00:00
module_test.go
proposal_handler_test.go refactor: Move simapp FundAccount and FundModuleAccount to testutil (#9427) 2021-06-29 10:23:13 +00:00