cosmos-sdk/x/auth
atheeshp 3322e269a1
Add pagination response for commands (#6825)
* migrated auth cli to use grpc query client

* unpacker added for account command

* fxed tests

* added grpc register in module.go

* fixed grpc failing issue

* page resonse added for console

* added reference

* paginations res added for commands

* Fix auth cli tests

Co-authored-by: SaReN <sahithnarahari@gmail.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-08-07 10:20:22 +00:00
..
ante Revert `SetSignerInfo` (#6894) 2020-07-30 13:22:31 +00:00
client Add pagination response for commands (#6825) 2020-08-07 10:20:22 +00:00
keeper
legacy Fix 0.39 x/auth Migration Types (#6870) 2020-07-28 19:18:07 +00:00
signing Reject unknown fields in TxDecoder and sign mode handlers (#6883) 2020-08-03 19:47:25 +00:00
simulation types: add kv type (#6897) 2020-07-30 14:53:02 +00:00
spec
tx Merge PR #6935: Fix Testnet Command 2020-08-04 12:51:27 -04:00
types Remove ValidatorSet from ConsensusState (#6942) 2020-08-06 08:32:19 +00:00
vesting
genesis.go x/auth genesis protobuf migration (#6880) 2020-07-29 16:00:15 +00:00
module.go
module_test.go