cosmos-sdk/x/capability/types
Anil Kumar Kammari 64b6bb5270
rename RegisterCodec to RegisterLegacyAminoCodec (#7243)
* rename RegisterCodec to RegisterLegacyAminoCodec

* Add changelog

* gofmt

* rename codec.New() to codec.NewLegacyAmino()

* Add change log

* Update CHANGELOG.md

Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>

* Fix

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
2020-09-07 14:47:12 +00:00
..
capability.pb.go Audit / Refactor proto packages layout (#6905) 2020-08-11 11:49:45 +00:00
codec.go rename RegisterCodec to RegisterLegacyAminoCodec (#7243) 2020-09-07 14:47:12 +00:00
errors.go x/ibc: log fixes (#6184) 2020-05-11 17:17:05 +00:00
genesis.go Protobuf Audit: Genesis states (#6978) 2020-08-12 15:48:22 +00:00
genesis.pb.go Protobuf Audit: Genesis states (#6978) 2020-08-12 15:48:22 +00:00
genesis_test.go Protobuf Audit: Genesis states (#6978) 2020-08-12 15:48:22 +00:00
keys.go
keys_test.go
types.go Minor Code Cleanup - gRPC queries (#6862) 2020-07-28 12:53:35 +00:00
types_test.go