Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/rpc
Egon Elbre e063d538b8 rpc: fix megacheck warnings 7 years ago
..
client.go whisperv5: integrate whisper and add whisper RPC simulator 7 years ago
client_example_test.go all: import "context" instead of "golang.org/x/net/context" 8 years ago
client_test.go cmd/utils, node: remove unused solc references and improve RPC config (#14324) 8 years ago
doc.go README, core, rpc: fix various typos 8 years ago
errors.go rpc: add new client, use it everywhere 8 years ago
http.go rpc: fix closure problem in batch processing (#14688) 7 years ago
inproc.go all: import "context" instead of "golang.org/x/net/context" 8 years ago
ipc.go all: import "context" instead of "golang.org/x/net/context" 8 years ago
ipc_unix.go all: import "context" instead of "golang.org/x/net/context" 8 years ago
ipc_windows.go all: import "context" instead of "golang.org/x/net/context" 8 years ago
json.go rpc: support subscriptions under custom namespaces 8 years ago
json_test.go all: fix go vet warnings 9 years ago
server.go rpc: fix megacheck warnings 7 years ago
server_test.go all: import "context" instead of "golang.org/x/net/context" 8 years ago
subscription.go rpc: fix megacheck warnings 7 years ago
subscription_test.go rpc: fix megacheck warnings 7 years ago
types.go rpc: fix megacheck warnings 7 years ago
types_test.go rpc: improve BlockNumber unmarshal parsing 8 years ago
utils.go rpc: fix megacheck warnings 7 years ago
utils_test.go rpc: format filter ID according to spec for quantities 8 years ago
websocket.go cmd/utils, node: remove unused solc references and improve RPC config (#14324) 8 years ago