cosmos-sdk/types
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
..
module Merge PR #4502: InvariantRouter -> InvariantRegistry 2019-06-06 16:32:38 -04:00
rest Merge PR #4505: Support height queries in REST client 2019-06-07 09:02:07 -04:00
abci.go Revert "Return errors instead of panic (#3782)" (#4054) 2019-04-05 16:20:58 -04:00
address_test.go Merge PR #4433: Adopt YAML as human-readable text output 2019-05-31 09:14:34 -04:00
address.go Merge PR #4474: Add go comment for user defined address 2019-06-04 08:59:14 -04:00
codec.go Generalize auth/types.StdSignature (#4507) 2019-06-07 14:21:35 +01:00
coin_benchmark_test.go Merge PR #3679: Consistent Operators 2019-02-21 12:35:55 -05:00
coin_test.go Generalize auth/types.StdSignature (#4507) 2019-06-07 14:21:35 +01:00
coin.go Merge PR #4454: Implement MarshalJSON for Coins Type 2019-05-31 11:16:08 -04:00
config.go Merge PR #4451: Client and Module Modularization 2019-06-05 19:26:16 -04:00
context_test.go Merge PR #3607: Reconcile DecCoin/s API with Coin/s API 2019-02-15 16:33:23 +01:00
context.go Merge PR #4451: Client and Module Modularization 2019-06-05 19:26:16 -04:00
dec_coin_test.go Merge PR #4058: Fix DecCoins Bugs 2019-04-05 14:13:22 -04:00
dec_coin.go Remove panic on zero input during MulDecTruncate 2019-04-10 21:44:24 -04:00
decimal_test.go Merge PR #3750: Outstanding per-validator rewards; correctly handle same-BeginBlock redelegation-double-slash 2019-03-06 19:54:12 +01:00
decimal.go Merge PR #4389: stake invariance bug 2019-05-24 21:23:53 -04:00
denom_test.go Merge PR #3747: Implement initial simple denom convert utils 2019-03-16 14:18:27 +01:00
denom.go Merge PR #3747: Implement initial simple denom convert utils 2019-03-16 14:18:27 +01:00
errors_test.go Merge PR #3604: Improve REST Error Messages & Allow Unicode 2019-02-11 15:12:43 -08:00
errors.go Merge PR #3604: Improve REST Error Messages & Allow Unicode 2019-02-11 15:12:43 -08:00
handler.go Modify AnteHandler to take a simulate boolean parameter 2018-08-25 20:12:14 +01:00
int_test.go Merge PR #4485: rename expected pkg to exported 2019-06-05 13:42:25 -04:00
int.go Merge PR #3679: Consistent Operators 2019-02-21 12:35:55 -05:00
invariant.go Merge PR #4502: InvariantRouter -> InvariantRegistry 2019-06-06 16:32:38 -04:00
queryable.go added querier to gov module 2018-08-22 00:12:44 -07:00
result_test.go Merge PR #4230: Minor cleanup in tx tags and response format 2019-04-29 23:50:44 -04:00
result.go Support query txs' TotalCount in GET /txs (#4214) 2019-05-04 12:09:02 +01:00
router.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
staking.go Merge PR #4417: cleanup staking references from types pkg 2019-06-04 15:06:58 -07:00
store_test.go Merge PR #3517: Increasing test coverage in keys/client package 2019-02-08 12:45:23 -08:00
store.go Store Refactor 1 (#2985) 2019-02-01 17:03:09 -08:00
tags_test.go Merge PR #3451: Make tags and responses legible 2019-02-04 18:20:56 -08:00
tags.go Merge PR #4230: Minor cleanup in tx tags and response format 2019-04-29 23:50:44 -04:00
tx_msg.go Generalize auth/types.StdSignature (#4507) 2019-06-07 14:21:35 +01:00
uint_test.go Merge PR #3679: Consistent Operators 2019-02-21 12:35:55 -05:00
uint.go Merge PR #3679: Consistent Operators 2019-02-21 12:35:55 -05:00
utils_test.go Merge PR #2752: Don't hardcode bondable denom 2018-11-12 19:54:18 +01:00
utils.go Merge PR #3792: Use DBBackend set at compile time 2019-03-04 21:31:55 +01:00