aboutsummaryrefslogtreecommitdiffstats
path: root/xeth
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed all implicit logging. Fixed gas issues and jump errorsobscuren2014-11-121-1/+1
|
* Fixed bloom, updated mining & block processingobscuren2014-11-101-0/+4
| | | | | | * Reverted back to process blocks in batches method * Bloom generation and lookup fix * Minor UI changed (mainly debug)
* Implemented new miner w/ ui interface for merged mining. Closes #177obscuren2014-11-072-0/+6
| | | | | | | | * 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
* StateManager => BlockManagerobscuren2014-11-043-7/+7
|
* Properly list capsobscuren2014-11-041-2/+4
|
* ethstate => stateobscuren2014-10-316-29/+29
|
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-317-0/+831