cosmos-sdk/x/authz
Riccardo Montagnin 96fe999343
Set proper default command output (#8628)
* Set proper default command output

* Removed duplicated cmd.SetErr(cmd.ErrOrStderr()) and cmd.SetOut(cmd.OutOrStdout())

* Moved command initialization and added CHANGELOG

* fix: groom all uses of cmd.Print*

* Ran make format

Co-authored-by: Michael FIG <mfig@agoric.com>
Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
2021-04-17 00:21:32 +00:00
..
client x/authz charge gas for expensive authorizations (#8995) 2021-04-09 12:33:27 +00:00
exported remove unneeded exported files (#9097) 2021-04-12 08:17:02 +00:00
keeper x/authz charge gas for expensive authorizations (#8995) 2021-04-09 12:33:27 +00:00
simulation Merge branch 'master' into powerreduction_param 2021-04-10 16:26:50 -04:00
spec add docs for gas consumption (#9118) 2021-04-15 09:09:01 +00:00
types Set proper default command output (#8628) 2021-04-17 00:21:32 +00:00
genesis.go x/authz: Add DelegateAuthorization, UndelegateAuthorization (#8472) 2021-02-20 06:57:57 +00:00
genesis_test.go x/authz: Add DelegateAuthorization, UndelegateAuthorization (#8472) 2021-02-20 06:57:57 +00:00
module.go Add in-place store migrations (#8485) 2021-02-10 17:49:31 +00:00