Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #805 from obscuren/download_improvements | Jeffrey Wilcke | 2015-04-25 | 1 | -1/+1 |
|\ | | | | | eth, eth/downloader: improve downloader and remove asynchronousness | ||||
| * | xeth, core, cmd/utils: Transaction can not be over block gas limit | obscuren | 2015-04-24 | 1 | -1/+1 |
| | | | | | | | | Transactions will be invalidated when the tx.gas_limit > block.gas_limit | ||||
* | | cli: correct bootnodes flag usage help line | zelig | 2015-04-24 | 1 | -1/+1 |
| | | |||||
* | | cli: fatal error if rpc could not be started | zelig | 2015-04-24 | 1 | -2/+2 |
| | | |||||
* | | cli: clean up flag descriptions, usage docs, account list uses primary and ↵ | zelig | 2015-04-24 | 1 | -16/+16 |
|/ | | | | indexes, add help line to account subcnd usage | ||||
* | Merge pull request #755 from karalabe/command-flags-cleanup | Jeffrey Wilcke | 2015-04-21 | 1 | -15/+38 |
|\ | | | | | cmd/geth, cmd/utils: add cli flags for pprof and whisper | ||||
| * | cmd/geth, cmd/utils: invert --pprof once more | Péter Szilágyi | 2015-04-21 | 1 | -3/+3 |
| | | |||||
| * | cmd/geth, cmd/utils: use pprof disable flag, start globally | Péter Szilágyi | 2015-04-20 | 1 | -3/+3 |
| | | |||||
| * | cmd/geth, cmd/utils: add cli flags for pprof and whisper. | Péter Szilágyi | 2015-04-20 | 1 | -15/+38 |
| | | |||||
* | | fixed incomplete merge | zsfelfoldi | 2015-04-20 | 1 | -19/+21 |
| | | |||||
* | | NatSpec cli option, resolver tests passing | zsfelfoldi | 2015-04-20 | 1 | -20/+23 |
|/ | |||||
* | geth: added identity flag which allows to set a custom node name | obscuren | 2015-04-19 | 1 | -0/+9 |
| | |||||
* | Added blockchain DB versioning support, closes #650 | Bas van Kervel | 2015-04-13 | 1 | -19/+41 |
| | |||||
* | Merge pull request #671 from bas-vk/issue_567 | Jeffrey Wilcke | 2015-04-09 | 1 | -2/+2 |
|\ | | | | | Add path expansion support for command line arguments, closes 567 | ||||
| * | reformat code with goimports | Bas van Kervel | 2015-04-09 | 1 | -1/+1 |
| | | |||||
| * | Add path expansion support for command line arguments, closes 567 | Bas van Kervel | 2015-04-08 | 1 | -3/+3 |
| | | |||||
* | | Default log to stderr | obscuren | 2015-04-09 | 1 | -1/+2 |
|/ | |||||
* | Updated logging | obscuren | 2015-04-07 | 1 | -0/+7 |
| | |||||
* | basic glog | obscuren | 2015-04-04 | 1 | -4/+0 |
| | |||||
* | glog wip | obscuren | 2015-04-03 | 1 | -0/+19 |
| | |||||
* | Abstract http into rpc package | Taylor Gerring | 2015-03-30 | 1 | -10/+7 |
| | | | | New RpcConfig object to pass growing config | ||||
* | Add flag to control CORS header #394 | Taylor Gerring | 2015-03-30 | 1 | -1/+5 |
| | | | | | * Disabled on CLI * http://localhost on Mist | ||||
* | Etherbase => etherbase | obscuren | 2015-03-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #580 from ethersphere/frontier/cli-key | Jeffrey Wilcke | 2015-03-27 | 1 | -1/+7 |
|\ | | | | | settable etherbase | ||||
| * | settable etherbase | zelig | 2015-03-27 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | - 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 | ||||
* | | Use ExtraDB for storage. Fixes #577 | Taylor Gerring | 2015-03-27 | 1 | -2/+1 |
|/ | |||||
* | max paranoia mode to UNsupport unencrypted keys entirely | zelig | 2015-03-27 | 1 | -12/+2 |
| | | | | | | | - remove account export functionality from CLI - remove accountExport method, - remove unencrypted-keys flag from everywhere - improve documentation | ||||
* | cli: help formatting | zelig | 2015-03-27 | 1 | -1/+1 |
| | |||||
* | import/export accounts | zelig | 2015-03-27 | 1 | -1/+7 |
| | | | | | | | | | | | - 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) | ||||
* | Godep issue? | obscuren | 2015-03-26 | 1 | -1/+1 |
| | |||||
* | In blocktest cmd, disable network and add RPC flag | Gustav Simonsson | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | independent flag for json structured logging | zelig | 2015-03-22 | 1 | -5/+5 |
| | | | | | | | | | | | | | - 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 | ||||
* | private network support | zelig | 2015-03-18 | 1 | -30/+41 |
| | | | | | | - 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/js | zelig | 2015-03-16 | 1 | -4/+4 |
|\ | | | | | | | | | | | Conflicts: cmd/ethereum/js.go javascript/types.go | ||||
| * | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -4/+4 |
| | | |||||
* | | CLI: | zelig | 2015-03-15 | 1 | -0/+5 |
|/ | | | | | | | - js subcommand for vm - console for Frontier console interactive REPL - jspath in cli - integrate jeth apiBindings | ||||
* | merge | obscuren | 2015-03-15 | 1 | -3/+3 |
|\ | |||||
| * | cmd/utils: GetEthereum -> MakeEthConfig | Felix Lange | 2015-03-14 | 1 | -3/+3 |
| | | | | | | | | | | This allows changing the config before starting Ethereum with it. | ||||
* | | Move MakeName to ethutil | Taylor Gerring | 2015-03-12 | 1 | -2/+1 |
|/ | |||||
* | merge | obscuren | 2015-03-12 | 1 | -3/+11 |
|\ | |||||
| * | cmd/ethereum: add a flag to switch to unencrytped keystore | Felix Lange | 2015-03-11 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | This is mostly for automated tests. The tests can use the following commands to start the node: ethereum --unencrypted-keys account new ... ethereum --unencrypted-keys | ||||
* | | Reverted global | obscuren | 2015-03-11 | 1 | -7/+2 |
| | | |||||
* | | Merge branch 'develop' into rpcfrontier | obscuren | 2015-03-11 | 1 | -33/+90 |
|\| | | | | | | | | | | | Conflicts: rpc/api.go rpc/args.go | ||||
| * | cmd/utils: improve CLI help templates | Felix Lange | 2015-03-10 | 1 | -0/+27 |
| | | | | | | | | Help for a specific command now shows available subcommands. | ||||
| * | cmd/ethereum: show more helpful message if no accounts exist | Felix Lange | 2015-03-10 | 1 | -6/+2 |
| | | |||||
| * | accounts: add {Timed,}Unlock, remove SignLocked | Felix Lange | 2015-03-10 | 1 | -2/+1 |
| | | |||||
| * | Merge ethereum/poc-9 into accounts-integration | Felix Lange | 2015-03-10 | 1 | -7/+19 |
| |\ | |/ |/| | | | | | | | | | | | | | | | Conflicts: cmd/utils/cmd.go cmd/utils/flags.go core/manager.go eth/backend.go rpc/http/server.go xeth/xeth.go | ||||
| * | rpc: add dataDir parameter and JSON-RPC handler | Felix Lange | 2015-03-10 | 1 | -0/+18 |
| | | |||||
| * | cmd/utils: add NewApp | Felix Lange | 2015-03-10 | 1 | -0/+11 |
| | | |||||
| * | accounts: AccountManager -> Manager | Felix Lange | 2015-03-08 | 1 | -2/+2 |
| | | |||||
| * | cmd/ethereum: add account commands | Felix Lange | 2015-03-07 | 1 | -26/+22 |
| | | |||||
* | | Separated block db from state db. Partial fix for #416 | obscuren | 2015-03-07 | 1 | -3/+8 |
| | | |||||
* | | Debug option for VM & command line flag | obscuren | 2015-03-06 | 1 | -3/+10 |
|/ | |||||
* | cmd/ethereum: improve command line interface | Felix Lange | 2015-03-06 | 1 | -0/+178 |
The ethereum command line interface is now structured using subcommands. These separate the different tasks it can perform. Almost all flag names are backwards compatible. The key tasks have not been ported to subcommands since they will be replaced by the new accounts infrastructure very soon. |