aboutsummaryrefslogtreecommitdiffstats
path: root/core/chain_makers.go
Commit message (Expand)AuthorAgeFilesLines
* Integrate new ethash API and change geth makedag cmdGustav Simonsson2015-05-051-2/+2
* core: return the index of the block that failed when inserting a chainobscuren2015-04-291-1/+1
* core, miner: added value check on tx validationobscuren2015-04-261-2/+2
* xeth, core, cmd/utils: Transaction can not be over block gas limitobscuren2015-04-241-1/+1
* core: fixed testobscuren2015-04-231-1/+3
* core: moved TD calculation from proc to chainobscuren2015-04-201-2/+2
* Improved transaction poolobscuren2015-04-091-6/+7
* Block header changed & console miner controlobscuren2015-04-061-1/+1
* Improved chain manager, improved block processor, fixed testsobscuren2015-04-041-0/+1
* Removed old (unused) argumentobscuren2015-04-021-2/+2
* 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