cosmos-sdk/x/auth
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 Fully remove StdTx usage in ante handler tests (#6845) 2020-07-29 15:52:22 +00:00
client context: remove verifier & trust node (#6805) 2020-07-23 06:44:18 +00:00
keeper Minor Code Cleanup - gRPC queries (#6862) 2020-07-28 12:53:35 +00:00
legacy Fix 0.39 x/auth Migration Types (#6870) 2020-07-28 19:18:07 +00:00
signing Fully remove StdTx usage in ante handler tests (#6845) 2020-07-29 15:52:22 +00:00
simulation Start removing HybridCodec (init + auth, bank, distribution) (#6838) 2020-07-24 19:04:29 +00:00
spec Merge PR #5572: ADR 004 Implementation 2020-01-30 16:31:16 -05:00
tx Fully remove StdTx usage in ante handler tests (#6845) 2020-07-29 15:52:22 +00:00
types Fully remove StdTx usage in ante handler tests (#6845) 2020-07-29 15:52:22 +00:00
vesting Minor Code Cleanup - gRPC queries (#6862) 2020-07-28 12:53:35 +00:00
genesis.go x/auth: remove alias.go usage (#6440) 2020-06-17 14:42:27 -04:00
module_test.go x/auth: remove alias.go usage (#6440) 2020-06-17 14:42:27 -04:00
module.go Migrate x/genutil to use TxConfig (#6734) 2020-07-25 08:10:04 +00:00