cosmos-sdk/codec/std
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
..
codec.go Merge PR #5942: Tx Client Migration: x/gov 2020-04-14 15:05:14 -04:00
codec.pb.go Decouple client/tx from x/auth (#5992) 2020-04-15 23:55:02 +02:00
codec.proto Decouple client/tx from x/auth (#5992) 2020-04-15 23:55:02 +02:00
doc.go Add pkg doc 2020-03-05 09:44:11 -05:00
msgs_test.go Merge PR #5942: Tx Client Migration: x/gov 2020-04-14 15:05:14 -04:00
msgs.go Merge PR #5942: Tx Client Migration: x/gov 2020-04-14 15:05:14 -04:00
tx_test.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