aboutsummaryrefslogtreecommitdiffstats
path: root/node/api.go
Commit message (Expand)AuthorAgeFilesLines
* all: new p2p node representation (#17643)Felix Lange2018-09-251-5/+5
* Merge pull request #16333 from shazow/addremovetrustedpeerFelföldi Zsolt2018-08-061-1/+32
|\
| * rpc: Add admin_addTrustedPeer and admin_removeTrustedPeer.Andrey Petrov2018-06-221-1/+32
* | rpc: make HTTP RPC timeouts configurable, raise defaults (#17240)Ryan Schneider2018-07-311-1/+1
* | node: remove formatting from ResettingTimer metrics if requested in rawAndrea Franz2018-06-271-6/+6
|/
* metrics: expvar support for ResettingTimer (#16878)Anton Evangelatov2018-06-041-0/+30
* node: all golint warnings fixed (#16773)kiel barry2018-05-221-1/+1
* node: fill StandardCounters as part of debugapi/metrics (#16054)Anton Evangelatov2018-02-271-0/+10
* metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15...Anton Evangelatov2018-02-231-1/+1
* rpc: dns rebind protection (#15962)Martin Holst Swende2018-02-121-2/+10
* p2p: add network simulation framework (#14982)Lewis Marshall2017-09-251-1/+41
* cmd/utils, node: remove unused solc references and improve RPC config (#14324)bas-vk2017-04-131-6/+16
* node: fix pointer dereference issue in StartRPC (#3532)Victor Farazdagi2017-01-081-1/+1
* rpc: remove HexNumber, replace all uses with hexutil typesFelix Lange2016-12-201-7/+6
* node: improve error handling for web3_sha3 RPC methodBas van Kervel2016-11-291-3/+3
* common, node: move datadir defaults into package nodeFelix Lange2016-09-161-2/+2
* node: ensure datadir can be co-inhabited by different instancesFelix Lange2016-09-161-9/+9
* node, p2p, internal: Add ability to remove peers via admin interfaceFirescar962016-07-151-0/+16
* node: start RPC/WS interface on localhost by defaultBas van Kervel2016-05-061-2/+10
* rpc: various fixes/enhancementsBas van Kervel2016-04-121-4/+43
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-1/+1
* cmd, node, rpc: readd inproc RPC client, expose via nodePéter Szilágyi2016-02-091-1/+1
* cmd, node, rpc: move websockets into node, break singletonPéter Szilágyi2016-02-051-33/+16
* cmd, common, node, rpc: move HTTP RPC into node, drop singletone aspectPéter Szilágyi2016-02-051-30/+16
* internal/debug: APIs for profiling and tracingFelix Lange2016-01-281-27/+1
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-16/+97
* node, rpc/api: add debug_vmodule, move admin_verbosity to debug_verbosityFelix Lange2016-01-211-0/+5
* core, eth, node, rpc: port the admin and debug APIPéter Szilágyi2015-12-151-0/+244