aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/api/admin.go
Commit message (Expand)AuthorAgeFilesLines
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-465/+0
* node, rpc/api: add debug_vmodule, move admin_verbosity to debug_verbosityFelix Lange2016-01-211-12/+0
* cmd, eth, node, rpc, xeth: use single-instance servicesPéter Szilágyi2015-11-271-1/+1
* cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacksPéter Szilágyi2015-11-271-15/+22
* rpc/api: fix #1972 api regression (nil eth panic) in attachPéter Szilágyi2015-11-061-6/+3
* eth, p2p, rpc/api: polish protocol info gatheringPéter Szilágyi2015-10-281-3/+6
* rpc api: eth_getNatSpeczelig2015-10-271-9/+4
* console:zelig2015-10-221-3/+5
* cmd/geth, cmd/utils, core, rpc: renamed to blockchainJeffrey Wilcke2015-10-041-4/+4
* eth, rpc: standardize the chain sync progress countersPéter Szilágyi2015-09-151-12/+0
* support for user agentsBas van Kervel2015-08-121-0/+9
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* fix/skip tests, adapt registrar to no contract addresszelig2015-07-071-6/+6
* fix sleepBlocks, implement sleepzelig2015-07-071-9/+11
* add missing method to api/adminzelig2015-07-071-0/+1
* Registrar and contractInfo handlingzelig2015-07-071-11/+174
* Registrar and contractInfo handlingzelig2015-07-071-0/+48
* bugfix in startRPC error handlingBas van Kervel2015-06-231-4/+4
* added RPC start/stop supportBas van Kervel2015-06-221-14/+46
* fixed unittestsBas van Kervel2015-06-221-29/+0
* added DB apiBas van Kervel2015-06-221-3/+3
* upgrade web3.js with _extend supportBas van Kervel2015-06-111-3/+13
* cleanup of javascript APIBas van Kervel2015-06-111-10/+15
* added admin APIBas van Kervel2015-06-111-0/+228