cosmos-sdk/x/ibc/02-client
SaReN b2348180b8
Migrate {x/auth, x/gov, x/staking} missing CLI queries to proto (#6994)
* Fix error code

* Fix decoder

* Fix typo

* Fix decode

* refactor

* Migrate SearchTxsResult to proto

* fix MarkEventsToIndex

* lint++

* Fix output

* Add QueryTxCmd cli test

* Add fmt

* Put txBuilder in types/tx

* Add GetAnyTx in TxBuilder

* Add new IsAnyTx

* Rename to IntoAny

* Fix bug

* fmt

Co-authored-by: Marie <marie.gauthier63@gmail.com>

* Fix ibc CLI to use proto

* Fix any MarshalJSON

* Fix test

* Make tx.Tx implement sdk.Tx

* Register sdk.Tx

* Fix lint

* Allow DefaultJSONTxEncoder to take tx.Tx

* refactor

* Rename variable

* remove fmt

Co-authored-by: Anil Kumar Kammari <anil@vitwit.com>
Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
Co-authored-by: Marie <marie.gauthier63@gmail.com>
2020-09-10 18:26:47 +00:00
..
client Migrate {x/auth, x/gov, x/staking} missing CLI queries to proto (#6994) 2020-09-10 18:26:47 +00:00
keeper add zero height (#7270) 2020-09-09 15:25:49 +00:00
simulation x/ibc: implement Height interface (#7211) 2020-09-03 16:23:20 -04:00
types add zero height (#7270) 2020-09-09 15:25:49 +00:00
abci_test.go x/ibc: implement Height interface (#7211) 2020-09-03 16:23:20 -04:00
abci.go move IBC exported files to one location to avoid circular deps (#7224) 2020-09-02 16:38:50 +00:00
doc.go x/ibc: IBC alpha (#5277) 2020-04-08 20:57:52 -04:00
genesis.go move IBC exported files to one location to avoid circular deps (#7224) 2020-09-02 16:38:50 +00:00
handler_test.go Implement ADR 026 (#7029) 2020-09-04 20:59:22 +00:00
handler.go Implement ADR 026 (#7029) 2020-09-04 20:59:22 +00:00
module.go x/ibc: final gRPC migration (#7077) 2020-08-20 10:23:19 -04:00