tendermint/config
Dev Ojha 61ab10d655 config: reduce default mempool size (#2300)
* config: reduce default mempool size

This reduces the mempool size from 100k to 5k. Note that each secp256k1 sig
takes .5ms to compute. Therefore an adversary could previously delay every
node on the network's computation time upon receiving a block by 50 seconds.

This now reduces that ability to being able to only delay each node by 2.5
seconds. This change should be reverted once ABCI recheck is implemented.

* (squash this) fix test
2018-08-30 17:41:58 -04:00
..
config.go config: reduce default mempool size (#2300) 2018-08-30 17:41:58 -04:00
config_test.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
toml.go Replace db_path with db_dir in default configuration (#2284) 2018-08-27 17:27:18 +04:00
toml_test.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00