cosmos-sdk/x/auth
Alessio Treglia a32d5a46d7
Generalize auth/types.StdSignature (#4507)
New Signature interface available in the top level types package.
auth.StdSignature implements such interface. User defined auth
module can now define their own custom signature types.

Work carried out in the context of the following issues:
- #4488
- #4487
2019-06-07 14:21:35 +01:00
..
client Generalize auth/types.StdSignature (#4507) 2019-06-07 14:21:35 +01:00
genaccounts Generalize auth/types.StdSignature (#4507) 2019-06-07 14:21:35 +01:00
simulation Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
types Generalize auth/types.StdSignature (#4507) 2019-06-07 14:21:35 +01:00
alias.go Generalize auth/types.StdSignature (#4507) 2019-06-07 14:21:35 +01:00
ante_test.go Generalize auth/types.StdSignature (#4507) 2019-06-07 14:21:35 +01:00
ante.go Generalize auth/types.StdSignature (#4507) 2019-06-07 14:21:35 +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 Merge PR #4451: Client and Module Modularization 2019-06-05 19:26:16 -04: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