cosmos-sdk/x/auth
SaReN 72ebafeeca
Update auth cli commands (#6717)
* add utils

* update sign cmd

* update multisign cmd

* update sign batch cmd

* update genutil cmd

* add wrap tx builder

* update gentx cli

* update validate sigs cmd

* fix lint

* add flag reader to cli

* update marshaler for batchscan

* add register query server

* update to master

* remove depricated methods

* fix keyring issue

* update wraptx

* Fix batch scan

* fix register interfaces issue

* update printOutput

* Update Validate Sigs test

* WIP on signature JSON

* Cleanup

* Cleanup

* Test fixes

* Test fixes

* Fixes

* WIP on tests

* Fix gov tests

* fix lint

* fix MultiSign tests

* fix tests

* refactor tests

* Cleanup

* Address review comments

* Update encode

* Test fix

* Rename SignData func

* Fix lint

* Fix lint

* Revert ReadTxCommandFlags

Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
2020-07-29 22:33:42 +00:00
..
ante Fully remove StdTx usage in ante handler tests (#6845) 2020-07-29 15:52:22 +00:00
client Update auth cli commands (#6717) 2020-07-29 22:33:42 +00:00
keeper Minor Code Cleanup - gRPC queries (#6862) 2020-07-28 12:53:35 +00:00
legacy Fix 0.39 x/auth Migration Types (#6870) 2020-07-28 19:18:07 +00:00
signing Fully remove StdTx usage in ante handler tests (#6845) 2020-07-29 15:52:22 +00:00
simulation x/auth genesis protobuf migration (#6880) 2020-07-29 16:00:15 +00:00
spec
tx Update auth cli commands (#6717) 2020-07-29 22:33:42 +00:00
types Update auth cli commands (#6717) 2020-07-29 22:33:42 +00:00
vesting Minor Code Cleanup - gRPC queries (#6862) 2020-07-28 12:53:35 +00:00
genesis.go x/auth genesis protobuf migration (#6880) 2020-07-29 16:00:15 +00:00
module.go
module_test.go