cosmos-sdk/x/auth/ante
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
..
ante.go Tx Height Timeout (#6089) 2020-08-07 23:32:22 +00:00
ante_test.go Fully remove StdTx usage in ante handler tests (#6845) 2020-07-29 15:52:22 +00:00
basic.go Tx Height Timeout (#6089) 2020-08-07 23:32:22 +00:00
basic_test.go Tx Height Timeout (#6089) 2020-08-07 23:32:22 +00:00
expected_keepers.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
fee.go Merge PR #6449: Initial Metrics 2020-06-18 14:12:44 -04:00
fee_test.go Fully remove StdTx usage in ante handler tests (#6845) 2020-07-29 15:52:22 +00:00
setup.go Merge PR #5006: Modular AnteDecorator 2019-10-10 08:46:09 -04:00
setup_test.go Fully remove StdTx usage in ante handler tests (#6845) 2020-07-29 15:52:22 +00:00
sigverify.go x/auth/ante: Migrate tests to use the new client.TxConfig (#6661) 2020-07-20 08:30:12 -04:00
sigverify_test.go Revert change of StdSignature PubKey to []byte (#6885) 2020-07-30 09:29:43 +00:00
testutil_test.go Tx Height Timeout (#6089) 2020-08-07 23:32:22 +00:00