Felix Lange
72d8878084
cmd/mist: always enable whisper
...
The default value of the Shh option is true, but cli can't
see it because it is not part of the mist options.
10 years ago
Felix Lange
eb5e43022e
cmd/geth, cmd/mist: use gitCommit in node name
10 years ago
Felix Lange
f4e5675303
cmd/mist: add blockchain version flag
...
This is necessary because cli doesn't see the default
value unless the flag is included.
10 years ago
Taylor Gerring
24fc1f073d
Add flag to control CORS header #394
...
* Disabled on CLI
* http://localhost on Mist
10 years ago
zelig
b6aa88c099
private network support
...
- protocolversion, networkid global int flags to cli and mist
- fix bug with protocolversion check using wrong db
- log protocolversion & networkid in backend
10 years ago
obscuren
b523441361
Moved ethutil => common
10 years ago
zelig
31ffca6d8a
remove jsre from mist
10 years ago
Felix Lange
58d9d98daf
cmd/utils: GetEthereum -> MakeEthConfig
...
This allows changing the config before starting Ethereum
with it.
10 years ago
Felix Lange
0bb7377ebe
cmd/ethereum: show more helpful message if no accounts exist
10 years ago
Felix Lange
697f6748b8
cmd/mist: use cli library and package accounts
10 years ago
Taylor Gerring
9723191b19
Undo client_version changes
10 years ago
obscuren
69920c735a
Bump v
10 years ago
Taylor Gerring
e7b33e9ae7
Move p2p.MakeName to ethutil.MakeVersion
10 years ago
Taylor Gerring
cfe0370280
Remove Websockets RPC transport
10 years ago
Taylor Gerring
f6e821fd33
Add flag to set RPC port
10 years ago
obscuren
3ab05ddd25
Bump
10 years ago
obscuren
321dce1f47
Bump
10 years ago
obscuren
92337baa5a
reverted back to proper version number
10 years ago
obscuren
cc43ab9a81
Minor updates for release
10 years ago
Maran
5aff8bfb59
Implement command line argument to set the amount of agents created by the miner
...
Defaults to the amount of cores available on the CPU
10 years ago
obscuren
05b1ec008b
Disabled ability to disable whisper. Closes #334
10 years ago
obscuren
790de35e7f
Fixed issue in peer window
...
* Fixed issues where new peer window could cause a crash when entering
an empty string
10 years ago
Felix Lange
d0a2e655c9
cmd/ethereum, cmd/mist, eth, p2p: use package p2p/nat
...
This deletes the old NAT implementation.
10 years ago
Felix Lange
a3cd218719
cmd/mist, cmd/ethereum: add CLI arguments for node key
10 years ago
Felix Lange
028775a086
cmd/ethereum, cmd/mist: add flag for discovery bootstrap nodes
10 years ago
Felix Lange
56f777b2fc
cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API
10 years ago
Taylor Gerring
1f4ed49b4c
Move hardcoded seed node address to app flag
...
Replaces functionality `-seed=true` with `-seed="ip:port"`
10 years ago
obscuren
3847e248df
Bumped version number
10 years ago
obscuren
cebb149f5c
removed key while in the process of moving to the new key storage
10 years ago
obscuren
fb7c03ff4d
switched to obscuren/qml
10 years ago
Taylor Gerring
a38bca3438
Add wsport flag to Mist
10 years ago
obscuren
117f66e823
Added license headers
10 years ago
obscuren
c9985bf563
Fixed peer window. Minor tweaks and fixes
10 years ago
obscuren
08b03afa4b
Version bump
10 years ago
obscuren
09841b1c9b
Cleaned up some of that util
10 years ago
obscuren
c9f963a77e
Bump
10 years ago
obscuren
f468a9a0e2
Enable websockets for mist. Closes #218
10 years ago
obscuren
88af879f7a
version bump
10 years ago
obscuren
52ca80bdd2
Fixed deref ptr
...
The gui already waits and shuts down ethereum. There was no need to wait
for an additional shutdown.
10 years ago
obscuren
56dac74f71
made mist in a compilable, workable state using the new refactored packages
10 years ago
obscuren
9925916851
upped proto version and modified block pool
10 years ago
obscuren
73c4ca3a6f
Upped protocol version
10 years ago
obscuren
3d9a4e7084
Fixed mem error in vm. Fixed logs tests
10 years ago
obscuren
a3559c5e1b
updated PV
10 years ago
obscuren
33afb10b0d
clean up
10 years ago
obscuren
711be7009e
Version bump
10 years ago
obscuren
6c9e503eb8
Removed all implicit logging. Fixed gas issues and jump errors
10 years ago
obscuren
d56d0c64aa
Version bump
10 years ago
obscuren
8826e9694c
Moved utils to cmd
10 years ago
obscuren
b1c247231b
ethlog => logger
10 years ago