grin/core/src
Simon B fed0bd3ed3 [CONSENSUS] Limit number of inputs in a block #261 (#328)
* Limit number of inputs in a block, fix #261
* MAX_BLOCK_INPUTS = 300_000 // IO-time bound DoS protection. 5MB/s disk random reads gives ~150k UTXO lookups/s, so set limit at 300k UTXO inputs
2017-11-19 19:59:07 -05:00
..
core [CONSENSUS] Limit number of inputs in a block #261 (#328) 2017-11-19 19:59:07 -05:00
consensus.rs [CONSENSUS] Limit number of inputs in a block #261 (#328) 2017-11-19 19:59:07 -05:00
genesis.rs Ported acbe983 and 58d7dc7 from testnet1 branch 2017-11-16 18:17:56 -05:00
global.rs Ported acbe983 and 58d7dc7 from testnet1 branch 2017-11-16 18:17:56 -05:00
lib.rs Fix couple minor import errors after rebase 2017-10-31 20:00:39 -04:00
macros.rs Cleanup build warnings (#87) 2017-08-10 00:54:10 +00:00
ser.rs Cleanup HTTP APIs, update ports to avoid gap, rustfmt 2017-10-31 19:42:56 -04:00