cosmos-sdk/x/authz/types
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
..
authorization_grant.go Deprecate SetFullFundraiserPath in favor of SetPurpose and SetCoinType (#8629) 2021-02-22 15:14:09 +00:00
authz.pb.go fix make protoc error (#8799) 2021-03-05 15:23:01 +00:00
codec.go x/authz: Add DelegateAuthorization, UndelegateAuthorization (#8472) 2021-02-20 06:57:57 +00:00
errors.go implement x/authz module (#7629) 2021-01-25 16:41:30 +00:00
events.go implement x/authz module (#7629) 2021-01-25 16:41:30 +00:00
expected_keepers.go implement x/authz module (#7629) 2021-01-25 16:41:30 +00:00
generic_authorization.go x/authz charge gas for expensive authorizations (#8995) 2021-04-09 12:33:27 +00:00
generic_authorization_test.go 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.pb.go fix make protoc error (#8799) 2021-03-05 15:23:01 +00:00
keys.go Refactor store keys for variable-length addresses (#8363) 2021-02-01 13:17:44 +00:00
keys_test.go x/authz: Add DelegateAuthorization, UndelegateAuthorization (#8472) 2021-02-20 06:57:57 +00:00
msgs.go x/authz charge gas for expensive authorizations (#8995) 2021-04-09 12:33:27 +00:00
msgs_test.go x/authz: Add DelegateAuthorization, UndelegateAuthorization (#8472) 2021-02-20 06:57:57 +00:00
query.pb.go x/authz: Add DelegateAuthorization, UndelegateAuthorization (#8472) 2021-02-20 06:57:57 +00:00
query.pb.gw.go gRPC gateway issue with colons in the account url path (#8649) 2021-02-22 11:30:45 +00:00
tx.pb.go fix make protoc error (#8799) 2021-03-05 15:23:01 +00:00