Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmd/geth: fix broken links to JavaScript-Console wiki in cmd line help (#16183) | Domino Valdano | 2018-02-26 | 1 | -3/+3 |
| | | | | | | * Fixed broken link to JavaScript-Console wiki in cmd line help * cmd/geth: Added missing r in 'JavaScript' | ||||
* | cmd, console: support all termination signals | Péter Szilágyi | 2018-02-21 | 1 | -1/+2 |
| | |||||
* | cmd/geth: add support for geth --rinkeby attach | Sorin Neacsu | 2017-12-16 | 1 | -2/+6 |
| | |||||
* | cmd/geth: add support for geth attach --testnet (#15597) | Sorin Neacsu | 2017-12-05 | 1 | -2/+10 |
| | |||||
* | cmd/geth: fix geth attach --datadir=... (#15517) | Maximilian Meister | 2017-11-28 | 1 | -1/+6 |
| | |||||
* | whisper: use hexutil.UnmarshalFixedText for topic parsing | Bas van Kervel | 2017-06-21 | 1 | -1/+1 |
| | |||||
* | cmd/geth: reorganise help section for new cli flag handling | Bas van Kervel | 2017-05-25 | 1 | -2/+0 |
| | |||||
* | cmd/geth: reorganise console/attach commands/flags | Bas van Kervel | 2017-05-03 | 1 | -19/+27 |
| | |||||
* | cmd/geth: improve command help messages (#3227) | Kenji Siu | 2016-11-10 | 1 | -10/+16 |
| | |||||
* | node: ensure datadir can be co-inhabited by different instances | Felix Lange | 2016-09-16 | 1 | -2/+2 |
| | | | | | This change ensures that nodes started with different Name but same DataDir values don't use the same nodekey and IPC socket. | ||||
* | cmd/utils, node: create account manager in package node | Felix Lange | 2016-08-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | The account manager was previously created by packge cmd/utils as part of flag processing and then passed down into eth.Ethereum through its config struct. Since we are starting to create nodes which do not have eth.Ethereum as a registered service, the code was rearranged to register the account manager as its own service. Making it a service is ugly though and it doesn't really fix the root cause: creating nodes without eth.Ethereum requires duplicating lots of code. This commit splits utils.MakeSystemNode into three functions, making creation of other node/service configurations easier. It also moves the account manager into Node so it can be used by those configurations without requiring package eth. | ||||
* | rpc: add new client, use it everywhere | Felix Lange | 2016-07-23 | 1 | -1/+18 |
| | | | | | | The new client implementation supports concurrent requests, subscriptions and replaces the various ad hoc RPC clients throughout go-ethereum. | ||||
* | cmd: fix CLI package deprecation warnings | Péter Szilágyi | 2016-06-10 | 1 | -5/+11 |
| | |||||
* | cmd/geth: codegansta/cli package renamed to urfave/cli | Bas van Kervel | 2016-06-09 | 1 | -1/+1 |
| | |||||
* | cmd, console: split off the console into a reusable package | Péter Szilágyi | 2016-05-30 | 1 | -0/+167 |