aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/main.go
Commit message (Collapse)AuthorAgeFilesLines
* private network supportzelig2015-03-181-1/+3
| | | | | | - protocolversion, networkid global int flags to cli and mist - fix bug with protocolversion check using wrong db - log protocolversion & networkid in backend
* Merge remote-tracking branch 'upstream/develop' into frontier/jszelig2015-03-161-2/+2
|\ | | | | | | | | | | Conflicts: cmd/ethereum/js.go javascript/types.go
| * Moved ethutil => commonobscuren2015-03-161-2/+2
| |
* | remove jsre from mistzelig2015-03-151-1/+2
|/
* cmd/utils: GetEthereum -> MakeEthConfigFelix Lange2015-03-141-1/+3
| | | | | This allows changing the config before starting Ethereum with it.
* cmd/ethereum: show more helpful message if no accounts existFelix Lange2015-03-101-1/+4
|
* Merge ethereum/poc-9 into accounts-integrationFelix Lange2015-03-101-1/+1
|\ | | | | | | | | | | | | | | | | | | Conflicts: cmd/utils/cmd.go cmd/utils/flags.go core/manager.go eth/backend.go rpc/http/server.go xeth/xeth.go
| * Bump vobscuren2015-03-081-1/+1
| |
* | cmd/mist: use cli library and package accountsFelix Lange2015-03-101-52/+49
|/
* Merge branch 'develop' of github.com:ethereum/go-ethereum into removewsTaylor Gerring2015-03-021-1/+1
|\ | | | | | | | | | | Conflicts: cmd/ethereum/flags.go cmd/mist/flags.go
| * Add flag to set RPC portTaylor Gerring2015-02-281-1/+1
| |
* | Remove Websockets RPC transportTaylor Gerring2015-03-011-4/+0
|/
* Bumpobscuren2015-02-271-1/+1
|
* Bumpobscuren2015-02-221-1/+1
|
* reverted back to proper version numberobscuren2015-02-211-1/+1
|
* Minor updates for releaseobscuren2015-02-211-1/+1
|
* Implement command line argument to set the amount of agents created by the minerMaran2015-02-191-13/+14
| | | | Defaults to the amount of cores available on the CPU
* Disabled ability to disable whisper. Closes #334obscuren2015-02-181-0/+1
|
* Fixed issue in peer windowobscuren2015-02-141-1/+1
| | | | | * Fixed issues where new peer window could cause a crash when entering an empty string
* cmd/ethereum, cmd/mist, eth, p2p: use package p2p/natFelix Lange2015-02-131-13/+12
| | | | This deletes the old NAT implementation.
* cmd/mist, cmd/ethereum: add CLI arguments for node keyFelix Lange2015-02-101-0/+1
|
* cmd/ethereum, cmd/mist: add flag for discovery bootstrap nodesFelix Lange2015-02-071-2/+3
|
* cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p APIFelix Lange2015-02-061-4/+2
|
* Move hardcoded seed node address to app flagTaylor Gerring2015-02-031-1/+1
| | | | Replaces functionality `-seed=true` with `-seed="ip:port"`
* Bumped version numberobscuren2015-01-301-1/+1
|
* removed key while in the process of moving to the new key storageobscuren2015-01-291-0/+3
|
* merge jsonrpcobscuren2015-01-291-1/+1
|\
| * Add wsport flag to MistTaylor Gerring2015-01-281-1/+1
| |
* | switched to obscuren/qmlobscuren2015-01-281-1/+1
|/
* 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/