aboutsummaryrefslogtreecommitdiffstats
path: root/chain/bloom9.go
Commit message (Collapse)AuthorAgeFilesLines
* Clean upobscuren2014-11-141-4/+4
|
* Fixes for PV41/42obscuren2014-11-141-1/+0
| | | | | | * Don't expand mem on empty value * Removed all coinbase logs for PV42 * Removed C++ bug stuff for LOG*
* Fixed bloom, updated mining & block processingobscuren2014-11-101-7/+7
| | | | | | * Reverted back to process blocks in batches method * Bloom generation and lookup fix * Minor UI changed (mainly debug)
* Sha addressesobscuren2014-11-041-4/+6
|
* ethstate => stateobscuren2014-10-311-2/+2
|
* Moved ethchain to chainobscuren2014-10-311-0/+55