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 |
6 years ago | |
---|---|---|
.. | ||
config.go | config: reduce default mempool size (#2300) | 6 years ago |
config_test.go | Add basic tests on config, mainly to raise test coverage | 8 years ago |
toml.go | Replace db_path with db_dir in default configuration (#2284) | 6 years ago |
toml_test.go | config: lil fixes | 7 years ago |