aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Collapse)AuthorAgeFilesLines
* Updated main.go - fix for broken develop build Eric Robitaille2014-11-211-1/+1
| | | Transaction execution fixes - 60cdb1148c404218846fd39331690658168f4e04
* clean upobscuren2014-11-153-33/+22
|
* Version bumpobscuren2014-11-143-4/+4
|
* Transaction execution fixesobscuren2014-11-121-1/+1
|
* Fixes for the log methodobscuren2014-11-122-3239/+23
|
* Removed all implicit logging. Fixed gas issues and jump errorsobscuren2014-11-123-4/+5
|
* Moved ethtest to cmdobscuren2014-11-102-0/+3344
|
* Moved messages eventing to chain managerobscuren2014-11-101-1/+1
|
* Added dumpsobscuren2014-11-101-2/+9
|
* Added VM testing toolobscuren2014-11-101-0/+109
|
* Fixed bloom, updated mining & block processingobscuren2014-11-105-21/+20
| | | | | | * 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-077-65/+343
| | | | | | | | * 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-045-7/+7
|
* Version bumpobscuren2014-11-042-2/+2
|
* Use new iteratorobscuren2014-11-031-1/+1
|
* all: fix rename breakageFelix Lange2014-11-011-2/+1
|
* ethminer => minerobscuren2014-10-312-14/+14
|
* ethwire => wireobscuren2014-10-312-7/+7
|
* ethstate => stateobscuren2014-10-316-34/+34
|
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-318-32/+32
|
* Moved utils to cmdobscuren2014-10-319-6/+536
|
* ethlog => loggerobscuren2014-10-3112-47/+47
|
* ethcrypto => cryptoobscuren2014-10-312-4/+4
|
* Moved ethchain to chainobscuren2014-10-317-29/+29
|
* Updated to use ethereum.jsobscuren2014-10-319-68/+726
|
* Merge pull request #167 from fjl/feature/split-tx-eventJeffrey Wilcke2014-10-301-26/+25
|\ | | | | Split TxEvent type for tx pre/post
| * cmd/mist, ethchain, ethminer: split TxEvent (#165)Felix Lange2014-10-291-26/+25
| |
* | Removed events from the state managerobscuren2014-10-291-0/+2
|/
* Version bumpobscuren2014-10-271-1/+1
|
* increased default gas from 500 to 5000obscuren2014-10-271-1/+1
|
* events should be set prior to calling mainloopobscuren2014-10-271-1/+1
|
* cmd/*: add license headersFelix Lange2014-10-2326-0/+442
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-2368-0/+17377
mist, etheruem have been moved to cmd/