Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved ethchain to chain | obscuren | 2014-10-31 | 1 | -55/+0 |
| | |||||
* | Moved logging to state, proper structured block | obscuren | 2014-10-30 | 1 | -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 dependency | Felix Lange | 2014-10-30 | 1 | -1/+1 |
| | |||||
* | Added bloom 9 point lookup and bloom test | obscuren | 2014-10-30 | 1 | -1/+12 |
| | |||||
* | Removed events from the state manager | obscuren | 2014-10-29 | 1 | -5/+4 |
| | |||||
* | PoC 7 updates | obscuren | 2014-10-29 | 1 | -12/+19 |
| | | | | | | * Bloom * Block restructure * Receipts | ||||
* | Fixed bloom | obscuren | 2014-10-27 | 1 | -2/+2 |
| | |||||
* | Implemented new bloom filter. Closes #156 | obscuren | 2014-10-27 | 1 | -0/+38 |