aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/ipc_windows.go
Commit message (Collapse)AuthorAgeFilesLines
* rpc: add new client, use it everywhereFelix Lange2016-07-231-2/+13
| | | | | | The new client implementation supports concurrent requests, subscriptions and replaces the various ad hoc RPC clients throughout go-ethereum.
* Godeps, rpc: switch back to package npipeFelix Lange2016-07-151-3/+3
| | | | | The named pipe implementation from go-winio has some issues that need to be addressed before we can use it again.
* rpc: various fixes/enhancementsBas van Kervel2016-04-121-1/+1
| | | | | | | | rpc: be less restrictive on the request id rpc: improved documentation console: upgrade web3.js to version 0.16.0 rpc: cache http connections rpc: rename wsDomains parameter to wsOrigins
* rpc: use go-winio instead of vendoring a named pipe implementationFelix Lange2016-04-041-622/+4
|
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-0/+655