aboutsummaryrefslogtreecommitdiffstats
path: root/ethminer
Commit message (Collapse)AuthorAgeFilesLines
* Working on interopobscuren2014-05-221-10/+5
| | | | | | * Receipts after each transaction * Fee structure * Applying fees to miners
* Added start / stopping methodsobscuren2014-05-221-21/+31
|
* Removed some logging and refactored a bitobscuren2014-05-211-43/+41
|
* Improved miner so it won't include invalid transactionsobscuren2014-05-211-5/+16
|
* Fixed competing block methodobscuren2014-05-211-1/+1
|
* Fixed couple issuesobscuren2014-05-211-0/+1
| | | | | * (imp) Lock / RLock tries * (fix) stack
* Testing different mining stateobscuren2014-05-191-10/+9
|
* Changed how changes are being applied to statesobscuren2014-05-171-18/+6
|
* listen to pre instead of postobscuren2014-05-151-2/+2
|
* Removed old tx pool notification system. Fixes #19obscuren2014-05-151-2/+2
|
* Added manifest changes and changed closuresobscuren2014-04-301-1/+0
|
* Fixed state problemobscuren2014-04-291-5/+7
|
* Removed debug & unused functionsobscuren2014-04-241-1/+0
|
* Removed some log statements and disabled additional validation checksobscuren2014-04-231-4/+8
|
* @maranh see commentobscuren2014-04-231-7/+8
|
* Hack for miner problem added w/ noteobscuren2014-04-161-0/+3
| | | | @maranh please check
* Fix transaction on new blocksMaran2014-04-091-0/+1
|
* Small tweaksMaran2014-04-011-2/+0
|
* initial testcode for canonical chainMaran2014-03-241-0/+1
|
* Initial block reorganisation codeMaran2014-03-211-10/+9
|
* More mining reworkMaran2014-03-201-0/+149