cosmos-sdk/x/distribution
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 Merge PR #4505: Support height queries in REST client 2019-06-07 09:02:07 -04:00
keeper Merge PR #4502: InvariantRouter -> InvariantRegistry 2019-06-06 16:32:38 -04:00
simulation Community pool spend proposal (#4329) 2019-05-21 11:02:10 +01:00
tags Merge PR #4207: Add rewards and commission tags in txs 2019-04-26 19:11:45 -04:00
types Merge PR #4451: Client and Module Modularization 2019-06-05 19:26:16 -04:00
abci_app.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
alias.go Merge PR #4451: Client and Module Modularization 2019-06-05 19:26:16 -04:00
genesis.go Merge PR #3750: Outstanding per-validator rewards; correctly handle same-BeginBlock redelegation-double-slash 2019-03-06 19:54:12 +01:00
handler.go Community pool spend proposal (#4329) 2019-05-21 11:02:10 +01:00
module.go Merge PR #4502: InvariantRouter -> InvariantRegistry 2019-06-06 16:32:38 -04:00
proposal_handler_test.go Generalize auth/types.StdSignature (#4507) 2019-06-07 14:21:35 +01:00