aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/block.go
Commit message (Expand)AuthorAgeFilesLines
* new type + additional methodsobscuren2015-03-161-17/+17
* Moved ethutil => commonobscuren2015-03-161-5/+5
* mergeobscuren2015-03-151-2/+2
|\
| * core/types: make Block.{ParentHash,SeedHash,MixDigest} []byteFelix Lange2015-03-141-3/+3
* | POW fixesobscuren2015-03-141-6/+1
|/
* Miner fixes and updates (including miner)obscuren2015-03-051-6/+8
* Fixed genesisobscuren2015-03-041-12/+23
* Changed nonce to a uint64obscuren2015-03-041-5/+5
* fixed pow stuffobscuren2015-03-041-1/+4
* Introducing ethashMatthew Wampler-Doty2015-03-031-1/+14
* Introducign MixDigest and SeedHashMatthew Wampler-Doty2015-02-281-2/+7
* Added GetBlock GetUncle with OOB guardobscuren2015-02-181-0/+12
* Fixed mining & limited hash powerobscuren2015-02-141-1/+2
* Update balance label when miningobscuren2015-02-141-0/+2
* WIP minerobscuren2015-02-041-11/+15
* Refactored ethutil.Config.Db outobscuren2015-01-071-11/+11
* Mergeobscuren2015-01-061-42/+35
* Refactored tx pool and added extra fields to blockobscuren2015-01-021-2/+2
* Fixed chain test & added new chainobscuren2014-12-301-0/+1
* Switched to new trieobscuren2014-12-241-2/+2
* Chain importerobscuren2014-12-231-15/+21
* Refactored block & Transactionobscuren2014-12-231-323/+167
* Locks, refactor, testsobscuren2014-12-181-1/+1
* Moved powobscuren2014-12-101-0/+3
* Renamed State => StateDBobscuren2014-12-041-2/+2
* Renamed `chain` => `core`obscuren2014-12-041-0/+413