aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/ws
Commit message (Collapse)AuthorAgeFilesLines
* #295 Allow RPC ID to be stringTaylor Gerring2015-02-111-1/+1
|
* Merge branch 'develop' into jsonrpcTaylor Gerring2015-02-111-21/+15
|\ | | | | | | | | Conflicts: rpc/ws/server.go
| * Update RPC message formatTaylor Gerring2015-02-041-5/+8
| |
| * Update signature for rpc websocketsTaylor Gerring2015-02-021-14/+8
| |
| * CleanupTaylor Gerring2015-01-301-1/+1
| |
* | Merge branch 'jsonrpc' of github.com:ethereum/go-ethereum into jsonrpcTaylor Gerring2015-01-291-1/+1
|\|
| * further cleaned up xeth interfaceobscuren2015-01-291-1/+1
| |
* | Use custom Send methodsTaylor Gerring2015-01-291-7/+11
|/
* Rename api var for clarityTaylor Gerring2015-01-281-5/+4
|
* Return a websocker.Handler of the functionTaylor Gerring2015-01-281-1/+1
|
* Rename transport to wsTaylor Gerring2015-01-281-0/+124
Cleanup object naming for clarity