aboutsummaryrefslogtreecommitdiffstats
path: root/pow/block.go
Commit message (Collapse)AuthorAgeFilesLines
* all: swap out the C++ ethash to the pure Go one (mining todo)Péter Szilágyi2017-03-091-37/+0
|
* 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
|
* updated vm envobscuren2015-03-171-2/+3
|
* POW fixesobscuren2015-03-141-1/+0
|
* Changed nonce to a uint64obscuren2015-03-041-2/+3
|
* Introducing ethashMatthew Wampler-Doty2015-03-031-2/+10
|
* Exposing stuff for ethashMatthew Wampler-Doty2015-02-281-0/+2
|
* Introducign MixDigest and SeedHashMatthew Wampler-Doty2015-02-281-1/+1
|
* Merge branch 'develop' into minerobscuren2015-02-061-0/+1
|
* Refactored block & Transactionobscuren2014-12-231-1/+1
| | | | * Includes new rlp decoder
* Moved powobscuren2014-12-101-0/+9