openethereum/ethcore/src/miner
Gav Wood 5d1ff3d7ba Introduce options for fine-grained management of work queue. (#1484)
* Introduce options for fine-grained management of work queue.

- Minimum reseal period between non-mandatory (transaction) reseals.
- Maximum historical cached block size.

Defaults changed to reflect real-world scenarios (2s, 20 blocks).

* Fix test bug.

* 50 -> 20.
2016-06-29 16:26:19 +02:00
..
external.rs refactored to merge client & client 2016-05-31 19:52:53 +02:00
miner.rs Introduce options for fine-grained management of work queue. (#1484) 2016-06-29 16:26:19 +02:00
mod.rs U256 instead of Option<U256>. Fix up tests. 2016-06-28 10:21:29 +02:00
transaction_queue.rs Ensure we don't reject our own transactions for gasprice. (#1485) 2016-06-29 15:23:41 +02:00