aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/server.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd, eth, rpc: fix some RPC issues with pending blocksPéter Szilágyi2016-02-031-2/+0
|
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-0/+438
|
* Move HTTP transport to sub package of RPCTaylor Gerring2015-01-281-104/+0
|
* Move GetRequestReply to EthereumApiTaylor Gerring2015-01-211-1/+1
| | | | Off of jsonWrapper
* cleanupTaylor Gerring2015-01-131-1/+1
|
* Added license headersTaylor Gerring2015-01-131-0/+16
|
* begin conversion to rpc over httpTaylor Gerring2015-01-131-12/+33
| | | | | Per specification at https://github.com/ethereum/wiki/wiki/Generic-JSON-RPC
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-311-3/+3
|
* ethlog => loggerobscuren2014-10-311-6/+6
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-2/+2
| | | | mist, etheruem have been moved to cmd/
* WIP RPC interfaceobscuren2014-10-211-0/+67