Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | node: improve error handling for web3_sha3 RPC method | Bas van Kervel | 2016-11-29 | 1 | -3/+3 |
| | |||||
* | cmd/bootnode, cmd/geth, cmd/bzzd: add --netrestrict | Felix Lange | 2016-11-23 | 2 | -0/+6 |
| | |||||
* | node: Remove redundant filepath.Join in parsePersistentNodes (#3300) | FrankWang | 2016-11-18 | 1 | -2/+1 |
| | |||||
* | cmd, mobile, node, p2p: surface the discovery V5 bootnodes | Péter Szilágyi | 2016-11-15 | 2 | -18/+27 |
| | |||||
* | node: add InstanceDir method | Felix Lange | 2016-11-11 | 2 | -2/+15 |
| | |||||
* | p2p/discv5: added new topic discovery package | Zsolt Felfoldi | 2016-11-09 | 2 | -0/+6 |
| | |||||
* | common, node: move datadir defaults into package node | Felix Lange | 2016-09-16 | 3 | -5/+65 |
| | |||||
* | node: ensure datadir can be co-inhabited by different instances | Felix Lange | 2016-09-16 | 7 | -129/+350 |
| | | | | | 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 | 3 | -11/+89 |
| | | | | | | | | | | | | | | | 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. | ||||
* | Merge pull request #2740 from Firescar96/removepeer | Felix Lange | 2016-07-29 | 1 | -0/+16 |
|\ | | | | | node, p2p, internal: Add ability to remove peers via admin interface | ||||
| * | node, p2p, internal: Add ability to remove peers via admin interface | Firescar96 | 2016-07-15 | 1 | -0/+16 |
| | | |||||
* | | rpc: add new client, use it everywhere | Felix Lange | 2016-07-23 | 2 | -20/+20 |
|/ | | | | | | The new client implementation supports concurrent requests, subscriptions and replaces the various ad hoc RPC clients throughout go-ethereum. | ||||
* | node, p2p: move network config out of Server | Felix Lange | 2016-05-18 | 1 | -5/+3 |
| | | | | This silences a go vet message about copying p2p.Server in package node. | ||||
* | node: start RPC/WS interface on localhost by default | Bas van Kervel | 2016-05-06 | 1 | -2/+10 |
| | |||||
* | release, all: integrate the release service into geth | Péter Szilágyi | 2016-05-02 | 2 | -3/+2 |
| | |||||
* | common/versions, cmd/utils: add geth version contract | Gustav Simonsson | 2016-05-02 | 1 | -0/+1 |
| | |||||
* | all: update license information | Felix Lange | 2016-04-15 | 1 | -1/+1 |
| | |||||
* | rpc: various fixes/enhancements | Bas van Kervel | 2016-04-12 | 4 | -13/+60 |
| | | | | | | | | rpc: be less restrictive on the request id rpc: improved documentation console: upgrade web3.js to version 0.16.0 rpc: cache http connections rpc: rename wsDomains parameter to wsOrigins | ||||
* | rpc: add pub/sub support | Bas van Kervel | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | cmd, eth, ethdb, node: prioritise chaindata for resources, bump cache | Péter Szilágyi | 2016-03-09 | 2 | -4/+4 |
| | |||||
* | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -1/+1 |
| | | | | As we aren't really using the standarized SHA-3 | ||||
* | cmd, node, rpc: readd inproc RPC client, expose via node | Péter Szilágyi | 2016-02-09 | 3 | -9/+60 |
| | |||||
* | cmd, common, node, rpc: rework naming convention to canonical one | Péter Szilágyi | 2016-02-09 | 4 | -67/+67 |
| | |||||
* | cmd, node, rpc: move websockets into node, break singleton | Péter Szilágyi | 2016-02-05 | 3 | -46/+122 |
| | |||||
* | cmd, common, node, rpc: move HTTP RPC into node, drop singletone aspect | Péter Szilágyi | 2016-02-05 | 3 | -75/+190 |
| | |||||
* | cmd, common, node, rpc: move IPC into the node itself | Péter Szilágyi | 2016-02-04 | 7 | -21/+269 |
| | |||||
* | internal/debug: APIs for profiling and tracing | Felix Lange | 2016-01-28 | 2 | -28/+3 |
| | | | | | | The debug package provides an RPC wrapper for glog settings and the debugging facilities of the Go runtime. They can be triggered through both command line flags and the IPC listener. | ||||
* | rpc: migrated the RPC insterface to a new reflection based RPC layer | Bas van Kervel | 2016-01-26 | 5 | -20/+106 |
| | |||||
* | node, rpc/api: add debug_vmodule, move admin_verbosity to debug_verbosity | Felix Lange | 2016-01-21 | 1 | -0/+5 |
| | |||||
* | core, eth, node, rpc: port the admin and debug API | Péter Szilágyi | 2015-12-15 | 2 | -3/+271 |
| | |||||
* | rpc: new RPC implementation with pub/sub support | Bas van Kervel | 2015-12-14 | 4 | -0/+22 |
| | |||||
* | cmd, eth, node, rpc, xeth: use single-instance services | Péter Szilágyi | 2015-11-27 | 7 | -268/+300 |
| | |||||
* | cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacks | Péter Szilágyi | 2015-11-27 | 5 | -56/+223 |
| | |||||
* | cmd: drop blocktest command, create gethrpctest program | Péter Szilágyi | 2015-11-27 | 1 | -33/+0 |
| | |||||
* | node: customizable protocol and service stacks | Péter Szilágyi | 2015-11-27 | 9 | -0/+1313 |
| | |||||
* | Moved node to ethereum | obscuren | 2014-03-22 | 4 | -448/+0 |
| | |||||
* | Major re-organisation. | obscuren | 2014-03-22 | 4 | -0/+448 |
The Ethereum node and Gui are now separated. |