cosmos-sdk/x/auth/types
Alessio Treglia c530c1cbb7
Remove auth's AccountDecoder type (#4588)
AccountDecoder is now entirely redundant.
client package now does no longer depend on x/auth.

Context: #4488
2019-06-19 16:20:27 +02:00
..
account.go Remove auth's AccountDecoder type (#4588) 2019-06-19 16:20:27 +02:00
account_retriever.go Separate account getters from client/context (#4579) 2019-06-19 14:24:11 +02:00
account_retriever_test.go Separate account getters from client/context (#4579) 2019-06-19 14:24:11 +02:00
account_test.go Fix BaseAccount's YAML serialization (#4577) 2019-06-18 18:03:16 +02:00
codec.go Revert "Generalize auth/types.StdSignature (#4507)" (#4512) 2019-06-08 11:04:52 +01:00
feekeeper.go Merge PR #4451: Client and Module Modularization 2019-06-05 19:26:16 -04:00
feekeeper_test.go Merge PR #4451: Client and Module Modularization 2019-06-05 19:26:16 -04:00
genesis.go Merge PR #4451: Client and Module Modularization 2019-06-05 19:26:16 -04:00
keys.go Merge PR #4451: Client and Module Modularization 2019-06-05 19:26:16 -04:00
params.go Merge PR #4451: Client and Module Modularization 2019-06-05 19:26:16 -04:00
params_test.go Merge PR #4451: Client and Module Modularization 2019-06-05 19:26:16 -04:00
querier.go Move /bank/balances/{address} REST endpoint into /x/bank (#4570) 2019-06-18 15:44:09 +02:00
stdsignmsg.go Merge PR #4451: Client and Module Modularization 2019-06-05 19:26:16 -04:00
stdtx.go Revert "Generalize auth/types.StdSignature (#4507)" (#4512) 2019-06-08 11:04:52 +01:00
stdtx_test.go Revert "Generalize auth/types.StdSignature (#4507)" (#4512) 2019-06-08 11:04:52 +01:00
test_common.go Merge PR #4520: add some noalias's also fix alias directory in mint 2019-06-10 11:57:38 +02:00
txbuilder.go Revert "Generalize auth/types.StdSignature (#4507)" (#4512) 2019-06-08 11:04:52 +01:00
txbuilder_test.go Merge PR #4451: Client and Module Modularization 2019-06-05 19:26:16 -04:00