cosmos-sdk/x/auth/client
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
..
cli Add pagination response for commands (#6825) 2020-08-07 10:20:22 +00:00
rest Tx Height Timeout (#6089) 2020-08-07 23:32:22 +00:00
testutil Merge PR #6968: fix sign command 2020-08-06 12:25:54 -04:00
query.go context: remove verifier & trust node (#6805) 2020-07-23 06:44:18 +00:00
tx_test.go Remove TxBuilder and usages (#6941) 2020-08-05 18:28:33 +00:00
tx.go Remove TxBuilder and usages (#6941) 2020-08-05 18:28:33 +00:00