aboutsummaryrefslogtreecommitdiffstats
path: root/core/block_processor.go
Commit message (Collapse)AuthorAgeFilesLines
* moved managerobscuren2015-02-091-16/+0
|
* Undone fix. Will re-enable once chain resetsobscuren2015-02-061-12/+5
|
* Merge pull request #290 from ↵Jeffrey Wilcke2015-02-061-6/+6
|\ | | | | | | | | Gustav-Simonsson/correct_block_parent_timestamp_check Correct block parent timestamp check and typos
| * Correct block parent timestamp check and typosGustav Simonsson2015-02-041-6/+6
| |
* | pending / chain eventobscuren2015-02-061-0/+8
| |
* | Filteringobscuren2015-02-051-6/+7
| |
* | WIP minerobscuren2015-02-041-37/+37
|/
* Docs & old code removedobscuren2015-02-031-1/+1
|
* reworking messages => logobscuren2015-01-281-0/+21
|
* Future blocks not allowedobscuren2015-01-221-21/+4
|
* Fixed difficultyobscuren2015-01-181-2/+1
| | | | Difficulty was broken when refactored.
* Fixed consensus issueobscuren2015-01-131-1/+1
|
* Moved the TD method from block processor.obscuren2015-01-101-39/+15
|
* Cast to string for hashable typeobscuren2015-01-101-1/+1
|
* mem fixes for vm. Changed uncle inclusion testsobscuren2015-01-101-14/+20
|
* Refactored ethutil.Config.Db outobscuren2015-01-071-3/+7
|
* Adjusted difficulty and skip get tx messagesobscuren2015-01-061-0/+1
|
* Limit block extra to 1024obscuren2015-01-061-0/+4
|
* BlockManager => BlockProcessorobscuren2015-01-051-2/+2
|
* BlockManager => BlockProcessorobscuren2015-01-051-0/+359