cosmos-sdk/x/staking
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 feat!: remove legacy REST (#9594) 2021-07-06 10:04:54 +00:00
keeper refactor: Rename x/{mod}/legacy to x/{mod}/migrations (#9628) 2021-07-05 14:55:51 +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 feat!: add error handling to staking hooks (#9571) 2021-06-30 10:13:07 +00:00
teststaking merged in master 2021-03-21 16:37:06 -04: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
app_test.go on-chain power reduction param conversion basic work 2021-01-27 20:24:00 +10:00
bench_test.go x/staking: add ValidateGenesis benchmark (#8746) 2021-03-02 01:01:05 -08:00
common_test.go on-chain power reduction param conversion basic work 2021-01-27 20:24:00 +10:00
genesis.go feat!: add error handling to staking hooks (#9571) 2021-06-30 10:13:07 +00:00
genesis_test.go refactor: Move simapp FundAccount and FundModuleAccount to testutil (#9427) 2021-06-29 10:23:13 +00:00
handler.go Refactor x/staking according to ADR 031 (#7556) 2020-10-16 14:53:49 +00:00
handler_test.go refactor: Move simapp FundAccount and FundModuleAccount to testutil (#9427) 2021-06-29 10:23:13 +00:00
module.go feat!: remove legacy REST (#9594) 2021-07-06 10:04:54 +00:00
module_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00