aboutsummaryrefslogtreecommitdiffstats
path: root/chain
Commit message (Collapse)AuthorAgeFilesLines
* Replaced to return the td and throw a specific error on TDobscuren2014-11-042-6/+15
|
* Reworked chain handling processobscuren2014-11-042-44/+104
| | | | | | | * Forks * Rename * Moved inserting of blocks & processing * Added chain testing method for validating pieces of a **a** chain.
* Bloom validationobscuren2014-11-041-4/+5
|
* StateManager => BlockManagerobscuren2014-11-044-40/+24
|
* removed old bloomobscuren2014-11-042-67/+0
|
* Removed debug printobscuren2014-11-041-0/+2
|
* Sha addressesobscuren2014-11-042-4/+18
|
* Fixed genesisobscuren2014-11-041-4/+5
|
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-11-012-7/+9
|\
| * chain, tests/helper, vm: make tests compileFelix Lange2014-11-011-2/+4
| | | | | | | | They were broken by df5603de0a34e80a1, when vm.Log became ethstate.Log.
| * all: fix rename breakageFelix Lange2014-11-011-5/+5
| |
* | Re-org op codesobscuren2014-11-012-316/+9
|/
* ethwire => wireobscuren2014-10-312-5/+5
|
* ethtrie => trieobscuren2014-10-312-6/+6
|
* ethstate => stateobscuren2014-10-318-58/+58
|
* ethlog => loggerobscuren2014-10-314-8/+8
|
* ethcrypto => cryptoobscuren2014-10-315-18/+18
|
* Moved ethchain to chainobscuren2014-10-3126-0/+3248