cosmos-sdk/x/ibc/03-connection/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
..
codec.go Make sdk.Msg implement proto.Message (#6327) 2020-06-03 19:52:05 +00:00
connection.go Standardize connection versioning + channel versioning docs (#6640) 2020-07-14 08:43:26 +00:00
connection.pb.go Standardize connection versioning + channel versioning docs (#6640) 2020-07-14 08:43:26 +00:00
connection_test.go Standardize connection versioning + channel versioning docs (#6640) 2020-07-14 08:43:26 +00:00
errors.go Update connection handshake version negotiation (#6534) 2020-07-03 09:28:02 +00:00
events.go x/ibc: minor fixes (#6621) 2020-07-07 07:33:06 -04:00
expected_keepers.go x/ibc: stateful clients (#6202) 2020-05-12 21:13:41 +02:00
genesis.go x/ibc: update error messages (#6659) 2020-07-09 12:06:08 -04:00
genesis_test.go Standardize connection versioning + channel versioning docs (#6640) 2020-07-14 08:43:26 +00:00
keys.go x/ibc: IBC alpha (#5277) 2020-04-08 20:57:52 -04:00
msgs.go Standardize connection versioning + channel versioning docs (#6640) 2020-07-14 08:43:26 +00:00
msgs_test.go Standardize connection versioning + channel versioning docs (#6640) 2020-07-14 08:43:26 +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
version.go Standardize connection versioning + channel versioning docs (#6640) 2020-07-14 08:43:26 +00:00
version_test.go Standardize connection versioning + channel versioning docs (#6640) 2020-07-14 08:43:26 +00:00