cosmos-sdk/x/auth
Zaki Manian c735a8eb81
Add the option of emitting amino encoded json from the CLI (#7221)
* Add the option of emitting amino encoded json

* Update AMINO JSON serialization with ConvertTxToStdTx

* Make the Amino flag more self documenting by serializing the BroadcastRequest type instead of StdTx

* Handle amino encoding error

* Update x/auth/client/cli/tx_multisign.go

Co-authored-by: Alessio Treglia <alessio@tendermint.com>

* Update x/auth/client/cli/tx_sign.go

Co-authored-by: Alessio Treglia <alessio@tendermint.com>

* Apply suggestions from code review

Co-authored-by: Alessio Treglia <alessio@tendermint.com>

* Fix go format

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-10-15 15:12:35 +00:00
..
ante Add ADR 031 BaseApp and codec infrastructure (#7519) 2020-10-15 13:07:59 +00:00
client Add the option of emitting amino encoded json from the CLI (#7221) 2020-10-15 15:12:35 +00:00
keeper Change address from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
legacy CLI migrate command follow-up: decode & re-encode (#7464) 2020-10-09 19:09:43 +00:00
signing Change address from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
simulation Migrate BaseAccount PubKey to use Any (#7268) 2020-09-25 08:41:16 +00:00
spec Fix vesting link in auth module (#7227) 2020-09-02 18:18:29 +02:00
testutil Robert/move amino stdtx (#7301) 2020-09-22 14:35:18 +00:00
tx Add ADR 031 BaseApp and codec infrastructure (#7519) 2020-10-15 13:07:59 +00:00
types client: add GetAccount and GetAccountWithHeight to AccountRetriever (#7558) 2020-10-15 14:19:57 +00:00
vesting Add ADR 031 BaseApp and codec infrastructure (#7519) 2020-10-15 13:07:59 +00:00
genesis.go Enable proto JSON for genesis (#7000) 2020-08-11 14:22:30 +00:00
module_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
module.go Refactor RegisterQueryServices -> RegisterServices (#7518) 2020-10-12 16:31:51 +00:00