aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/main.go
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into poc8obscuren2014-12-201-1/+1
|\ | | | | | | | | Conflicts: cmd/ethereum/flags.go
| * version bumpobscuren2014-12-191-1/+1
| |
* | Fixed deref ptrobscuren2014-12-161-6/+4
| | | | | | | | | | The gui already waits and shuts down ethereum. There was no need to wait for an additional shutdown.
* | made mist in a compilable, workable state using the new refactored packagesobscuren2014-12-151-3/+3
|/
* upped proto version and modified block poolobscuren2014-12-051-1/+1
|
* Upped protocol versionobscuren2014-12-041-1/+1
|
* Fixed mem error in vm. Fixed logs testsobscuren2014-12-031-1/+1
|
* updated PVobscuren2014-11-291-1/+1
|
* clean upobscuren2014-11-151-4/+7
|
* Version bumpobscuren2014-11-141-1/+1
|
* Removed all implicit logging. Fixed gas issues and jump errorsobscuren2014-11-121-1/+1
|
* Version bumpobscuren2014-11-041-1/+1
|
* Moved utils to cmdobscuren2014-10-311-1/+1
|
* ethlog => loggerobscuren2014-10-311-2/+2
|
* Version bumpobscuren2014-10-271-1/+1
|
* cmd/*: add license headersFelix Lange2014-10-231-0/+17
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-0/+95
mist, etheruem have been moved to cmd/