cosmos-sdk/x/auth
Alessio Treglia 1eb7706c28
Separate account getters from client/context (#4579)
Account getters are removed from client context. x/auth has the
queriers necessary for retrieving account information.
These functions should be removed since they are currently
redundant and don't provide any extra value.

Closes: #4543
2019-06-19 14:24:11 +02:00
..
client Separate account getters from client/context (#4579) 2019-06-19 14:24:11 +02:00
genaccounts Revert "Generalize auth/types.StdSignature (#4507)" (#4512) 2019-06-08 11:04:52 +01:00
simulation Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
types Separate account getters from client/context (#4579) 2019-06-19 14:24:11 +02:00
alias.go Separate account getters from client/context (#4579) 2019-06-19 14:24:11 +02:00
ante_test.go Merge PR #4530: Test zero fee scenario 2019-06-11 12:47:17 +02:00
ante.go Revert "Generalize auth/types.StdSignature (#4507)" (#4512) 2019-06-08 11:04:52 +01:00
genesis.go Merge PR #4451: Client and Module Modularization 2019-06-05 19:26:16 -04:00
keeper_bench_test.go Auth Module Param Store (#2998) 2018-12-20 11:09:43 -08:00
keeper_test.go Auth Module Param Store (#2998) 2018-12-20 11:09:43 -08:00
keeper.go Merge PR #4451: Client and Module Modularization 2019-06-05 19:26:16 -04:00
module.go Merge PR #4502: InvariantRouter -> InvariantRegistry 2019-06-06 16:32:38 -04:00
querier_test.go Move /bank/balances/{address} REST endpoint into /x/bank (#4570) 2019-06-18 15:44:09 +02:00
querier.go Merge PR #4451: Client and Module Modularization 2019-06-05 19:26:16 -04:00
test_common.go Merge PR #4451: Client and Module Modularization 2019-06-05 19:26:16 -04:00