openethereum/ethcore/src/miner
Gav Wood 35ecb396b6 Market-orientated transaction pricing (#1963)
* Market-orientated transaction pricing

Avoid a strict gas-limit and let the market decide through using
a priority queue based around gas pricing for transactions. In
periods of low transaction volume, they'll be processed for a lower
fee.

* Fix tests, add/clarify documentation, fix some logic.

* Change default to reflect CLI.

* Specify type.

* Make test more precise.

* Fix doc test
2016-08-23 13:30:33 +02:00
..
external.rs Miner tweaks (#1797) 2016-08-02 17:53:32 +01:00
miner.rs Fix several RPCs (#1926) 2016-08-17 19:25:02 +02:00
mod.rs Fix several RPCs (#1926) 2016-08-17 19:25:02 +02:00
price_info.rs Miner tests (#1597) 2016-07-14 12:16:53 +02:00
transaction_queue.rs Market-orientated transaction pricing (#1963) 2016-08-23 13:30:33 +02:00
work_notify.rs Fixing some clippy warnings (#1728) 2016-07-26 20:31:25 +02:00