aboutsummaryrefslogtreecommitdiffstats
path: root/pow/ezp
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".
* all: update license informationFelix Lange2015-07-071-0/+16
|
* Integrate new ethash API and change geth makedag cmdGustav Simonsson2015-05-051-4/+4
|
* pow/ezp: use common.HashFelix Lange2015-03-171-7/+4
|
* Moved ethutil => commonobscuren2015-03-161-3/+3
|
* Changed nonce to a uint64obscuren2015-03-041-6/+10
|
* Introducing ethashMatthew Wampler-Doty2015-03-031-5/+3
|
* Introducign MixDigest and SeedHashMatthew Wampler-Doty2015-02-281-1/+1
|
* Turbo offobscuren2015-02-211-1/+1
|
* Optimisations and fixed a couple of DDOS issues in the minerobscuren2015-02-201-1/+1
|
* Disable turboobscuren2015-02-181-1/+1
|
* Filter and mutex locks addedobscuren2015-02-171-1/+1
|
* Fixed mining & limited hash powerobscuren2015-02-141-1/+1
|
* Reset hash rate to 0 when mining is stoppedobscuren2015-02-141-1/+2
|
* Basic structure minerobscuren2015-02-101-11/+18
|
* Default gas price and default gas for rpcobscuren2015-02-051-2/+0
|
* set uncles regardless of empty uncle list. Fixes invalid blocks being minedobscuren2015-02-051-2/+3
|
* WIP minerobscuren2015-02-041-1/+1
|
* Moved sha3 from `obscuren`obscuren2015-01-221-1/+1
|
* Fixed peer window. Minor tweaks and fixesobscuren2015-01-061-1/+1
|
* Refactored block & Transactionobscuren2014-12-231-2/+2
| | | | * Includes new rlp decoder
* Merged developobscuren2014-12-181-1/+1
|\
| * Locks, refactor, testsobscuren2014-12-181-1/+1
| | | | | | | | | | | | * Added additional chain tests * Added proper mutex' on chain * Removed ethereum dependencies
* | WIPobscuren2014-12-151-4/+8
|/
* Moved powobscuren2014-12-101-0/+89