cosmos-sdk/x/auth/client
Aaron Craelius bb4642ad0d
Decouple client/tx from x/auth (#5992)
As part of #5864 part 2), this PR decouples the new client/tx
package from x/auth (as an incremental step to deprecating
all the tx logic in x/auth) and adds StdFee, StdSignature,
StdSignMsgBase and StdTxBase to codec/std, while
deprecating the corresponding types in x/auth.
2020-04-15 23:55:02 +02:00
..
cli add missing keyring-backend flag (#5985) 2020-04-11 18:52:36 +02:00
rest types/rest: add convenience functions for error checking (#5900) 2020-04-01 09:50:22 +02:00
query.go
rest.go Decouple client/tx from x/auth (#5992) 2020-04-15 23:55:02 +02:00
tx.go Decouple client/tx from x/auth (#5992) 2020-04-15 23:55:02 +02:00
tx_test.go Merge PR #5927: Fix parseQueryResponse 2020-04-03 10:59:46 -04:00