cosmos-sdk/codec
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
..
std Decouple client/tx from x/auth (#5992) 2020-04-15 23:55:02 +02:00
testdata Merge PR #5491: Protobuf Introduction + Types 2020-01-24 10:32:00 -05:00
amino.go Merge PR #5600: Migrate x/staking to Protobuf 2020-02-06 14:21:02 -05:00
amino_codec.go Merge PR #5491: Protobuf Introduction + Types 2020-01-24 10:32:00 -05:00
amino_codec_test.go Exclude proto files from format (#5706) 2020-02-27 07:53:22 -03:00
codec.go Merge PR #5600: Migrate x/staking to Protobuf 2020-02-06 14:21:02 -05:00
hybrid_codec.go Merge PR #5491: Protobuf Introduction + Types 2020-01-24 10:32:00 -05:00
hybrid_codec_test.go Exclude proto files from format (#5706) 2020-02-27 07:53:22 -03:00
json.go JSON Proto changes 2020-03-26 12:46:10 -04:00
proto_codec.go JSON Proto changes 2020-03-26 12:46:10 -04:00
proto_codec_test.go Exclude proto files from format (#5706) 2020-02-27 07:53:22 -03:00