aboutsummaryrefslogtreecommitdiffstats
path: root/chain/chain_manager.go
Commit message (Expand)AuthorAgeFilesLines
* Changed the way transactions are being added to the transaction poolobscuren2014-12-021-0/+21
* GasData changes & removed min gas priceobscuren2014-11-291-2/+0
* Numerous fixes for consensus.obscuren2014-11-141-1/+7
* Transaction execution fixesobscuren2014-11-121-1/+1
* Removed all implicit logging. Fixed gas issues and jump errorsobscuren2014-11-121-1/+1
* debugging codeobscuren2014-11-111-0/+1
* Moved messages eventing to chain managerobscuren2014-11-101-4/+9
* Fixed bloom, updated mining & block processingobscuren2014-11-101-20/+10
* Implemented new miner w/ ui interface for merged mining. Closes #177obscuren2014-11-071-5/+29
* 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
* ethlog => loggerobscuren2014-10-311-2/+2
* Moved ethchain to chainobscuren2014-10-311-0/+289