aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/main.go
Commit message (Collapse)AuthorAgeFilesLines
* Added license headersobscuren2015-01-061-17/+20
|
* Fixed peer window. Minor tweaks and fixesobscuren2015-01-061-1/+2
|
* Version bumpobscuren2015-01-041-1/+1
|
* Cleaned up some of that utilobscuren2015-01-041-21/+19
|
* mergeobscuren2014-12-241-1/+1
|\
| * Merge branch 'hotfix/0.7.11' into developobscuren2014-12-241-1/+1
| |\
| | * Bumpobscuren2014-12-241-1/+1
| | |
| * | Enable websockets for mist. Closes #218obscuren2014-12-231-0/+4
| |/
* | 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/