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 Merge PR #6761: telemetry: use UTC() in wrappers 2020-07-17 15:33:50 -04:00
doc.go Merge PR #5417: Update distribution module doc 2019-12-17 13:59:16 -05:00
handler.go Refactor x/staking according to ADR 031 (#7556) 2020-10-16 14:53:49 +00:00
module_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
module.go feat!: remove legacy REST (#9594) 2021-07-06 10:04:54 +00:00
proposal_handler_test.go refactor: Move simapp FundAccount and FundModuleAccount to testutil (#9427) 2021-06-29 10:23:13 +00:00