cosmos-sdk/x/ibc-transfer
Alexander Bezobchuk 9ae17669d6
Tx Height Timeout (#6089)
* Implement TxHeightTimeoutDecorator

* Update error message

* rename type

* set height timeout

* update tests

* update *SignDoc)

* rename

* remove dup

* fix build

* cli updates

* rest updates

* cl++

* Update x/auth/ante/basic.go

Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>

* Update x/auth/ante/basic.go

Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>

* Update x/auth/ante/basic.go

Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>

* Update x/auth/ante/basic.go

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

* rename

* rename

* remove TimeoutHeight from SignDoc

* updates

* fix tests

* update IBC cmd flags

* use omitempty

* update godoc

* add test case to TestStdSignBytes

Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-08-07 23:32:22 +00:00
..
client Tx Height Timeout (#6089) 2020-08-07 23:32:22 +00:00
keeper fix ibc-transfer source bug (#6865) 2020-08-01 09:16:22 +00:00
simulation x/ibc-transfer/simulation/genesis.go: add unit tests (#6709) 2020-07-13 15:54:43 -04:00
spec fix ibc-transfer source bug (#6865) 2020-08-01 09:16:22 +00:00
types x/ibc: migrate 02-client to use proto encoded/decoded client states (#6948) 2020-08-05 11:14:24 -04:00
genesis.go x/ibc-transfer: remove alias.go usage (#6427) 2020-06-13 16:20:38 -04:00
handler.go fix ibc-transfer source bug (#6865) 2020-08-01 09:16:22 +00:00
handler_test.go fix ibc-transfer source bug (#6865) 2020-08-01 09:16:22 +00:00
module.go x/ibc: migrate 02-client to use proto encoded/decoded client states (#6948) 2020-08-05 11:14:24 -04:00