cosmos-sdk/x/params
Marin Basic 985aae5575 Return errors instead of panic (#3782)
This is related to issue #3741 where fetching data from
invalid store, package panic.

Modify subspace.go to return errors instead of panic.

Also update other packages that import subspace and
handle errors.
2019-04-04 08:10:56 +01:00
..
subspace Return errors instead of panic (#3782) 2019-04-04 08:10:56 +01:00
doc.go Merge PR #2605: Paramstore Subkey 2019-02-04 18:13:04 -08:00
keeper.go Merge PR #3119: Move all store keys into constants 2018-12-19 20:58:30 +01:00
keeper_test.go Return errors instead of panic (#3782) 2019-04-04 08:10:56 +01:00
subspace.go Merge PR #2605: Paramstore Subkey 2019-02-04 18:13:04 -08:00