cosmos-sdk/x/bank/keeper
Amaury Martiny 5c0e3b4de5
x/auth/ante: Migrate tests to use the new client.TxConfig (#6661)
* WIP: using encoding config

* Make it compile, test fails

* test should be okay

* Make tests pass

* Add comments

* Convert more tests

* Make TestAnteHandlerSigErrors work

* Make first 2 tests pass

* TestAnteHandlerAccountNumbers

* Use table tests

* Remove print

* Use test table

* TestAnteHandlerSigErrors

* TestAnteHandlerAccountNumbers

* TestAnteHandlerAccountNumbers

* Refactor TestAccount

* Refactor getSignBytes

* TestAnteHandlerAccountNumbersAtBlockHeightZero

* TestAnteHandlerSequences

* TestAnteHandlerFees

* TestAnteHandlerMultiSigner

* TestAnteHandlerBadSignBytes

* TestAnteHandlerSetPubKey

* TestAnteHandlerSigLimitExceeded

* TestCustomSignatureVerificationGasConsumer

* TestAnteHandlerReCheck

* Make all tests pass

* Refactor a little bit more

* Fee test

* SetupTest

* All tests pass

* Refactor to RunTestCase

* Don't use StdFee

* Revert some little stuff

* Finish up last couple of test cases

* Less verbose

* s/TxGenerator/TxConfig

* Add comments

* Indent

* Move KeyTestPubAddr to testdata

* Move testdata to /testutil

* Revert to use signature: nil step in signing

* Add comments

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
2020-07-20 08:30:12 -04:00
..
genesis.go cleanup x/bank and x/crisis (#6697) 2020-07-13 06:55:58 +00:00
grpc_query.go x/ibc: gRPC query service (#6466) 2020-07-06 15:35:35 -04:00
grpc_query_test.go x/auth/ante: Migrate tests to use the new client.TxConfig (#6661) 2020-07-20 08:30:12 -04:00
invariants.go Update x/gov to use Any (#6147) 2020-05-19 20:17:29 +00:00
keeper.go cleanup x/bank and x/crisis (#6697) 2020-07-13 06:55:58 +00:00
keeper_test.go Enable/disable coin transfers by denom (#6527) 2020-07-08 17:43:08 +00:00
querier.go Merge PR #6489: Test Network Testing Framework 2020-06-26 12:30:49 -04:00
querier_test.go x/auth/ante: Migrate tests to use the new client.TxConfig (#6661) 2020-07-20 08:30:12 -04:00
send.go Enable/disable coin transfers by denom (#6527) 2020-07-08 17:43:08 +00:00
view.go Add pagination (#6452) 2020-06-20 23:44:04 +00:00