aboutsummaryrefslogtreecommitdiffstats
path: root/chain
Commit message (Expand)AuthorAgeFilesLines
* Moved messages eventing to chain managerobscuren2014-11-102-16/+25
* Fixed bloom, updated mining & block processingobscuren2014-11-104-29/+23
* Fixed bug on gas and setting of receipts and rootsobscuren2014-11-101-36/+4
* Implemented new miner w/ ui interface for merged mining. Closes #177obscuren2014-11-073-13/+40
* Proper packagesobscuren2014-11-051-1/+1
* Accidental packagesobscuren2014-11-051-1/+1
* Fixed VM and added static analysis for EVM jumpsobscuren2014-11-052-2/+1
* Replaced to return the td and throw a specific error on TDobscuren2014-11-042-6/+15
* Reworked chain handling processobscuren2014-11-042-44/+104
* 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
| * 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