obscuren
30b921ef46
cmd/geth: bump version to 0.9.14
10 years ago
obscuren
745c368987
cmd/geth: bump version number
10 years ago
Felix Lange
eb5e43022e
cmd/geth, cmd/mist: use gitCommit in node name
10 years ago
obscuren
7fd368c586
geth/main: removed crazy welcome message :-(
10 years ago
obscuren
ed036a2ce7
cmd/geth: bump version number 0.9.12
10 years ago
Alexandre Van de Sande
8716278ca8
Smaller frontier cover art
10 years ago
Alexandre Van de Sande
f1126dbb87
Smaller frontier cover art
10 years ago
zelig
6b1b5a4a2a
cli/js console: if corsDomain is not given to startRpc, we fall back to value set on command line with `-corsDomain`
10 years ago
zelig
1b7c017076
cli: fatal error if no etherbase for mining
10 years ago
zelig
6512b23b98
cli: fatal error if rpc could not be started
10 years ago
zelig
7b2f25b578
cli: clean up flag descriptions, usage docs, account list uses primary and indexes, add help line to account subcnd usage
10 years ago
Alexandre Van de Sande
d2fab43abc
Changed "Welcome to the Frontier" to something more geeky
10 years ago
Péter Szilágyi
3b008723db
cmd/geth, cmd/utils: invert --pprof once more
10 years ago
Péter Szilágyi
c8e2b3710c
cmd/geth, cmd/utils: use pprof disable flag, start globally
10 years ago
Péter Szilágyi
8830403acf
cmd/geth, cmd/utils: add cli flags for pprof and whisper.
10 years ago
obscuren
52584596d4
geth: bump version number
10 years ago
zsfelfoldi
c4b7d4d3f7
NatSpec cli option, resolver tests passing
10 years ago
obscuren
03b4cf74a2
geth: added identity flag which allows to set a custom node name
10 years ago
obscuren
f1ae3dc4aa
geth: bump version number
10 years ago
Bas van Kervel
49a513bdeb
Added blockchain DB versioning support, closes #650
10 years ago
obscuren
36fe11378c
Bump
10 years ago
obscuren
3d29805322
Added pprof
10 years ago
obscuren
ab015959e1
bump
10 years ago
Bas van Kervel
b3a3fdf9a4
Support for import/export hex encoded keys, closes #635
10 years ago
obscuren
50aa1f178c
updated logging
10 years ago
obscuren
69ece747d3
v bump
10 years ago
obscuren
01e1b49831
reflect ethash changes
10 years ago
obscuren
f9488cb763
bumped version number
10 years ago
obscuren
bc5528b165
version bump
10 years ago
obscuren
36452afd4e
glog wip
10 years ago
Taylor Gerring
24fc1f073d
Add flag to control CORS header #394
...
* Disabled on CLI
* http://localhost on Mist
10 years ago
zelig
b375bbee5f
settable etherbase
...
- etherbase flag for block reward destination
- coinbase => etherbase
- CLI- eth Config -> eth, xeth -> RPC / Miner
- use primary instead of coinbase as the unlock magic wildcard
- accounts: firstAddr/Coinbase -> Primary
10 years ago
obscuren
b0b0939879
renamed ethereum => geth
10 years ago
zelig
7577d12614
max paranoia mode to UNsupport unencrypted keys entirely
...
- remove account export functionality from CLI
- remove accountExport method,
- remove unencrypted-keys flag from everywhere
- improve documentation
10 years ago
zelig
abbdf41560
output error message if unlock address is invalid (fixes the wierd "read /path: is a directory") msg
10 years ago
zelig
11d2ebc06f
unlocking coinbase without knowing address
...
- accounts: remove Manager.getKey
- cli: for -unlock coinbase, use account manager Coinbase()
10 years ago
zelig
4ec38e3932
common: remove WriteFile and ReadAllFile (use ioutil instead)
10 years ago
zelig
d1b52efdb5
cli: implement ethereum presale wallet import via cli
10 years ago
zelig
34d5a6c156
cli: help formatting
10 years ago
zelig
1c4c71dcff
cli: fix liner not closing (spuriously opened) in noninteractive jsre
10 years ago
zelig
fd8d18ec28
unlocking coinbase
...
- extract accounts.getKey method - if given empty address it retrieves coinbase (first account)
- cli -unlock coinbase will unlock coinbase
10 years ago
zelig
c4ea921876
import/export accounts
...
- cli: add passwordfile flag
- cli: change unlock flag only takes account
- cli: with unlock you are prompted for password or use passfile with password flag
- cli: unlockAccount used in normal client start (run) and accountExport
- cli: getPassword used in accountCreate and accountImport
- accounts: Manager.Import, Manager.Export
- crypto: SaveECDSA (to complement LoadECDSA) to save to file
- crypto: NewKeyFromECDSA added (used in accountImport and New = generated constructor)
10 years ago
obscuren
658204bafc
bump
10 years ago
obscuren
6431d088ad
bump
10 years ago
obscuren
0330077d76
moved state and vm to core
10 years ago
obscuren
e349fb9350
bump
10 years ago
zelig
78cff9e3a4
independent flag for json structured logging
...
- logjson flag remove logformat flag
- passed to eth Config
- logsystem not a field of Ethereum
- LogSystem does not need to expose GetLogLevel/SetLogLevel
- message struct just implements more generic LogMsg interface
- LogMsg is a fmt.Stringer with Level()
- jsonMsg ([]byte) implements LogMsg
- remove "raw" systems
- move level logic inside StdLogSystem
- logsystems only print their kind of msg: jsonLogSystem prints jsonMsg, StdLogSystem prints stdMsg
10 years ago
obscuren
4f5b362bda
%#x => %x
10 years ago
obscuren
91f9f355b2
test
10 years ago
obscuren
93ba3df4ff
Removed frontier from version :-(
10 years ago