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 Ledger integration (#931) 2018-06-29 02:54:47 +02:00
address.go Merge PR #2614: Configurable Bech32 prefix for SDK users 2018-10-31 20:13:13 +01:00
address_test.go Merge PR #2614: Configurable Bech32 prefix for SDK users 2018-10-31 20:13:13 +01:00
codec.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
codespacer.go Error codespacing (#809) 2018-04-17 19:16:21 -07:00
codespacer_test.go Error codespacing (#809) 2018-04-17 19:16:21 -07:00
coin.go Fix coins.IsLT() impl (#2686) 2018-11-07 00:14:48 -08:00
coin_test.go Merge PR #2752: Don't hardcode bondable denom 2018-11-12 19:54:18 +01:00
config.go Merge PR #2614: Configurable Bech32 prefix for SDK users 2018-10-31 20:13:13 +01:00
context.go Merge remote-tracking branch 'origin/develop' into rigel/fee-distribution 2018-10-15 02:43:36 -04:00
context_test.go Merge PR #2451: implement validator queue 2018-10-14 20:37:06 -04:00
decimal.go Address @rigelrozanski comments 2018-10-23 20:33:39 +02:00
decimal_test.go Update to TM v0.26.0 - Part I (#2679) 2018-11-04 18:28:38 -08:00
errors.go Merge PR #2800: Limit total number of signatures per transaction 2018-11-15 15:30:24 +01:00
errors_test.go Merge PR #2444: Standardize REST error responses 2018-10-19 18:55:20 +02:00
gas.go paramstore refactor base 2018-10-07 01:11:59 +09:00
gas_test.go Merge PR #1626: Increase coverage of types/ 2018-08-06 21:00:49 +02:00
handler.go Modify AnteHandler to take a simulate boolean parameter 2018-08-25 20:12:14 +01:00
int.go TestWithdrawDelegationRewardsAll 2018-10-12 04:11:09 -04:00
int_test.go Merge PR #1936: types: Reduce size of TestImmutability<Arith\U>Int tests 2018-08-08 12:05:20 +02:00
queryable.go added querier to gov module 2018-08-22 00:12:44 -07:00
result.go Merge PR #1266: Multiple messages 2018-06-22 00:05:25 +02:00
result_test.go Merge PR #1626: Increase coverage of types/ 2018-08-06 21:00:49 +02:00
stake.go Fix state export/import, add to CI (#2690) 2018-11-08 16:28:28 -08:00
store.go Fix DiffKVStore 2018-11-13 14:36:09 +01:00
store_test.go Merge PR #1626: Increase coverage of types/ 2018-08-06 21:00:49 +02:00
tags.go update for tm v0.22.0. tmlibs->tendermint/libs 2018-07-02 16:34:06 -04:00
tags_test.go Merge PR #1626: Increase coverage of types/ 2018-08-06 21:00:49 +02:00
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.go Switch gov proposal-queues to use iterators (#2638) 2018-11-06 23:33:18 -08:00
utils_test.go Merge PR #2752: Don't hardcode bondable denom 2018-11-12 19:54:18 +01:00