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.
bas-vk
5e29f4be93
cmd/utils, node: remove unused solc references and improve RPC config ( #14324 )
...
Currently http cors and websocket origins are a comma separated string in the
config object. These are replaced with string arrays that are more expressive in
case of a config file.
8 years ago
..
api.go
cmd/utils, node: remove unused solc references and improve RPC config ( #14324 )
8 years ago
config.go
cmd/utils, node: remove unused solc references and improve RPC config ( #14324 )
8 years ago
config_test.go
cmd/geth: add --config file flag ( #13875 )
8 years ago
defaults.go
cmd/geth: add --config file flag ( #13875 )
8 years ago
doc.go
node: ensure datadir can be co-inhabited by different instances
8 years ago
errors.go
cmd, eth, node, rpc, xeth: use single-instance services
9 years ago
node.go
cmd/utils, node: remove unused solc references and improve RPC config ( #14324 )
8 years ago
node_example_test.go
cmd/geth: add --config file flag ( #13875 )
8 years ago
node_test.go
cmd/geth: add --config file flag ( #13875 )
8 years ago
service.go
cmd, eth, les, node, pow: disk caching and progress reports
8 years ago
service_test.go
node: ensure datadir can be co-inhabited by different instances
8 years ago
utils_test.go
cmd, common, node, rpc: move IPC into the node itself
9 years ago