aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/bloom9.go
Commit message (Collapse)AuthorAgeFilesLines
* Moved ethchain to chainobscuren2014-10-311-55/+0
|
* Moved logging to state, proper structured blockobscuren2014-10-301-4/+4
| | | | | | * Moved logs to state so it's subject to snapshotting * Split up block header * Removed logs from transactions and made them receipts only
* ethchain: fix dependencyFelix Lange2014-10-301-1/+1
|
* Added bloom 9 point lookup and bloom testobscuren2014-10-301-1/+12
|
* Removed events from the state managerobscuren2014-10-291-5/+4
|
* PoC 7 updatesobscuren2014-10-291-12/+19
| | | | | | * Bloom * Block restructure * Receipts
* Fixed bloomobscuren2014-10-271-2/+2
|
* Implemented new bloom filter. Closes #156obscuren2014-10-271-0/+38