aboutsummaryrefslogtreecommitdiffstats
path: root/pow
Commit message (Collapse)AuthorAgeFilesLines
* all: fix license headers one more timeFelix Lange2015-07-245-5/+5
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-235-20/+20
| | | | | 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-075-0/+80
|
* Integrate new ethash API and change geth makedag cmdGustav Simonsson2015-05-053-8/+8
|
* pow/ezp: use common.HashFelix Lange2015-03-171-7/+4
|
* updated vm envobscuren2015-03-171-2/+3
|
* Moved ethutil => commonobscuren2015-03-163-10/+10
|
* POW fixesobscuren2015-03-141-1/+0
|
* Changed nonce to a uint64obscuren2015-03-043-9/+14
|
* Introducing ethashMatthew Wampler-Doty2015-03-036-29/+16
|
* Exposing stuff for ethashMatthew Wampler-Doty2015-02-281-0/+2
|
* Introducign MixDigest and SeedHashMatthew Wampler-Doty2015-02-282-2/+2
|
* 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
|
* Merge branch 'develop' into minerobscuren2015-02-062-2/+2
|\
| * 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-222-2/+2
|
* pre-powobscuren2015-01-122-0/+19
|
* Refactored ethutil.Config.Db outobscuren2015-01-075-301/+0
|
* Fixed peer window. Minor tweaks and fixesobscuren2015-01-061-1/+1
|
* Cleaned up some of that utilobscuren2015-01-042-0/+179
|
* Refactored block & Transactionobscuren2014-12-232-3/+3
| | | | * 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-103-0/+106
|
* all: fix rename breakageFelix Lange2014-11-013-10/+10
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-234-6/+7
| | | | mist, etheruem have been moved to cmd/
* Implemented AR PoWobscuren2014-10-115-0/+300