cosmos-sdk/x/ibc-transfer
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
..
client Fix Gas Flag Usage + CLI Flag APIs (#6685) 2020-07-11 08:13:46 +00:00
keeper Standardize connection versioning + channel versioning docs (#6640) 2020-07-14 08:43:26 +00:00
simulation x/ibc-transfer/simulation/genesis.go: add unit tests (#6709) 2020-07-13 15:54:43 -04:00
types Standardize connection versioning + channel versioning docs (#6640) 2020-07-14 08:43:26 +00:00
genesis.go x/ibc-transfer: remove alias.go usage (#6427) 2020-06-13 16:20:38 -04:00
handler.go x/ibc-transfer: remove alias.go usage (#6427) 2020-06-13 16:20:38 -04:00
handler_test.go Standardize connection versioning + channel versioning docs (#6640) 2020-07-14 08:43:26 +00:00
module.go Standardize connection versioning + channel versioning docs (#6640) 2020-07-14 08:43:26 +00:00