cosmos-sdk/x/ibc/04-channel/types
colin axner 5dfc4a2ec9
Standardize connection versioning + channel versioning docs (#6640)
* update connection versions with feature set flag

* make connection version modular to support channel versioning and registering

* revert IBCVersion renaming, add channel versioning logic

* fix channel version flag

* remove unnecessary godoc

* remove unused func

* fix lint and version test

* add test and fix error

* revert changes

* update docs

* remove unnecessary godoc

* Apply suggestions from code review

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

* update doc

* add test cases for unchecked lines

* go fmt

* begin migration to standardized version

* revert proto changes

* restructure versioning to go from string to proto

* update versionStr to encodedVersion naming

* fix version test build

* fix keeper tests

* fix various tests

* fixes from self review

* update docs

* fix lint

* add more code cov

* rename ToString funcs to Encode/DecodeVersion + GetCompatibleEncodedVersions renaming

* update spec docs

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-07-14 08:43:26 +00:00
..
channel.go Standardize connection versioning + channel versioning docs (#6640) 2020-07-14 08:43:26 +00:00
channel.pb.go x/ibc: gRPC query service (#6466) 2020-07-06 15:35:35 -04: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 Remove CleanupPacket from 04-channel (#6533) 2020-06-29 08:54:45 +00:00
events.go Remove CleanupPacket from 04-channel (#6533) 2020-06-29 08:54:45 +00:00
expected_keepers.go x/capability: remove alias.go usage (#6438) 2020-06-14 19:05:45 +02:00
genesis.go x/ibc: update error messages (#6659) 2020-07-09 12:06:08 -04: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 Refactor 04-channel/keeper tests to ibc testing pkg (#6400) 2020-06-26 16:36:04 +00:00
msgs_test.go Update ibc proof to be bytes (#6393) 2020-06-12 00:19:25 +02: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 x/ibc: gRPC query service (#6466) 2020-07-06 15:35:35 -04:00
query.pb.go x/ibc: gRPC query service (#6466) 2020-07-06 15:35:35 -04:00