cosmos-sdk/x/auth/client/cli
Aaron Craelius 850419fffd
Tx CLI proto module interface (#5989)
* WIP

* WIP

* WIP on removing x/auth dependency from client/tx

* Revert unneeded changes

* Simplify cli tx UX

* Wire up bank tx REST routes

* Fix assignment issue

* Wire up bank NewSendTxCmd

* fix lint

* revert file

* revert file

* fix simcli

* Refactor AccountRetriever

* Fix build

* Fix build

* Fix build

* Fix integration tests

* Fix tests

* Docs, linting

* Linting

* WIP on all modules

* Implement other module new tx cmd's

* Fix cmd's

* Refactor existing GetTxCmd

* Fix cmd

* Removing deprecated code

* Update ADR 020 & CHANGELOG

* Lint

* Lint

* Lint

* Lint

* Lint

* Lint

* Lint

* Fix client/tx tests

* Fix mocks

* Fix tests

* Lint fixes

* REST tx migration

* Wire up REST

* Linting

* Update CHANGELOG, docs

* Fix tests

* lint

* Address review feedback

* Update CHANGELOG.md

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>

* group vars

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
2020-05-21 21:29:34 +00:00
..
broadcast_test.go Update x/gov to use Any (#6147) 2020-05-19 20:17:29 +00:00
broadcast.go lint: various linting fixs (#5825) 2020-03-20 19:24:18 +00:00
cli_test.go x/auth: cli tests (#6152) 2020-05-05 21:16:37 -04:00
decode.go Update x/gov to use Any (#6147) 2020-05-19 20:17:29 +00:00
encode.go Favor marshal unmashal binare bare (#5799) 2020-03-13 19:58:43 +00:00
query.go Tx CLI proto module interface (#5989) 2020-05-21 21:29:34 +00:00
tx_multisign.go Tx CLI proto module interface (#5989) 2020-05-21 21:29:34 +00:00
tx_sign.go lint: official action (#6156) 2020-05-07 09:40:49 +00:00
tx.go x/auth: turn sign --validate-sigantures into a standalone command (#6108) 2020-05-04 13:55:16 +00:00
validate_sigs.go Tx CLI proto module interface (#5989) 2020-05-21 21:29:34 +00:00