cosmos-sdk/x/auth/ante
Aaron Craelius 9592f34cde
Fully remove StdTx usage in ante handler tests (#6845)
* WIP on removing StdTx from ante handler tests

* Fix recheck

* Fix basic_test

* Don't use StdTx in ante_test

* Use TxConfig sign mode handler in anteHandler

* Fix TestAnteHandlerAccountNumbers

* Amino don't panic

* Fix more tests

* All proto ante tests pass

* Fix last tests

* Amino register concrete

* Add tests

Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
2020-07-29 15:52:22 +00:00
..
ante.go remove IBC ante handler in favor of using handler (#6793) 2020-07-20 15:25:57 +00:00
ante_test.go Fully remove StdTx usage in ante handler tests (#6845) 2020-07-29 15:52:22 +00:00
basic.go Makefile: build simd with ledger support (#6629) 2020-07-07 19:10:11 +02:00
basic_test.go Fully remove StdTx usage in ante handler tests (#6845) 2020-07-29 15:52: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 Fully remove StdTx usage in ante handler tests (#6845) 2020-07-29 15:52:22 +00:00
testutil_test.go Fully remove StdTx usage in ante handler tests (#6845) 2020-07-29 15:52:22 +00:00