Skip to content

Commit

Permalink
Market-orientated transaction pricing (openethereum#1963)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
gavofyork authored Aug 23, 2016
1 parent f4826d1 commit 35ecb39
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 173 deletions.
Loading

0 comments on commit 35ecb39

Please sign in to comment.