aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/miner_agest.go
Commit message (Collapse)AuthorAgeFilesLines
* Rename for filename typoTaylor Gerring2015-03-231-77/+0
|
* Cleanup get/submitWorkTaylor Gerring2015-03-231-1/+8
| | | | getWork needs to return additional values
* check for nil ptrsobscuren2015-03-221-2/+2
|
* Get work / submit work partially implemented.obscuren2015-03-221-0/+70
* WIP missing arguments for submitting new work * GetWork **done**