aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/json.go
Commit message (Expand)AuthorAgeFilesLines
* rpc: implement full bi-directional communication (#18471)Felix Lange2019-02-041-251/+218
* rpc: support returning nil pointer big.Ints (null)Péter Szilágyi2018-06-111-8/+0
* rpc: enforce the 128KB request limits on websockets tooPéter Szilágyi2018-03-131-15/+31
* rpc: support subscriptions under custom namespacesBas van Kervel2017-04-251-19/+17
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-4/+3
* all: gofmt -w -sFelix Lange2017-01-061-4/+4
* rpc: remove HexNumber, replace all uses with hexutil typesFelix Lange2016-12-201-2/+2
* rpc: improve error messages for invalid argumentsFelix Lange2016-12-201-31/+32
* rpc: add new client, use it everywhereFelix Lange2016-07-231-28/+33
* rpc: fix bad method error for batch requestsFelix Lange2016-07-231-8/+8
* cmd, console: split off the console into a reusable packagePéter Szilágyi2016-05-301-7/+7
* rpc: various fixes/enhancementsBas van Kervel2016-04-121-80/+85
* rpc: add pub/sub supportBas van Kervel2016-04-021-10/+14
* 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