aboutsummaryrefslogtreecommitdiffstats
path: root/ethminer
Commit message (Collapse)AuthorAgeFilesLines
* send zero event to miner.powQuitChan fixes miner hangingzelig2014-07-221-3/+3
|
* Merge branch 'develop' of github.com:ethereum/eth-go into ↵zelig2014-07-211-0/+1
|\ | | | | | | feature/ethutil-refactor
| * Fixed tx sha creationobscuren2014-07-211-0/+1
| |
* | merge upstreamzelig2014-07-211-12/+22
|\|
| * Fixed miner and loggerobscuren2014-07-181-3/+2
| |
| * Added channel for starting/stopping minerobscuren2014-07-181-4/+8
| |
| * WIP to expose hashrate to guiMaran2014-07-181-0/+4
| |
* | properly unsubscribe react channels when miner stops - fixes write on closed ↵zelig2014-07-151-27/+31
| | | | | | | | chan crash
* | use ethreact.Event and ethreact.ReactorEnginezelig2014-07-151-6/+6
|/
* Revert "ethreact - Feature/ethutil refactor"Jeffrey Wilcke2014-07-071-6/+6
|
* use ethreact.Event and ethreact.ReactorEnginezelig2014-07-051-6/+6
|
* Close pow chat. Fixes #95obscuren2014-07-011-1/+3
|
* go fmtzelig2014-06-271-2/+8
|
* space in miner logging messagezelig2014-06-261-1/+1
|
* modified logging APIzelig2014-06-231-9/+12
| | | | | | - package vars for tagged loggers - weed out spurious fmt.PrintX and log.PrintX logging - tried to second guess loglevel for some :)
* Removal of manual updating of state objectsobscuren2014-06-171-0/+2
| | | | | * You'll only ever need to update the state by calling Update. Update will take care of the updating of it's child state objects.
* Fixed minor issue with the gas poolobscuren2014-06-161-0/+2
|
* Moved gas limit err check to buy gasobscuren2014-06-161-1/+2
|
* Moving closer to interopobscuren2014-06-141-2/+9
|
* Minor changesobscuren2014-06-121-1/+2
|
* Peer changes broadcasting and minor miner fixobscuren2014-05-301-1/+1
|
* Buffered channel to fix not ready (blocking)obscuren2014-05-301-1/+2
|
* Sort transactions based on the nonceobscuren2014-05-281-1/+4
| | | | * Added a transaction sorter
* 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