aboutsummaryrefslogtreecommitdiffstats
path: root/ethstate/log.go
Commit message (Collapse)AuthorAgeFilesLines
* ethstate => stateobscuren2014-10-311-38/+0
|
* Moved logging to state, proper structured blockobscuren2014-10-301-0/+38
* Moved logs to state so it's subject to snapshotting * Split up block header * Removed logs from transactions and made them receipts only