aboutsummaryrefslogtreecommitdiffstats
path: root/miner/remote_agent.go
Commit message (Collapse)AuthorAgeFilesLines
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
| | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
* miner: smart miningJeffrey Wilcke2015-07-161-33/+63
| | | | | | | | | Work is now handled and carried over multiple sessions. Previously one session only was assumed, potentially resulting in invalid (outdated) work * Larger work / result queue * Full validation option
* all: update license informationFelix Lange2015-07-071-0/+16
|
* core/types: make blocks immutableFelix Lange2015-06-301-3/+1
|
* Return 32-byte hashes from GetWorkTaylor Gerring2015-05-111-2/+2
| | | | Ensures that the Get Work results are a consistent length. Closes #917
* miner: go fmtobscuren2015-04-201-8/+7
|
* Switched getWork third output from difficulty to targetVitalik Buterin2015-04-201-1/+8
|
* miner: fixed remote miner current workobscuren2015-04-201-1/+2
|
* Fixed minerobscuren2015-03-271-0/+1
| | | | * Miners could stall because the worker wasn't aware the miner was done
* Changed minerobscuren2015-03-241-4/+7
| | | | | * Instead of delivering `Work` to the `Worker`, push a complete Block to the `Worker` so that each agent can work on their own block.
* Fixed issues with stalled remote minerobscuren2015-03-231-1/+1
|
* Move RemoteAgent to miner pkgTaylor Gerring2015-03-231-0/+81