aboutsummaryrefslogtreecommitdiffstats
path: root/core/chain_makers.go
Commit message (Expand)AuthorAgeFilesLines
* moved state and vm to coreobscuren2015-03-231-1/+1
* mergeobscuren2015-03-191-1/+1
|\
| * fixed chain event. Closes #529obscuren2015-03-191-2/+2
* | converted chain managerobscuren2015-03-171-5/+5
|/
* Moved ethutil => commonobscuren2015-03-161-15/+15
* Add additional extra database for non-protocol related dataobscuren2015-03-121-1/+1
* Separated block db from state db. Partial fix for #416obscuren2015-03-071-1/+1
* uncle validationobscuren2015-03-041-1/+1
* Changed nonce to a uint64obscuren2015-03-041-3/+3
* fixed pow stuffobscuren2015-03-041-3/+3
* Introducing ethashMatthew Wampler-Doty2015-03-031-18/+29
* public functions for making chains on the flyEthan Buchman2015-02-281-0/+131