aboutsummaryrefslogtreecommitdiffstats
path: root/vm/log.go
Commit message (Collapse)AuthorAgeFilesLines
* Moved logging to state, proper structured blockobscuren2014-10-301-38/+0
| | | | | | * Moved logs to state so it's subject to snapshotting * Split up block header * Removed logs from transactions and made them receipts only
* PoC 7 updatesobscuren2014-10-291-2/+31
| | | | | | * Bloom * Block restructure * Receipts
* Implemented LOG. Closes #159obscuren2014-10-271-0/+9