aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist
Commit message (Collapse)AuthorAgeFilesLines
* Renamed State => StateDBobscuren2014-12-041-1/+1
|
* Renamed `chain` => `core`obscuren2014-12-047-23/+26
|
* Descriptive function names for closure gettersobscuren2014-12-041-7/+0
|
* Updated environments according to the new interface setobscuren2014-12-041-8/+12
|
* mergeobscuren2014-12-033-4/+12
|\
| * Fixed mem error in vm. Fixed logs testsobscuren2014-12-031-1/+1
| |
| * Updated value for mined blocks. Closes #197obscuren2014-12-031-3/+9
| |
| * Additional logging and removed temp merged mining options.obscuren2014-12-021-0/+2
| |
* | merge errors fixedobscuren2014-12-022-5/+7
|\|
| * Changed the way transactions are being added to the transaction poolobscuren2014-12-022-5/+8
| |
* | Fixed mergeobscuren2014-11-291-1/+1
|\|
| * updated PVobscuren2014-11-291-1/+1
| |
* | Begin of moving objects to types packageobscuren2014-11-186-15/+15
|/ | | | | * Block(s) * Transaction(s)
* clean upobscuren2014-11-152-32/+21
|
* Version bumpobscuren2014-11-142-3/+3
|
* Removed all implicit logging. Fixed gas issues and jump errorsobscuren2014-11-121-1/+1
|
* 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-076-64/+342
| | | | | | | | * 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-044-6/+6
|
* Version bumpobscuren2014-11-041-1/+1
|
* Use new iteratorobscuren2014-11-031-1/+1
|
* ethminer => minerobscuren2014-10-311-5/+5
|
* ethwire => wireobscuren2014-10-311-3/+3
|
* ethstate => stateobscuren2014-10-315-20/+20
|
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-316-28/+28
|
* Moved utils to cmdobscuren2014-10-314-4/+5
|
* ethlog => loggerobscuren2014-10-318-37/+36
|
* ethcrypto => cryptoobscuren2014-10-311-2/+2
|
* Moved ethchain to chainobscuren2014-10-317-29/+29
|
* Updated to use ethereum.jsobscuren2014-10-319-68/+726
|
* cmd/mist, ethchain, ethminer: split TxEvent (#165)Felix Lange2014-10-291-26/+25
|
* 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-2319-0/+323
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-2359-0/+16740
mist, etheruem have been moved to cmd/