cosmos-sdk/types
Alessio Treglia 7b7d45ddd2 Merge PR #2800: Limit total number of signatures per transaction
* Limit total number of signatures per transaction
* Fail if limit is exceeded
* Loop over all sigs and count subkeys
* No need for a type switch, adopt early return
* Test rejection logic
* Mention sigs limit
2018-11-15 15:30:24 +01:00
..
abci.go
address_test.go Merge PR #2614: Configurable Bech32 prefix for SDK users 2018-10-31 20:13:13 +01:00
address.go Merge PR #2614: Configurable Bech32 prefix for SDK users 2018-10-31 20:13:13 +01:00
codec.go
codespacer_test.go
codespacer.go
coin_test.go Merge PR #2752: Don't hardcode bondable denom 2018-11-12 19:54:18 +01:00
coin.go Fix coins.IsLT() impl (#2686) 2018-11-07 00:14:48 -08:00
config.go Merge PR #2614: Configurable Bech32 prefix for SDK users 2018-10-31 20:13:13 +01:00
context_test.go Merge PR #2451: implement validator queue 2018-10-14 20:37:06 -04:00
context.go Merge remote-tracking branch 'origin/develop' into rigel/fee-distribution 2018-10-15 02:43:36 -04:00
decimal_test.go Update to TM v0.26.0 - Part I (#2679) 2018-11-04 18:28:38 -08:00
decimal.go Address @rigelrozanski comments 2018-10-23 20:33:39 +02:00
errors_test.go Merge PR #2444: Standardize REST error responses 2018-10-19 18:55:20 +02:00
errors.go Merge PR #2800: Limit total number of signatures per transaction 2018-11-15 15:30:24 +01:00
gas_test.go
gas.go paramstore refactor base 2018-10-07 01:11:59 +09:00
handler.go
int_test.go
int.go TestWithdrawDelegationRewardsAll 2018-10-12 04:11:09 -04:00
queryable.go
result_test.go
result.go
stake.go Fix state export/import, add to CI (#2690) 2018-11-08 16:28:28 -08:00
store_test.go
store.go Fix DiffKVStore 2018-11-13 14:36:09 +01:00
tags_test.go
tags.go
tx_msg.go Merge PR #2553: Renamed msg.Name() and msg.Type() to msg.Type() and msg.Route() 2018-10-23 21:23:55 +02:00
utils_test.go Merge PR #2752: Don't hardcode bondable denom 2018-11-12 19:54:18 +01:00
utils.go Switch gov proposal-queues to use iterators (#2638) 2018-11-06 23:33:18 -08:00