cosmos-sdk/x/ibc/04-channel/types
Cory 4e73e0f817
Update proto files & definitions in accordance with ADR023 (#6413)
* consolidate proto files into single directory, turn on PACKAGE_DIRECTORY_MATCH linting

* add third_party root for third party proto files

* move ibc proto files to top level folder, rename .proto files to types.proto as before

* update protocgen script, and run code generation

* move vesting proto definition to cosmos namespace, rename from types.proto in alignment with buf.build naming conventions

* update Makefile so proto dependencies are set with new structure when updated

* add comment for sed usage in makefile

* remove unused aliases of proto generated types

* add settings.json instructions to contributing.md for including protobuf paths

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
2020-06-18 10:04:26 -07:00
..
channel.go
channel.pb.go Update proto files & definitions in accordance with ADR023 (#6413) 2020-06-18 10:04:26 -07: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 Make sdk.Msg implement proto.Message (#6327) 2020-06-03 19:52:05 +00:00
errors.go x/ibc: constrain acks processing order (#6244) 2020-05-18 16:50:07 +00:00
events.go
expected_keepers.go x/capability: remove alias.go usage (#6438) 2020-06-14 19:05:45 +02:00
genesis.go x/ibc: constrain acks processing order (#6244) 2020-05-18 16:50:07 +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 Update ibc proof to be bytes (#6393) 2020-06-12 00:19:25 +02:00
msgs_test.go Update ibc proof to be bytes (#6393) 2020-06-12 00:19:25 +02:00
packet.go x/ibc: commit timeout timestamp (#6363) 2020-06-08 08:03:18 -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 x/ibc: channel from client state query (#6401) 2020-06-12 08:06:24 -04:00