cosmos-sdk/x/ibc/04-channel/types
Cory 61a97ef347
Audit / Refactor proto packages layout (#6905)
* create base proto package, move ValAddresses to staking

* move tx, crypto, query proto packages into base; mark module level packages as beta

* new cosmos/base/abci.proto file, refactor some message names

* add comments to TxResponse

* refactor RegisterInterface calls to new proto package names

* fix bug in merge commit

* move missing module proto packages to beta, move cosmos.kv to cosmos.base.kv

* add tx.proto files, holding proto messages for module Msgs

* rm old generated pb.go files

* cosmos/base/base.proto -> cosmos/base/coin.proto

* mark genutil proto package as beta

* Fix conflicts

* Restructure proto files

* Re put signing

* Fix test

* Update slashing genesis

* Ignore confio proto files

* Fix interface register

* Make proto-gen

* Fix lint

* Put tx service into tx.v1beta1

* Use v1beta1 in interface registry

* Remove to cosmos.base.store

* Remove extra confio in buf

Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-08-11 11:49:45 +00:00
..
channel.go Allow empty version strings (#6904) 2020-07-31 18:18:05 +00:00
channel.pb.go rename MsgPacket to MsgRecvPacket (#6813) 2020-07-22 10:01:57 +00:00
channel_test.go Update connection and channel to use types_test package name (#6395) 2020-06-11 00:31:54 +00:00
codec.go x/ibc: migrate 02-client to use proto encoded/decoded client states (#6948) 2020-08-05 11:14:24 -04:00
errors.go Remove CleanupPacket from 04-channel (#6533) 2020-06-29 08:54:45 +00:00
events.go Update IBC events docs and code (#6798) 2020-07-21 12:56:14 -04:00
expected_keepers.go x/capability: remove alias.go usage (#6438) 2020-06-14 19:05:45 +02:00
genesis.go x/ibc migrate genesis proto (#6878) 2020-08-07 08:33:47 +00:00
genesis.pb.go x/ibc migrate genesis proto (#6878) 2020-08-07 08:33:47 +00:00
genesis_test.go Update connection and channel to use types_test package name (#6395) 2020-06-11 00:31:54 +00:00
keys.go x/ibc: channel from client state query (#6401) 2020-06-12 08:06:24 -04:00
msgs.go x/ibc: remove parts of amino (#6819) 2020-08-03 08:08:41 -04:00
msgs_test.go x/ibc: remove parts of amino (#6819) 2020-08-03 08:08:41 -04:00
packet.go x/ibc: update error messages (#6659) 2020-07-09 12:06:08 -04:00
packet_test.go Update connection and channel to use types_test package name (#6395) 2020-06-11 00:31:54 +00:00
querier.go Fix query unrelayed packets logic (#6733) 2020-07-20 12:42:36 +00:00
query.pb.go Audit / Refactor proto packages layout (#6905) 2020-08-11 11:49:45 +00:00