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
obscuren
b52807f0c0
Removed frontier in version :-(
10 years ago
obscuren
79f90bf7c1
added frontier to version
10 years ago
obscuren
0a1eeca41e
conversions. -compilable-
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
53104b09fa
bump
10 years ago
Felix Lange
b422835a59
cmd/ethereum: add makedag command for testing
10 years ago
zelig
73af0302be
we do not use the name Frontier Console
10 years ago
obscuren
b523441361
Moved ethutil => common
10 years ago
zelig
7279a485c2
CLI:
...
- js subcommand for vm
- console for Frontier console interactive REPL
- jspath in cli
- integrate jeth apiBindings
10 years ago
Maran
9754e7aca7
Support for addresses with or without 0x. Fixes #472
10 years ago
Felix Lange
67f8f83a1b
cmd/ethereum: add blocktest command
10 years ago