cosmos-sdk/x/ibc-transfer/types
Anil Kumar Kammari d55c1a2665
Change `address` from bytes to bech32 strings (#7242)
* init

* Fix bank proto messages

* missing conversions

* remove casttype for addresses

* Fix tests

* Fix consaddress

* more test fixes

* Fix tests

* fixed tests

* migrate missing proto declarations

* format

* Fix format

* Fix alignment

* Fix more tests

* Fix ibc merge issue

* Fix fmt

* Fix more tests

* Fix missing address declarations

* Fix staking tests

* Fix more tests

* Fix config

* fixed tests

* Fix more tests

* Update staking grpc tests

* Fix merge issue

* fixed failing tests in x/distr

* fixed sim tests

* fixed failing tests

* Fix bugs

* Add logs

* fixed slashing issue

* Fix staking grpc tests

* Fix all bank tests :)

* Fix tests in distribution

* Fix more tests in distr

* Fix slashing tests

* Fix statking tests

* Fix evidence tests

* Fix gov tests

* Fix bug in create vesting account

* Fix test

* remove fmt

* fixed gov tests

* fixed x/ibc tests

* fixed x/ibc-transfer tests

* fixed staking tests

* fixed staking tests

* fixed test

* fixed distribution issue

* fix pagination test

* fmt

* lint

* fix build

* fix format

* revert tally tests

* revert tally tests

* lint

* Fix sim test

* revert

* revert

* fixed tally issue

* fix tests

* revert

* fmt

* refactor

* remove `GetAddress()`

* remove fmt

* revert fmt.Striger usage

* Fix tests

* Fix rest test

* disable interfacer lint check

* make proto-format

* add nolint rule

* remove stray println

Co-authored-by: aleem1314 <aleem.md789@gmail.com>
Co-authored-by: atheesh <atheesh@vitwit.com>
2020-09-25 10:25:37 +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
coin.go Uncomment and fix tests in ibc-transfer (#7282) 2020-09-15 11:27:51 +00:00
errors.go ibc-transfer: split params (#7068) 2020-08-17 08:16:24 -04:00
events.go Add standard acknowledgement to channels and apply usage in ibc transfer (#7263) 2020-09-09 10:01:28 +00:00
expected_keepers.go move IBC exported files to one location to avoid circular deps (#7224) 2020-09-02 16:38:50 +00:00
genesis.go ibc-transfer: enable transfer parameter (#6607) 2020-08-17 02:24:14 -04:00
genesis.pb.go ibc-transfer: enable transfer parameter (#6607) 2020-08-17 02:24:14 -04:00
genesis_test.go Proto Auditing: Replace ID with Id (#7032) 2020-08-14 08:55:54 +00:00
keys.go x/ibc-transfer: ADR001 source tracing implementation (#6871) 2020-08-14 17:46:26 -04:00
msgs.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
msgs_test.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
packet.go Add standard acknowledgement to channels and apply usage in ibc transfer (#7263) 2020-09-09 10:01:28 +00:00
packet_test.go fix ibc-transfer source bug (#6865) 2020-08-01 09:16:22 +00:00
params.go ibc-transfer: split params (#7068) 2020-08-17 08:16:24 -04:00
params_test.go ibc-transfer: split params (#7068) 2020-08-17 08:16:24 -04:00
query.pb.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
query.pb.gw.go x/ibc: move solo machine sequence to client state (#7271) 2020-09-09 12:14:11 -03:00
trace.go Uncomment and fix tests in ibc-transfer (#7282) 2020-09-15 11:27:51 +00:00
trace_test.go x/ibc-transfer: ADR001 source tracing implementation (#6871) 2020-08-14 17:46:26 -04:00
transfer.pb.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00