cosmos-sdk/x/auth/types
Anil Kumar Kammari 74eb56dd2a
Add test suite for client TxBuilder (#6460)
* Add tests

* Fix gofmt

* typecast tests

* Fix review comments

* typecast SigVerificableTx

* cleanup

* Refactor

* Linting and move encode/decode tests to suite

* Fix lint

* Move test suite

* godoc

* Refactor

* Refactor

Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
2020-06-29 14:05:30 +00:00
..
account.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
account_retriever.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
account_retriever_test.go Tx CLI proto module interface (#5989) 2020-05-21 21:29:34 +00:00
account_test.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
amino_signing.go Update TxBuilder to use SignatureV2 (#6443) 2020-06-16 19:57:37 +00:00
amino_signing_test.go x/auth: remove alias.go usage (#6440) 2020-06-17 14:42:27 -04:00
auth.pb.go Update proto files & definitions in accordance with ADR023 (#6413) 2020-06-18 10:04:26 -07:00
client_tx.go Migrate x/auth cmd's to TxGenerator marshaling (#6391) 2020-06-18 20:29:41 +00:00
client_tx_test.go Add test suite for client TxBuilder (#6460) 2020-06-29 14:05:30 +00:00
codec.go Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
common_test.go Merge PR #6076: Proto Any init + evidence 2020-05-05 10:28:20 -04:00
expected_keepers.go
genesis.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
genesis_test.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
keys.go
params.go
params_test.go
permissions.go
permissions_test.go
querier.go
stdsignmsg.go Update x/gov to use Any (#6147) 2020-05-19 20:17:29 +00:00
stdtx.go Migrate x/auth cmd's to TxGenerator marshaling (#6391) 2020-06-18 20:29:41 +00:00
stdtx_test.go Add SignatureV2 infrastructure (#6373) 2020-06-12 18:13:20 +00:00
test_utils.go linter: enable nolintlint (#6162) 2020-05-08 08:46:12 +00:00
txbuilder.go x/auth: remove unused passphrase arguments (#6270) 2020-05-22 13:34:15 +00:00
txbuilder_test.go