aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/json.go
Commit message (Expand)AuthorAgeFilesLines
* cmd, common, node, rpc: move IPC into the node itselfPéter Szilágyi2016-02-041-1/+1
* rpc: fix success response encoding for null return valueFelix Lange2016-01-271-1/+1
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-0/+343
* CleanupTaylor Gerring2015-01-301-58/+0
* Move HTTP transport to sub package of RPCTaylor Gerring2015-01-281-9/+10
* Move GetRequestReply to EthereumApiTaylor Gerring2015-01-211-50/+0
* cleanupTaylor Gerring2015-01-131-1/+1
* Add support for CodeAtTaylor Gerring2015-01-131-2/+6
* Added license headersTaylor Gerring2015-01-131-0/+16
* begin conversion to rpc over httpTaylor Gerring2015-01-131-0/+67
* WIP RPC interfaceobscuren2014-10-211-0/+20