cosmos-sdk/x/ibc
Jack Zampolin f525717054
Standardize CLI Exports from Modules (#2840)
* Move query and tx commands to modules
* Move GetAccountDecoder to prevent import cycle and replace calls to it with one call in WithAccountDecoder
* Add moduleClients interface and implement in all applicable modules
* Use module clients in cli initialization
2018-11-19 09:02:34 -08:00
..
client Standardize CLI Exports from Modules (#2840) 2018-11-19 09:02:34 -08:00
app_test.go Codespaces as Strings (#2821) 2018-11-16 09:12:24 -08:00
codec.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
errors.go Codespaces as Strings (#2821) 2018-11-16 09:12:24 -08:00
handler.go Merge PR #2553: Renamed msg.Name() and msg.Type() to msg.Type() and msg.Route() 2018-10-23 21:23:55 +02:00
ibc_test.go R4R: Remove unused bank.MsgIssue (and prevent possible panic) (#2855) 2018-11-19 07:42:53 -08:00
mapper.go Update to TM v0.26.0 - Part I (#2679) 2018-11-04 18:28:38 -08:00
types_test.go Merge PR #2553: Renamed msg.Name() and msg.Type() to msg.Type() and msg.Route() 2018-10-23 21:23:55 +02:00
types.go Merge PR #2553: Renamed msg.Name() and msg.Type() to msg.Type() and msg.Route() 2018-10-23 21:23:55 +02:00