aboutsummaryrefslogtreecommitdiffstats
path: root/chain/chain_manager.go
Commit message (Collapse)AuthorAgeFilesLines
* Implemented new miner w/ ui interface for merged mining. Closes #177obscuren2014-11-071-5/+29
| | | | | | | | * Miner has been rewritten * Added new miner pane * Added option for local txs * Added option to read from MergeMining contract and list them for merged mining
* Fixed VM and added static analysis for EVM jumpsobscuren2014-11-051-1/+0
|
* Replaced to return the td and throw a specific error on TDobscuren2014-11-041-6/+3
|
* Reworked chain handling processobscuren2014-11-041-3/+77
| | | | | | | * Forks * Rename * Moved inserting of blocks & processing * Added chain testing method for validating pieces of a **a** chain.
* ethlog => loggerobscuren2014-10-311-2/+2
|
* Moved ethchain to chainobscuren2014-10-311-0/+289