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.
Felix Lange
91b7690428
rpc: add new client, use it everywhere
The new client implementation supports concurrent requests,
subscriptions and replaces the various ad hoc RPC clients
throughout go-ethereum.
|
9 years ago |
.. |
api.go
|
node: start RPC/WS interface on localhost by default
|
9 years ago |
config.go
|
all: update license information
|
9 years ago |
config_test.go
|
cmd, common, node, rpc: rework naming convention to canonical one
|
9 years ago |
errors.go
|
cmd, eth, node, rpc, xeth: use single-instance services
|
9 years ago |
node.go
|
rpc: add new client, use it everywhere
|
9 years ago |
node_example_test.go
|
cmd, common, node, rpc: move IPC into the node itself
|
9 years ago |
node_test.go
|
rpc: add new client, use it everywhere
|
9 years ago |
service.go
|
release, all: integrate the release service into geth
|
9 years ago |
service_test.go
|
cmd, eth, ethdb, node: prioritise chaindata for resources, bump cache
|
9 years ago |
utils_test.go
|
cmd, common, node, rpc: move IPC into the node itself
|
9 years ago |