aboutsummaryrefslogtreecommitdiffstats
path: root/miner/miner.go
Commit message (Expand)AuthorAgeFilesLines
* BlockManager => BlockProcessorobscuren2015-01-051-5/+5
* Updated miner to new block apiobscuren2014-12-301-3/+6
* Refactored block & Transactionobscuren2014-12-231-5/+5
* mergeobscuren2014-12-191-3/+3
|\
| * Created generic message (easy for testing)obscuren2014-12-181-3/+3
* | adapt miner to new backend. use events to broadcast new mined blockszelig2014-12-151-4/+3
|/
* states moved to chainobscuren2014-12-111-1/+1
* Moved powobscuren2014-12-101-3/+5
* upped proto version and modified block poolobscuren2014-12-051-1/+0
* Skip mining on transactions that don't meet the min accepted gas priceobscuren2014-12-051-6/+16
* Improved and simplified wallet functions and behaviourobscuren2014-12-041-1/+1
* Renamed `chain` => `core`obscuren2014-12-041-8/+8
* merge errors fixedobscuren2014-12-021-8/+2
|\
| * Changed the way transactions are being added to the transaction poolobscuren2014-12-021-4/+5
* | Fixed mergeobscuren2014-11-291-2/+1
|\|
| * Changed refundobscuren2014-11-291-1/+1
| * GasData changes & removed min gas priceobscuren2014-11-291-1/+0
* | Added a callback mechanism to chain adding.obscuren2014-11-191-2/+5
* | Begin of moving objects to types packageobscuren2014-11-181-7/+8
|/
* Fixed bloom, updated mining & block processingobscuren2014-11-101-3/+26
* Implemented new miner w/ ui interface for merged mining. Closes #177obscuren2014-11-071-144/+154
* Reworked chain handling processobscuren2014-11-041-2/+5
* StateManager => BlockManagerobscuren2014-11-041-5/+5
* ethminer => minerobscuren2014-10-311-0/+217